ruby-changes:68222
From: aycabta <ko1@a...>
Date: Sun, 3 Oct 2021 18:41:38 +0900 (JST)
Subject: [ruby-changes:68222] bf4f3ef5ad (master): [ruby/reline] Add a comment to use "private alias_method" idiom after drop Ruby 2.5
https://git.ruby-lang.org/ruby.git/commit/?id=bf4f3ef5ad From bf4f3ef5ad9759df17e670c926c1a716e624b59c Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sun, 3 Oct 2021 18:41:22 +0900 Subject: [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' https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L5 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/