Class: Ick::Cletn
- Includes:
- LetnLambda
- Defined in:
- lib/ick/letn.rb
Instance Method Summary collapse
Methods included from LetnLambda
Methods inherited from Syntax
Methods inherited from Base
belongs_to, #evaluate, evaluates_in_calling_environment, evaluates_in_value_environment, #invoke, #returns, returns_result, returns_value, underscore
Instance Method Details
#rewrite(names_to_values, proc) ⇒ Object
44 45 46 |
# File 'lib/ick/letn.rb', line 44 def rewrite(names_to_values, proc) @lambda ||= rewritten(names_to_values, proc) end |