Class: Symbol

Inherits:
Object
  • Object
show all
Includes:
Comparable
Defined in:
lib/appstats/code_injections.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



4
5
6
# File 'lib/appstats/code_injections.rb', line 4

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