From dc21c6062a1ea739fe17cdda19d1130e07070b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 15 Nov 2019 18:15:26 -0500 Subject: [PATCH] :scissors: --- lib/thor/shell/basic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thor/shell/basic.rb b/lib/thor/shell/basic.rb index ed943f8c9..ca971cb22 100644 --- a/lib/thor/shell/basic.rb +++ b/lib/thor/shell/basic.rb @@ -467,7 +467,7 @@ def answer_match(possibilities, answer, case_insensitive) possibilities.detect{ |possibility| possibility.downcase == answer.downcase } else possibilities.detect{ |possibility| possibility == answer } - end + end end def merge(destination, content) #:nodoc: