11 12 13
# File 'lib/document_mapper/core_ext/symbol.rb', line 11 def <=>(other) self.to_s <=> other.to_s end