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