module Then

Public Instance Methods

then() { |self| ... } click to toggle source
# File lib/lokale/util.rb, line 16
def then               
        yield self
        return self
end