Class: Malady::AST::FalseBooleanNode

Inherits:
Node
  • Object
show all
Defined in:
lib/malady/ast.rb

Instance Attribute Summary

Attributes inherited from Node

#filename, #line

Instance Method Summary collapse

Methods inherited from Node

#initialize, #pos

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