Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/ultra_pow_list/vendor/ruby1.9/plist/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:



217
218
219
# File 'lib/ultra_pow_list/vendor/ruby1.9/plist/plist/generator.rb', line 217

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