Class: Symbol

Inherits:
Object show all
Includes:
Comparable
Defined in:
lib/sixarm_ruby_ramp/symbol.rb

Overview

Symbol extensions

Instance Method Summary collapse

Instance Method Details

#<=>(that) ⇒ Object



24
25
26
# File 'lib/sixarm_ruby_ramp/symbol.rb', line 24

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