# File lib/ansi/string.rb, line 204
  def ansi!(code)
    marks.unshift([0, code])
    marks.push([size, :clear])
  end