Module: Polyfill::V2_6::Kernel
- Defined in:
- lib/polyfill/v2_6/kernel.rb
Instance Method Summary collapse
Instance Method Details
#then ⇒ Object
6 7 8 9 10 |
# File 'lib/polyfill/v2_6/kernel.rb', line 6 def then return yield_self unless block_given? yield_self(&::Proc.new) end |