We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a38707 commit 4526fcbCopy full SHA for 4526fcb
snippets/ruby.snippets
@@ -58,7 +58,7 @@ snippet deft
58
def test_${1:case_name}
59
${0}
60
end
61
-snippets descendants
+snippet descendants
62
class Class
63
def descendants
64
ObjectSpace.each_object(::Class).select {|klass| klass < self }
0 commit comments