Skip to content

Commit

Permalink
Merge pull request honza#286 from igrep/correct-ruby.snippets
Browse files Browse the repository at this point in the history
Fix typo in ruby.snippets: snippets => snippets
  • Loading branch information
iurifq committed Oct 13, 2013
2 parents 6a38707 + 4526fcb commit e837c9b
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 e837c9b

Please sign in to comment.