method

spec_authors

spec_authors(entry, spec)
private

No documentation available.

# File lib/rubygems/commands/query_command.rb, line 278
  def spec_authors entry, spec
    authors = "Author#{spec.authors.length > 1 ? 's' : ''}: "
    authors << spec.authors.join(', ')
    entry << format_text(authors, 68, 4)
  end