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 f950792 commit 367797bCopy full SHA for 367797b
lib/irb/cmd/ls.rb
@@ -30,6 +30,7 @@ def execute(*arg, grep: nil)
30
o.dump("instance variables", obj.instance_variables)
31
o.dump("class variables", klass.class_variables)
32
o.dump("locals", locals)
33
+ nil
34
end
35
36
def dump_methods(o, klass, obj)
0 commit comments