[ruby/reline] Initialize @trap_key to suppress warning

https://github.com/ruby/reline/commit/b42c0980d9
This commit is contained in:
aycabta 2021-10-03 21:37:48 +09:00 коммит произвёл git
Родитель bf4f3ef5ad
Коммит 6cb37d4136
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -576,6 +576,7 @@ class Reline::LineEditor
@proc_scope = proc_scope
@width = nil
@scroll_top = 0
@trap_key = nil
end
def set_cursor_pos(col, row)