Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/cf/object_extensions.rb
Instance Method Summary collapse
Instance Method Details
#try(*args) ⇒ Object
2 3 4 |
# File 'lib/cf/object_extensions.rb', line 2 def try(*args) send(*args) end |