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:
parent
ea64e742f5
commit
bf4f3ef5ad
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue