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

[ruby/reline] Initialize uninitialized variables in tests

25af4bb64b
This commit is contained in:
aycabta 2021-01-28 16:25:27 +09:00
parent b69c965f47
commit 433b975fe8

View file

@ -231,6 +231,8 @@ class Reline::LineEditor
@scroll_partial_screen = nil
@prev_mode_string = nil
@drop_terminate_spaces = false
@in_pasting = false
@auto_indent_proc = nil
reset_line
end