# File lib/formatador.rb, line 117 def strip(string) string.gsub(PARSE_REGEX, '').gsub(INDENT_REGEX) { indentation } end