Skip to content

Commit

Permalink
Fix typo in ruby.snippets: snippets => snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
igrep committed Oct 13, 2013
1 parent 6a38707 commit 4526fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ snippet deft
def test_${1:case_name}
${0}
end
snippets descendants
snippet descendants
class Class
def descendants
ObjectSpace.each_object(::Class).select {|klass| klass < self }
Expand Down

0 comments on commit 4526fcb

Please sign in to comment.