# File lib/liquid/standardfilters.rb, line 202
    def plus(input, operand)
      to_number(input) + to_number(operand)
    end