1
0
Fork 0
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:
Nobuyoshi Nakada 2019-08-03 14:56:07 +09:00
parent 4d75346187
commit 6623cde731
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)