class Object

Constants

BasicObject

Public Instance Methods

to_binding() click to toggle source
# File lib/malt/core_ext.rb, line 75
def to_binding
  binding
end