Class: Hobo::Bundler::GemUi

Inherits:
Gem::SilentUI
  • Object
show all
Defined in:
lib/hobo/bundler.rb

Instance Method Summary collapse

Instance Method Details

#download_reporter(*args) ⇒ Object



6
7
8
# File 'lib/hobo/bundler.rb', line 6

def download_reporter(*args)
  VerboseDownloadReporter.new(STDOUT, *args)
end

#progress_reporter(*args) ⇒ Object



9
10
11
# File 'lib/hobo/bundler.rb', line 9

def progress_reporter(*args)
  SilentProgressReporter.new(STDOUT, *args)
end