summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorima1zumi <mariimaizumi5@gmail.com>2023-01-22 21:28:01 +0900
committergit <svn-admin@ruby-lang.org>2023-02-07 12:49:51 +0000
commit8fc69a0a7e15e82185c99e55ab4d886a0b0bee4a (patch)
tree41d9e4ed18845bfb26b49cea25a4f829e948db85 /lib
parent31d37e2406d1aa10265944e56807343f91da98fb (diff)
[ruby/reline] Add comment for unused constants
FILENAME_COMPLETION_PROC and USERNAME_COMPLETION_PROC are not used by Reline. However, they were added for compatibility with the rb-readline gem. These constants have been retained and comments added. https://github.com/ruby/reline/commit/98fdbd3f18
Diffstat (limited to 'lib')
-rw-r--r--lib/reline.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index 7800a281ce..c11d4a7b93 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -11,6 +11,7 @@ require 'reline/terminfo'
require 'rbconfig'
module Reline
+ # NOTE: For making compatible with the rb-readline gem
FILENAME_COMPLETION_PROC = nil
USERNAME_COMPLETION_PROC = nil