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