# File lib/rubygems/version.rb, line 127
  def marshal_load(array)
    self.version = array[0]
  end