Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/mongo/util/core_ext.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#tap {|_self| ... } ⇒ Object
:nodoc:.
Instance Method Details
#tap {|_self| ... } ⇒ Object
:nodoc:
23 24 25 26 |
# File 'lib/mongo/util/core_ext.rb', line 23 def tap yield self self end |