mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 12:33:56 +02:00
parent
328df00712
commit
cea6814c2c
1 changed files with 0 additions and 4 deletions
|
@ -8,13 +8,9 @@ module TestIRB
|
|||
class TestColorPrinter < Test::Unit::TestCase
|
||||
CLEAR = "\e[0m"
|
||||
BOLD = "\e[1m"
|
||||
UNDERLINE = "\e[4m"
|
||||
REVERSE = "\e[7m"
|
||||
RED = "\e[31m"
|
||||
GREEN = "\e[32m"
|
||||
YELLOW = "\e[33m"
|
||||
BLUE = "\e[34m"
|
||||
MAGENTA = "\e[35m"
|
||||
CYAN = "\e[36m"
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue