Skip to content

Commit 46dbcf2

Browse files
authored
Add typing/gradual to track.rb
Finishes implementation with a filter addition (linter + docs already done). Cf. exercism/docs#581 and http://forum.exercism.org/t/adding-typing-gradual-to-the-accepted-tags-list/17127/13
1 parent d334ebe commit 46dbcf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/track.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def github_team_name = slug
153153
typing: {
154154
static: "Static",
155155
dynamic: "Dynamic",
156+
gradual: "Gradual",
156157
strong: "Strong",
157158
weak: "Weak"
158159
},

0 commit comments

Comments
 (0)