Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/sort_yaml_hash.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
15 16 17 |
# File 'lib/sort_yaml_hash.rb', line 15 def <=>(other) self.to_s <=> other.to_s end |