Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/thread_storm/active_support.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#tap {|_self| ... } ⇒ Object
38 39 40 41 |
# File 'lib/thread_storm/active_support.rb', line 38 def tap yield(self) self end |