8 9 10
# File 'lib/jactive_support/core_ext/ordering.rb', line 8 def <=>(o) o.is_a?(FalseClass) ? 0 : 1 end