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