Module: Then

Defined in:
lib/lokale/util.rb

Instance Method Summary collapse

Instance Method Details

#then {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Then)

    the object that the method was called on



16
17
18
19
# File 'lib/lokale/util.rb', line 16

def then		
	yield self
	return self
end