Skip to content

Commit

Permalink
Change the Link module to remove the ESC constant
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Apr 7, 2024
1 parent 78aaf5d commit 0d24e68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/tty/link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0d24e68

Please sign in to comment.