class Gammo::XPath::AST::DividedExpr

@!visibility private

Public Instance Methods

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