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