Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/core_ext/object.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#tap {|_self| ... } ⇒ Object
Add Object#tap for backwards compatibility.
Instance Method Details
#tap {|_self| ... } ⇒ Object
Add Object#tap for backwards compatibility
3 4 5 6 |
# File 'lib/core_ext/object.rb', line 3 def tap yield self self end |