| Class | Pastel::Delegator |
| In: |
lib/pastel/delegator.rb
|
| Parent: | Object |
Wrapes the {DecoratorChain} to allow for easy resolution of string coloring.
@api private
| parse | -> | undecorate |
| base | [R] | |
| resolver | [R] |
Create Delegator
Used internally by {Pastel}
@param [ColorResolver] resolver
@param [DecoratorChain] base
@api private