Spec-Zone.ru › Ruby 2.6

class Bundler::Plugin::SourceList

Parent:
Bundler::SourceList

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

add_git_source(options = {}) Показать исходный код
# File lib/bundler/plugin/source_list.rb, line 8
def add_git_source(options = {})
  add_source_to_list Plugin::Installer::Git.new(options), git_sources
end
add_rubygems_source(options = {}) Показать исходный код
# File lib/bundler/plugin/source_list.rb, line 12
def add_rubygems_source(options = {})
  add_source_to_list Plugin::Installer::Rubygems.new(options), @rubygems_sources
end
all_sources() Показать исходный код
# File lib/bundler/plugin/source_list.rb, line 16
def all_sources
  path_sources + git_sources + rubygems_sources + [metadata_source]
end

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

rubygems_aggregate_class() Показать исходный код
# File lib/bundler/plugin/source_list.rb, line 22
def rubygems_aggregate_class
  Plugin::Installer::Rubygems
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