You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if we can apply an appropriate lever to get string distance matching into Ruby itself so both RDoc and RubyGems can benefit from the same code.
Currently this works:
$ ri19 Encoding.compatibleEncoding.compatible not found, maybe you meant:
Encoding::compatible?
I think that'd be a good idea, agreed on the single option too, but maybe with some indicator (e.g., how google does it by conspicuously warning you it's changed your search terms)
Big projects are out due to recent developments that are pretty much sapping all my free time, but I'll be happy to send a string patch to the right places if you'd be willing to review and back it for this purpose, which should hopefully simplify things a bit for you.
Could work similar to rubygems' levenshtein matcher, e.g.:
The text was updated successfully, but these errors were encountered: