# File lib/liquid/standardfilters.rb, line 246
    def modulo(input, operand)
      apply_operation(input, operand, :%)
    end