class ProgressBar::Calculators::Length

def initialize(options = {})

def initialize(options = {})
  self.length_override = options[:length]
  self.output          = options[:output]
  self.current_length  = nil
end