# File lib/liquid/standardfilters.rb, line 217 def divided_by(input, operand) to_number(input) / to_number(operand) end