Skip to content

Commit

Permalink
Undefine unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jan 20, 2021
1 parent d95e8da commit eea9c16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/irb/test_color_printer.rb
Expand Up @@ -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
Expand Down

0 comments on commit eea9c16

Please sign in to comment.