# File lib/liquid/standardfilters.rb, line 207 def minus(input, operand) to_number(input) - to_number(operand) end