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