mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Sync did_you_mean
This commit is contained in:
parent
93badf4770
commit
e353bcd111
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue