did_you_mean icon indicating copy to clipboard operation
did_you_mean copied to clipboard

The gem that has been saving people from typos since 2014

Results 14 did_you_mean issues
Sort by recently updated
recently updated
newest added

I was not passing some MRI pattern matching specs and realized that it was not setting the NullFormatter. It is because formatter requires Ractors to work. I did a quick...

as a Feature request when in IRB when did_you_mean throw us a error , can we run something to re-run the previous command with corrected spelling. Something like how https://github.com/nvbn/thefuck...

Feature Request

Hello I am currently digging in did_you_mean to understand it better. So I have landed on [this](https://github.com/ruby/did_you_mean/blob/ef0c37a35ae1216f3c804daf436254c7dee710bc/lib/did_you_mean/spell_checker.rb#L14). It is the threshold for selecting a word in the dictionnary and I...

The variable ``length2`` is an Integer, call to floor returns self. The variables ``i`` and ``prefix_bonus`` are equally incremented, no need to keep the ``i`` variable.