From bf4f3ef5ad9759df17e670c926c1a716e624b59c Mon Sep 17 00:00:00 2001 From: aycabta Date: Sun, 3 Oct 2021 18:41:22 +0900 Subject: [PATCH] [ruby/reline] Add a comment to use "private alias_method" idiom after drop Ruby 2.5 https://github.com/ruby/reline/commit/1b00cae0fd --- lib/reline/line_editor.rb | 1 + 1 file changed, 1 insertion(+) 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