class ProgressBar::Format::String

def displayable_length

def displayable_length
  gsub(ANSI_SGR_PATTERN, '').length
end