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

Add comments to key bindings vars of Reline::Config

This commit is contained in:
aycabta 2019-06-02 07:28:26 +09:00
parent bfd26cc18d
commit 28e01f006d

View file

@ -36,8 +36,8 @@ class Reline::Config
end end
def initialize def initialize
@additional_key_bindings = {} @additional_key_bindings = {} # from inputrc
@default_key_bindings = {} @default_key_bindings = {} # environment-dependent
@skip_section = nil @skip_section = nil
@if_stack = [] @if_stack = []
@editing_mode_label = :emacs @editing_mode_label = :emacs