# File lib/ruby-progressbar/calculators/length.rb, line 8 def initialize(options = {}) self.length_override = options[:length] self.output = options[:output] self.current_length = nil end