1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Add a comment to use "private alias_method" idiom after drop Ruby 2.5

1b00cae0fd
This commit is contained in:
aycabta 2021-10-03 18:41:22 +09:00 committed by git
parent ea64e742f5
commit bf4f3ef5ad

View file

@ -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