123456789_123456789_123456789_123456789_123456789_

Class: Bundler::UI::RGProxy

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Gem::SilentUI
Instance Chain:
self, Gem::SilentUI
Inherits: Gem::SilentUI
  • Object
Defined in: lib/bundler/ui/rg_proxy.rb

Class Method Summary

Instance Method Summary

Constructor Details

.new(ui) ⇒ RGProxy

[ GitHub ]

  
# File 'lib/bundler/ui/rg_proxy.rb', line 9

def initialize(ui)
  @ui = ui
  super()
end

Instance Method Details

#say(message)

[ GitHub ]

  
# File 'lib/bundler/ui/rg_proxy.rb', line 14

def say(message)
  @ui && @ui.debug(message)
end