класс Bundler::UI::RGProxy
Публичные Классовые Методы
# File lib/bundler/ui/rg_proxy.rb, line 9 def initialize(ui) @ui = ui super() end
Вызывает метод родительского класса
Gem::SilentUI::new Публичные Методы Экземпляров
# File lib/bundler/ui/rg_proxy.rb, line 14 def say(message) @ui && @ui.debug(message) end
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.