Class: Symbol

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

Overview

we need to add this so sorting hash keys works properly

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object

:nodoc:



216
217
218
# File 'lib/plist/generator.rb', line 216

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