Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/MusicMaster/Symbol.rb
Instance Method Summary collapse
Instance Method Details
#<=>(iOther) ⇒ Object
3 4 5 |
# File 'lib/MusicMaster/Symbol.rb', line 3 def <=>(iOther) return self.to_s <=> iOther.to_s end |