Module: Kernel
- Defined in:
- lib/buildr/core/util.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#tap {|_self| ... } ⇒ Object
166 167 168 169 |
# File 'lib/buildr/core/util.rb', line 166 def tap yield self if block_given? self end |