method

validate

ruby latest stable - Class: Bundler::RubygemsIntegration::Transitional

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(spec)
public

No documentation available.

# File lib/bundler/rubygems_integration.rb, line 673
      def validate(spec)
        # Missing summary is downgraded to a warning in later versions,
        # so we set it to an empty string to prevent an exception here.
        spec.summary ||= ""
        RubygemsIntegration.instance_method(:validate).bind(self).call(spec)
      end