# File lib/liquid/standardfilters.rb, line 242
    def divided_by(input, operand)
      apply_operation(input, operand, :/)
    end