Module: Arithmetic::Variable0

Defined in:
lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb

Instance Method Summary collapse

Instance Method Details

#eval(env = {}) ⇒ Object



424
425
426
# File 'lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb', line 424

def eval(env={})
  env[name]
end

#nameObject



428
429
430
# File 'lib/mail/vendor/treetop-1.4.3/examples/lambda_calculus/arithmetic.rb', line 428

def name
  text_value
end