# File lib/rubygems/specification.rb, line 570
    def to_yaml_properties
      mark_version
      @@attributes.map { |name, default| "@#{name}" }
    end