ku1ik / rainbow

Ruby gem for colorizing printed text on ANSI terminals
MIT License
813 stars 68 forks source link

Allow X11 color methods using refinement interface #129

Closed tobyh closed 11 months ago

tobyh commented 12 months ago

See issue #128. I used define_method for all the named color methods instead of method_missing, and added a spec for the issue.