# File lib/cgikit.rb, line 4904 def compare( left, right, symbol ) coerced = coerce(left, right) __send__(symbol, coerced, right) end