Libraries
»
webget_ramp
(1.7.1.8)
»
Index (S)
»
Symbol
Class: Symbol
Inherits:
Object
Object
Symbol
show all
Includes:
Comparable
Defined in:
lib/webget_ramp/symbol.rb
Instance Method Summary
collapse
#
<=>
(that) ⇒ Object
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