Skip to content

Commit 1b00cae

Browse files
committed
Add a comment to use "private alias_method" idiom after drop Ruby 2.5
1 parent 4ecaa63 commit 1b00cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/reline/line_editor.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
class Reline::LineEditor
77
# TODO: undo
8+
# TODO: Use "private alias_method" idiom after drop Ruby 2.5.
89
attr_reader :line
910
attr_reader :byte_pointer
1011
attr_accessor :confirm_multiline_termination_proc

0 commit comments

Comments
 (0)