Update RBI files for did_you_mean.
This commit is contained in:
parent
69feb81a50
commit
61b068cd7c
@ -1197,6 +1197,14 @@ module DidYouMean::Correctable
|
|||||||
def to_s(); end
|
def to_s(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class DidYouMean::Formatter
|
||||||
|
def message_for(corrections); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DidYouMean::Formatter
|
||||||
|
def self.message_for(corrections); end
|
||||||
|
end
|
||||||
|
|
||||||
module DidYouMean::Jaro
|
module DidYouMean::Jaro
|
||||||
def self.distance(str1, str2); end
|
def self.distance(str1, str2); end
|
||||||
end
|
end
|
||||||
@ -1241,13 +1249,17 @@ class DidYouMean::NullChecker
|
|||||||
def initialize(*arg); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class DidYouMean::PlainFormatter
|
class DidYouMean::PatternKeyNameChecker
|
||||||
def message_for(corrections); end
|
def corrections(); end
|
||||||
|
|
||||||
|
def initialize(no_matching_pattern_key_error); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class DidYouMean::PlainFormatter
|
class DidYouMean::PatternKeyNameChecker
|
||||||
end
|
end
|
||||||
|
|
||||||
|
DidYouMean::PlainFormatter = DidYouMean::Formatter
|
||||||
|
|
||||||
class DidYouMean::RequirePathChecker
|
class DidYouMean::RequirePathChecker
|
||||||
def corrections(); end
|
def corrections(); end
|
||||||
|
|
||||||
@ -1310,6 +1322,8 @@ module DidYouMean
|
|||||||
def self.formatter(); end
|
def self.formatter(); end
|
||||||
|
|
||||||
def self.formatter=(formatter); end
|
def self.formatter=(formatter); end
|
||||||
|
|
||||||
|
def self.spell_checkers(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Dir
|
class Dir
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user