Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/right_resource/core_ext/object/tap.rb
Overview
Ruby version < 1.9
Instance Method Summary collapse
Instance Method Details
#tap {|_self| ... } ⇒ Object
3 4 5 6 |
# File 'lib/right_resource/core_ext/object/tap.rb', line 3 def tap yield self self end |