Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/devstructure/puppet.rb

Overview

Make symbols Comparable.

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



5
6
7
# File 'lib/devstructure/puppet.rb', line 5

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