Module: Gem::Dependency::FilterIgnoredSpecs
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/bundler/rubygems_ext.rb |
Instance Method Summary
Instance Method Details
#matching_specs(platform_only = false)
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 282
def matching_specs(platform_only = false) super.reject(&:ignored?) end