[ruby/reline] Splat is always an Array

https://github.com/ruby/reline/commit/82095bd62b
This commit is contained in:
Étienne Barrié 2023-01-17 15:27:45 +01:00 committed by Hiroshi SHIBATA
parent 7439ccf0ed
commit 70eedef32a

View File

@ -93,7 +93,7 @@ class Reline::Config
end
def editing_mode_is?(*val)
(val.respond_to?(:any?) ? val : [val]).any?(@editing_mode_label)
val.any?(@editing_mode_label)
end
def keymap