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