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