class TerraformLandscape::Printer

def strip_ansi(string)

def strip_ansi(string)
  string.gsub(/\e\[\d+m/, '')
end