123456789_123456789_123456789_123456789_123456789_

Module: Gem::Specification::FixPathSourceMissingExtensions

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/bundler/rubygems_ext.rb

Instance Attribute Summary

Instance Attribute Details

#missing_extensions?Boolean (readonly)

[ GitHub ]

  
# File 'lib/bundler/rubygems_ext.rb', line 288

def missing_extensions?
  return false if %w[Bundler::Source::Path Bundler::Source::Gemspec].include?(source.class.name)

  super
end