Module: Bindless::EXT::Object

Defined in:
lib/bindless/object.rb

Instance Method Summary collapse

Instance Method Details

#binding?Boolean Also known as: get_binding

return the object Binding

Returns:

  • (Boolean)


7
8
9
# File 'lib/bindless/object.rb', line 7

def binding?
  return binding
end