Class: Symbol

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

Overview

Symbol extensions

Instance Method Summary collapse

Instance Method Details

#<=>(that) ⇒ Object



8
9
10
# File 'lib/webget_ruby_ramp/symbol.rb', line 8

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