# File lib/liquid/standardfilters.rb, line 197 def times(input, operand) input * operand if input.respond_to?('*') end