Class: FalseClass

Inherits:
Object show all
Defined in:
lib/jactive_support/core_ext/ordering.rb

Instance Method Summary collapse

Instance Method Details

#<=>(o) ⇒ Object



8
9
10
# File 'lib/jactive_support/core_ext/ordering.rb', line 8

def <=>(o)
  o.is_a?(FalseClass) ? 0 : 1
end