# File lib/rubygems/specification.rb, line 906 def authors= value @authors = Array(value).flatten.grep(String) end