mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add more abstract decorations for messaging
This commit is contained in:
parent
4469729558
commit
6ccc04cf45
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ class Colorize
|
|||
"bright_blue"=>"94", "bright_magenta"=>"95", "bright_cyan"=>"96", "bright_white"=>"97",
|
||||
|
||||
# abstract decorations
|
||||
"pass"=>"green", "fail"=>"red;bold", "skip"=>"yellow;bold", "note"=>"bright_yellow",
|
||||
"pass"=>"green", "fail"=>"red;bold", "skip"=>"yellow;bold",
|
||||
"note"=>"bright_yellow", "notice"=>"bright_yellow", "info"=>"bright_magenta",
|
||||
}
|
||||
|
||||
def coloring?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue