Class: Malady::AST::FalseBooleanNode
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Malady::AST::Node
Instance Method Details
#bytecode(g) ⇒ Object
137 138 139 140 |
# File 'lib/malady/ast.rb', line 137 def bytecode(g) pos(g) g.push_false end |