method

validate_authors_field

ruby latest stable - Class: Gem::SpecificationPolicy

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

validate_authors_field()
private

No documentation available.

# File lib/rubygems/specification_policy.rb, line 296
  def validate_authors_field
    return unless authors.empty?

    error "authors may not be empty"
  end