class ProgressBar::Outputs::Null
Public Instance Methods
Source
# File lib/ruby-progressbar/outputs/null.rb, line 16 def bar_update_string '' end
Source
# File lib/ruby-progressbar/outputs/null.rb, line 20 def default_format '' end
Source
# File lib/ruby-progressbar/outputs/null.rb, line 24 def resolve_format(_format) '' end