зеркало из https://github.com/github/ruby.git
Add more abstract decorations for messaging
This commit is contained in:
Родитель
4469729558
Коммит
6ccc04cf45
|
@ -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?
|
||||
|
|
Загрузка…
Ссылка в новой задаче