Module: Clowne::Ext::YieldSelfThen::Ext

Defined in:
lib/clowne/ext/yield_self_then.rb

Instance Method Summary collapse

Instance Method Details

#yield_self {|_self| ... } ⇒ Object Also known as: then

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/clowne/ext/yield_self_then.rb', line 9

def yield_self
  yield self
end