Module: Kernel
- Defined in:
- lib/slab/returning.rb,
lib/slab/methodphitamine.rb
Instance Method Summary collapse
Instance Method Details
#returning(value, &block) ⇒ Object
2 3 4 |
# File 'lib/slab/returning.rb', line 2 def returning(value, &block) value.tap(&block) end |