https://github.com/will/yeah_i_did
Helpfully fixes your typos
https://github.com/will/yeah_i_did
Last synced: 12 months ago
JSON representation
Helpfully fixes your typos
- Host: GitHub
- URL: https://github.com/will/yeah_i_did
- Owner: will
- Created: 2016-04-09T19:19:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T19:20:07.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T03:03:41.771Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 1000 Bytes
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# install
```
gem install yeah_i_did
```
# use
```
[1] pry(main)> require 'yeah_i_did'
=> true
[2] pry(main)> putz "oh no"
NoMethodError: undefined method `putz' for main:Object
Did you mean? puts
putc
from (pry):2:in `__pry__'
[3] pry(main)> DidYouMean.yeah_i_did { putz "aw yeah" }
aw yeah
=> nil
```