Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#<=>(iOther) ⇒ Object



8
9
10
# File 'lib/MusicMaster/Symbol.rb', line 8

def <=>(iOther)
  return self.to_s <=> iOther.to_s
end