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