class Gammo::XPath::AST::ModuloExpr

@!visibility private

Public Instance Methods

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