Class: Riml::Compiler::ListUnpackNodeVisitor
- Inherits:
-
ListNodeVisitor
- Object
- Riml::Compiler::ListUnpackNodeVisitor
- Defined in:
- lib/compiler.rb
Instance Method Summary collapse
Instance Method Details
#compile(node) ⇒ Object
231 232 233 |
# File 'lib/compiler.rb', line 231 def compile(node) node.compiled_output = super.reverse.sub(',', ';').reverse end |