Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/refuge/utils/symbol.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
22 23 24 |
# File 'lib/refuge/utils/symbol.rb', line 22 def <=> ( other ) to_s <=> other.to_s end |