Method: Gem::Dependency::FilterIgnoredSpecs#matching_specs

Defined in:
lib/bundler/rubygems_ext.rb

#matching_specs(platform_only = false) ⇒ Object



363
364
365
# File 'lib/bundler/rubygems_ext.rb', line 363

def matching_specs(platform_only = false)
  super.reject(&:ignored?)
end