Module | Colorator |
In: |
lib/colorator.rb
|
VERSION | = | "1.1.0" | ||
ANSI_MATCHR | = | /\x1b.*?[jkmsuABGKH]/ | ||
ANSI_COLORS | = | { :black => 30, :red => 31, :green => 32, :yellow => 33, :blue => 34, :magenta => 35, :cyan => 36, :white => 37, :bold => 1 | ||
CORE_METHODS | = | ( public_methods - Object.methods |