class AbstractChunkLine
This class is to be extended so that it can be called by anyone wanting to implement chunks ot text with color and attributes. Chunkline consists of multiple chunks of colored text and should implement a each_with_color
. The purpose of adding this is so that chunk.rb
does not need to be required if colored text is not being used by an application.