Method: Bundler::UI::Shell#progress

Defined in:
lib/bundler/ui/shell.rb

#progress(&blk) ⇒ Object



122
123
124
# File 'lib/bundler/ui/shell.rb', line 122

def progress(&blk)
  with_output_stream(:stderr, &blk)
end