ruby-changes:69351
From: Yuki <ko1@a...>
Date: Sat, 23 Oct 2021 10:56:54 +0900 (JST)
Subject: [ruby-changes:69351] e353bcd111 (master): Sync did_you_mean
https://git.ruby-lang.org/ruby.git/commit/?id=e353bcd111 From e353bcd1113187185e06eac64b5f63956c30e2d9 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima <yk.nishijima@g...> 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(-) 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 https://github.com/ruby/ruby/blob/trunk/lib/did_you_mean.rb#L106 end # Updates the primary formatter used to format the suggestions. - def self.formatter=(*) + def self.formatter=(formatter) @formatter = formatter end -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/