Object
# File lib/ruby-progressbar/components/estimated_timer.rb, line 23 def out_of_bounds_time_format=(format) raise "Invalid Out Of Bounds time format. Valid formats are #{VALID_OOB_TIME_FORMATS.inspect}" unless VALID_OOB_TIME_FORMATS.include? format @out_of_bounds_time_format = format end
# File lib/ruby-progressbar/components/estimated_timer.rb, line 18 def reset as(Timer).reset as(Progressable).reset end
Generated with the Darkfish Rdoc Generator 2.