Class: Class

Inherits:
Object
  • Object
show all
Defined in:
lib/helper.rb

Overview

for debugging only, normally not referenced

Instance Method Summary collapse

Instance Method Details

#<=>(x) ⇒ Object



115
116
117
# File 'lib/helper.rb', line 115

def <=>(x)
  self.to_s <=> x.to_s
end