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



12
13
14
15
# File 'lib/lokale/util.rb', line 12

def then		
	yield self
	return self
end