# File lib/twitter/rails.rb, line 45
      def attribute_names
        self.class.class_eval("@@ATTRIBUTES").collect {|att| att.to_s }
      end