method

validate_array_attributes

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_array_attributes()
private

No documentation available.

# File lib/rubygems/specification_policy.rb, line 275
  def validate_array_attributes
    Gem::Specification.array_attributes.each do |field|
      validate_array_attribute(field)
    end
  end