Class: Proc

Inherits:
Object show all
Defined in:
lib/utilities/proc.rb

Instance Method Summary collapse

Instance Method Details

#|(lambda) ⇒ Object



3
4
5
6
7
# File 'lib/utilities/proc.rb', line 3

def |(lambda)
  lambda do
    lambda.call( self.call )
  end
end