# File lib/liquid/standardfilters.rb, line 225 def modulo(input, operand) to_number(input) % to_number(operand) end