# File lib/liquid/standardfilters.rb, line 187
    def plus(input, operand)
      input + operand if input.respond_to?('+')
    end