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