Home
Pages
Classes
Methods
Parent
BasicObject
Methods
#then
class Object
Public Instance Methods
then
() { |self| ... }
click to toggle source
# File lib/then.rb, line 2
def
then
yield
self
self
end