Module: Ccp::Utils::Colorize
- Extended by:
- Fore
- Includes:
- Fore
- Included in:
- Receivers::Commentable::Comment, Receivers::Profileable
- Defined in:
- lib/ccp/utils/colorize.rb
Defined Under Namespace
Constant Summary
Constants included from Fore
Fore::BLACK, Fore::BLUE, Fore::CLEAR, Fore::CYAN, Fore::GREEN, Fore::MAGENTA, Fore::RED, Fore::WHITE, Fore::YELLOW
Class Method Summary collapse
Methods included from Fore
aqua, black, blue, colorize, cyan, green, magenta, pink, purple, red, white, yellow
Class Method Details
.strip(string) ⇒ Object
134 135 136 |
# File 'lib/ccp/utils/colorize.rb', line 134 def self.strip(string) string.gsub(/\x1B\[[0-9;]*[mK]/, '') end |