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