Spec-Zone.ru › Ruby 2.6

класс Bundler::Plugin::Installer::Rubygems

Родитель:
Bundler::Source::Rubygems

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

version_message(spec) Показать исходный код
# File lib/bundler/plugin/installer/rubygems.rb, line 7
def version_message(spec)
  "#{spec.name} #{spec.version}"
end

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

cache_path() Показать исходный код
# File lib/bundler/plugin/installer/rubygems.rb, line 21
def cache_path
  Plugin.cache
end
requires_sudo?() Показать исходный код
# File lib/bundler/plugin/installer/rubygems.rb, line 13
def requires_sudo?
  false # Will change on implementation of project level plugins
end
rubygems_dir() Показать исходный код
# File lib/bundler/plugin/installer/rubygems.rb, line 17
def rubygems_dir
  Plugin.root
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