Module: TapAs::ObjectExtension
- Defined in:
- lib/tap_as.rb
Instance Method Summary collapse
Instance Method Details
#as ⇒ Object
5 6 7 |
# File 'lib/tap_as.rb', line 5 def as tap {|object| break yield(object) } end |
5 6 7 |
# File 'lib/tap_as.rb', line 5 def as tap {|object| break yield(object) } end |