module Gem::Dependency::FilterIgnoredSpecs

Public Instance Methods

matching_specs(platform_only = false) click to toggle source
Calls superclass method
# File bundler/rubygems_ext.rb, line 272
def matching_specs(platform_only = false)
  super.reject(&:ignored?)
end