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