Flowdock
method

installed_stubs

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Specification
installed_stubs(dirs, pattern) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/specification.rb, line 764
  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
Register or log in to add new notes.