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