0.0
No commit activity in last 3 years
No release in over 3 years
A crazy gem that 'corrects' your misspelling of method names. Please don't actually use it, I was just testing an idea in my head!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Autocorrect

It looks like you mis-spelled that method name. Would you like some help?

If you want some help in correcting your method name typos when developing a chunk of Ruby code, stick this gem in your project and do:

require 'autocorrect/whiny'

If you are utterly, mind-bogglingly insane, you could always do:

require 'autocorrect/insane'

and I'll attempt to correct your method name typos for you.

Disclaimer

This is not a serious gem. I had a crazy idea while I was reading Eloquent Ruby and thought I'd try it out. ;-)