Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#<=>(that) ⇒ Object



5
6
7
# File 'lib/webget_ramp/symbol.rb', line 5

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