class Object

Public Instance Methods

get_binding() click to toggle source

Return the current binding.

# File lib/murano-cli-commander/core_ext/object.rb, line 5
def get_binding
  binding
end