From e353bcd1113187185e06eac64b5f63956c30e2d9 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima Date: Fri, 22 Oct 2021 21:56:26 -0400 Subject: Sync did_you_mean --- lib/did_you_mean.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/did_you_mean.rb') diff --git a/lib/did_you_mean.rb b/lib/did_you_mean.rb index 6a680fe975..6d3a6e8bda 100644 --- a/lib/did_you_mean.rb +++ b/lib/did_you_mean.rb @@ -106,7 +106,7 @@ module DidYouMean end # Updates the primary formatter used to format the suggestions. - def self.formatter=(*) + def self.formatter=(formatter) @formatter = formatter end -- cgit v1.2.3