diff options
author | Yuki Nishijima <yk.nishijima@gmail.com> | 2021-10-22 21:56:26 -0400 |
---|---|---|
committer | Yuki Nishijima <yk.nishijima@gmail.com> | 2021-10-22 21:56:26 -0400 |
commit | e353bcd1113187185e06eac64b5f63956c30e2d9 (patch) | |
tree | 15b568d89cd8041fa725227cb7b48a689b548bcd | |
parent | 93badf47704eece8b7a2b084f18a03a9083fb1a8 (diff) | |
download | ruby-e353bcd1113187185e06eac64b5f63956c30e2d9.tar.gz |
Sync did_you_mean
-rw-r--r-- | lib/did_you_mean.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |