class ProgressBar::Components::Bar

def complete_bar(length)

def complete_bar(length)
  self.length = length
  to_s(:format => :standard)
end