class Malady::AST::FalseBooleanNode
Public Instance Methods
bytecode(g)
click to toggle source
# File lib/malady/ast.rb, line 137 def bytecode(g) pos(g) g.push_false end
# File lib/malady/ast.rb, line 137 def bytecode(g) pos(g) g.push_false end