method

loaded_from

ruby latest stable - Class: Bundler::Source::Rubygems

Method not available on this version

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

loaded_from(spec)
protected

No documentation available.

# File lib/bundler/source/rubygems.rb, line 305
      def loaded_from(spec)
        "#{rubygems_dir}/specifications/#{spec.full_name}.gemspec"
      end