Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/church/kernel.rb

Overview

TODO: Convince somebody on #ruby-core that this should be defined by default.

Instance Method Summary collapse

Instance Method Details

#>>(obj) ⇒ Object



3
4
5
# File 'lib/church/kernel.rb', line 3

def >> obj
  obj.send self
end