# File lib/airbrussh/console.rb, line 55
    def strip_ascii_color(string)
      (string || "").gsub(/\033\[[0-9;]*m/, "")
    end