Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/facter/util/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:



215
216
217
# File 'lib/facter/util/plist/generator.rb', line 215

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