class Object

Public Instance Methods

recursivar(**opt) click to toggle source
# File lib/recursivar.rb, line 8
def recursivar(**opt)
  Recursivar.new(binding.of_callers, opt).print
end