# File lib/twitter/rails.rb, line 55 def to_xml(options = {}) ActiveRecord::XmlSerializer.new(self, options.merge(:root => self.class.name.xmlize)).to_s end