[ruby/reline] Splat is always an Array
https://github.com/ruby/reline/commit/82095bd62b
This commit is contained in:
parent
7439ccf0ed
commit
70eedef32a
@ -93,7 +93,7 @@ class Reline::Config
|
|||||||
end
|
end
|
||||||
|
|
||||||
def editing_mode_is?(*val)
|
def editing_mode_is?(*val)
|
||||||
(val.respond_to?(:any?) ? val : [val]).any?(@editing_mode_label)
|
val.any?(@editing_mode_label)
|
||||||
end
|
end
|
||||||
|
|
||||||
def keymap
|
def keymap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user