Class: Symbol

Inherits:
Object
  • Object
show all
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