# File lib/rubygems/specification.rb, line 1089
  def description= str
    @description = str.to_s
  end