mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added more attributes [ci skip]
This commit is contained in:
parent
4d75346187
commit
6623cde731
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class Colorize
|
|||
"pass"=>"32", "fail"=>"31;1", "skip"=>"33;1",
|
||||
"black"=>"30", "red"=>"31", "green"=>"32", "yellow"=>"33",
|
||||
"blue"=>"34", "magenta"=>"35", "cyan"=>"36", "white"=>"37",
|
||||
"bold"=>"1", "underline"=>"4", "reverse"=>"7",
|
||||
}
|
||||
|
||||
def decorate(str, name)
|
||||
|
|
Loading…
Reference in a new issue