# File lib/pastel/detached.rb, line 18
    def initialize(color, *styles)
      @color  = color
      @styles = styles.dup
      freeze
    end