# File lib/liquid/standardfilters.rb, line 212
    def times(input, operand)
      to_number(input) * to_number(operand)
    end