method

installed_stubs

installed_stubs(dirs, pattern)
private

No documentation available.

# File lib/rubygems/specification.rb, line 787
  def self.installed_stubs(dirs, pattern)
    map_stubs(dirs, pattern) do |path, base_dir, gems_dir|
      Gem::StubSpecification.gemspec_stub(path, base_dir, gems_dir)
    end
  end