method
spec_authors
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::QueryCommand
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