Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/facter/util/plist/generator.rb
Overview
we need to add this so sorting hash keys works properly
Instance Method Summary collapse
-
#<=>(other) ⇒ Object
:nodoc:.
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 |