class Malady::AST::LessThanNode
Public Instance Methods
bytecode(g)
click to toggle source
# File lib/malady/ast.rb, line 171 def bytecode(g) pos(g) lhs.bytecode(g) rhs.bytecode(g) g.send(:<, 1) end
# File lib/malady/ast.rb, line 171 def bytecode(g) pos(g) lhs.bytecode(g) rhs.bytecode(g) g.send(:<, 1) end