aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-01-20 01:07:29 -0800
committergit <svn-admin@ruby-lang.org>2021-01-20 18:07:40 +0900
commitcea6814c2cfae8ab8097ee90170baadc95dafcae (patch)
tree47040478237eb3177a3e574b1efdc9fb0e5e21ef
parent328df00712650720e9e31a52c76b1f7fa2f8be7f (diff)
downloadruby-cea6814c2cfae8ab8097ee90170baadc95dafcae.tar.gz
[ruby/irb] Undefine unused constants
https://github.com/ruby/irb/commit/eea9c16804
-rw-r--r--test/irb/test_color_printer.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/irb/test_color_printer.rb b/test/irb/test_color_printer.rb
index b42048c1da..1b28837658 100644
--- a/test/irb/test_color_printer.rb
+++ b/test/irb/test_color_printer.rb
@@ -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