# File lib/liquid/standardfilters.rb, line 192
    def minus(input, operand)
      input - operand if input.respond_to?('-')
    end