class Object

Public Instance Methods

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