Method: AdtPattern#lambda

Defined in:
lib/monadt/adt.rb

#lambdaObject

Returns the value of attribute lambda

Returns:

  • (Object)

    the current value of lambda



3
4
5
# File 'lib/monadt/adt.rb', line 3

def lambda
  @lambda
end