Update RBI files for did_you_mean.

This commit is contained in:
BrewTestBot 2021-12-22 18:12:18 +00:00
parent 69feb81a50
commit 61b068cd7c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1197,6 +1197,14 @@ module DidYouMean::Correctable
def to_s(); end
end
class DidYouMean::Formatter
def message_for(corrections); end
end
class DidYouMean::Formatter
def self.message_for(corrections); end
end
module DidYouMean::Jaro
def self.distance(str1, str2); end
end
@ -1241,13 +1249,17 @@ class DidYouMean::NullChecker
def initialize(*arg); end
end
class DidYouMean::PlainFormatter
def message_for(corrections); end
class DidYouMean::PatternKeyNameChecker
def corrections(); end
def initialize(no_matching_pattern_key_error); end
end
class DidYouMean::PlainFormatter
class DidYouMean::PatternKeyNameChecker
end
DidYouMean::PlainFormatter = DidYouMean::Formatter
class DidYouMean::RequirePathChecker
def corrections(); end
@ -1310,6 +1322,8 @@ module DidYouMean
def self.formatter(); end
def self.formatter=(formatter); end
def self.spell_checkers(); end
end
class Dir