Object
ActiveModel::Serialization Ruby < 1.9.x compatibility
# File lib/tire/rubyext/symbol.rb, line 4 def <=> other self.to_s <=> other.to_s end
# File lib/tire/rubyext/symbol.rb, line 8 def capitalize to_s.capitalize end