From 0d24e686c5e114b4e0f96a7e56a079d2972df554 Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Sun, 7 Apr 2024 19:54:33 +0100 Subject: [PATCH] Change the Link module to remove the ESC constant --- lib/tty/link.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/tty/link.rb b/lib/tty/link.rb index e6f0b79..2f3667b 100644 --- a/lib/tty/link.rb +++ b/lib/tty/link.rb @@ -8,13 +8,6 @@ module TTY # # @api public module Link - # The ANSI escape sequence code - # - # @return [String] - # - # @api private - ESC = "\u001B[" - # The operating system command code # # @return [String]