# File lib/liquid/standardfilters.rb, line 237
    def times(input, operand)
      apply_operation(input, operand, :*)
    end