method
installed_stubs
v2_5_5 -
Show latest stable
- Class:
Gem::Specification
installed_stubs(dirs, pattern)private
No documentation available.
# File lib/rubygems/specification.rb, line 780
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