Skip to content

Commit eea9c16

Browse files
committed
Undefine unused constants
1 parent d95e8da commit eea9c16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/irb/test_color_printer.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ module TestIRB
88
class TestColorPrinter < Test::Unit::TestCase
99
CLEAR = "\e[0m"
1010
BOLD = "\e[1m"
11-
UNDERLINE = "\e[4m"
12-
REVERSE = "\e[7m"
1311
RED = "\e[31m"
1412
GREEN = "\e[32m"
15-
YELLOW = "\e[33m"
1613
BLUE = "\e[34m"
17-
MAGENTA = "\e[35m"
1814
CYAN = "\e[36m"
1915

2016
def setup

0 commit comments

Comments
 (0)