summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-10-03 18:41:22 +0900
committergit <svn-admin@ruby-lang.org>2021-10-03 18:41:29 +0900
commitbf4f3ef5ad9759df17e670c926c1a716e624b59c (patch)
treee40b4b14d33c50b8f197dc8cc2096af7450e43b6
parentea64e742f5feddbdfb6526cd0a54a9986097a34d (diff)
downloadruby-bf4f3ef5ad9759df17e670c926c1a716e624b59c.tar.gz
[ruby/reline] Add a comment to use "private alias_method" idiom after drop Ruby 2.5
https://github.com/ruby/reline/commit/1b00cae0fd
-rw-r--r--lib/reline/line_editor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index 73f7ae9d35..71634c2563 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -5,6 +5,7 @@ require 'tempfile'
class Reline::LineEditor
# TODO: undo
+ # TODO: Use "private alias_method" idiom after drop Ruby 2.5.
attr_reader :line
attr_reader :byte_pointer
attr_accessor :confirm_multiline_termination_proc