method

validate_require_paths

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

No documentation available.

# File lib/rubygems/specification_policy.rb, line 240
  def validate_require_paths
    return unless raw_require_paths.empty?

    error 'specification must have at least one require_path'
  end