# File lib/rubygems/version.rb, line 245
  def yaml_initialize(tag, map)
    @version = map['version']
    @segments = nil
    @hash = nil
  end