2 3 4
# File 'lib/jactive_support/core_ext/ordering.rb', line 2 def <=>(o) o.is_a?(TrueClass) ? 0 : -1 end