class ProgressBar::Components::Bar

def bar(length)

def bar(length)
  self.length = length
  standard_complete_string
end