Spec-Zone.ru › Ruby 2.6

класс Bundler::RubygemsIntegration::Modern

Родитель:
Bundler::RubygemsIntegration

RubyGems 1.8.5-1.8.19

Публичные методы экземпляров

all_specs() Показать исходный код
# File lib/bundler/rubygems_integration.rb, line 693
def all_specs
  Gem::Specification.to_a
end
find_name(name) Показать исходный код
# File lib/bundler/rubygems_integration.rb, line 697
def find_name(name)
  Gem::Specification.find_all_by_name name
end
stub_rubygems(specs) Показать исходный код
# File lib/bundler/rubygems_integration.rb, line 683
def stub_rubygems(specs)
  Gem::Specification.all = specs

  Gem.post_reset do
    Gem::Specification.all = specs
  end

  stub_source_index(specs)
end

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API