Class: Object

Inherits:
BasicObject
Defined in:
lib/fortunes_helper.rb

Instance Method Summary collapse

Instance Method Details

#>>(proc) ⇒ Object



2
3
4
# File 'lib/fortunes_helper.rb', line 2

def >>(proc)
  proc.(self)
end