Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#progress_bar(arr, options = {:format => ":percent_complete% |:progress_bar| :title"}, &block) ⇒ Object
97 98 99 100 101 |
# File 'lib/imp3/cli.rb', line 97 def arr, = {:format => ":percent_complete% |:progress_bar| :title"}, &block = ProgressBar.new arr.size, .show arr.each { |v| yield(v, ) } end |