Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/signatory/ruby_hacks.rb

Instance Method Summary collapse

Instance Method Details

#<=>(rhs) ⇒ Object



3
4
5
# File 'lib/signatory/ruby_hacks.rb', line 3

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