class Formatador
class Formatador::ProgressBar
formatador
1.1.0
# strip
def strip(string) string.gsub(PARSE_REGEX, '').gsub(INDENT_REGEX) { indentation } end