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