模块 Gem::Dependency::FilterIgnoredSpecs

公共实例方法

matching_specs(platform_only = false) 点击切换源代码
调用父类方法
# File bundler/rubygems_ext.rb, line 282
def matching_specs(platform_only = false)
  super.reject(&:ignored?)
end