Class: Symbol

Inherits:
Object show all
Defined in:
lib/document_mapper/core_ext/symbol.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



11
12
13
# File 'lib/document_mapper/core_ext/symbol.rb', line 11

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