# File lib/rubygems/specification.rb, line 861
  def author
    val = authors and val.first
  end