# File lib/rubygems/specification.rb, line 884
  def author= o
    self.authors = [o]
  end