Libraries
»
proxy_machine
(0.0.6)
»
Index (S)
»
Symbol
Class: Symbol
Inherits:
Object
Object
Symbol
show all
Includes:
Comparable
Defined in:
lib/symbol.rb
Instance Method Summary
collapse
#
<=>
(other) ⇒ Object
Instance Method Details
#
<=>
(other) ⇒
Object
4 5 6
# File 'lib/symbol.rb', line 4
def
<=>
(
other
)
self
.
to_s
<=>
other
.
to_s
end