# File lib/rubygems/specification.rb, line 240
    def self.attributes(*args)
      args.each do |arg|
        attribute(arg, nil)
      end
    end