class Gammo::XPath::AST::MultiplyExpr

@!visibility private

Public Instance Methods

do_arithmetic(left, right) click to toggle source
# File lib/gammo/xpath/ast/expression.rb, line 189
def do_arithmetic(left, right)
  left * right
end