class ProgressBar::Outputs::Null

Public Instance Methods

bar_update_string() click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 16
def bar_update_string
  ''
end
clear() click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 8
def clear;        end
clear_string() click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 12
def clear_string
  ''
end
default_format() click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 20
def default_format
  ''
end
eol() click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 28
def eol
  ''
end
log(_string) click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 9
def log(_string); end
refresh(*) click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 10
def refresh(*);   end
resolve_format(_format) click to toggle source
# File lib/ruby-progressbar/outputs/null.rb, line 24
def resolve_format(_format)
  ''
end