Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#<=>(o) ⇒ Object



2
3
4
# File 'lib/jactive_support/core_ext/ordering.rb', line 2

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