# File lib/twitter/easy_class_maker.rb, line 13 def attributes(*attrs) @@attributes = attrs @@attributes.each { |a| attr_accessor a } end