Class: Symbol

Inherits:
Object show all
Defined in:
lib/thoughtful/symbol.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



3
4
5
# File 'lib/thoughtful/symbol.rb', line 3

def <=>(other)
  to_s <=> other.to_s
end