Class: Renshi::AttributeExpressions::For
- Inherits:
-
Object
- Object
- Renshi::AttributeExpressions::For
- Defined in:
- lib/renshi/attribute_expressions/for.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(expression, node) ⇒ Object
5 6 7 8 |
# File 'lib/renshi/attribute_expressions/for.rb', line 5 def evaluate(expression, node) node.open_clause("for #{expression}") node.close_clause("end") end |