Class: Object

Inherits:
BasicObject
Defined in:
lib/ext/object.rb

Instance Method Summary collapse

Instance Method Details

#really_try(method, *args) ⇒ Object



2
3
4
# File 'lib/ext/object.rb', line 2

def really_try(method, *args)
  try(method, *args) if respond_to?(method)
end