class ProgressBar::Components::Bar

def incomplete_string

def incomplete_string
  remainder_mark * (length - completed_length)
end