GuessMethod is a not-for-production, aggressive IRB spell-checker. Observe:
require ‘rubygems’
=> true
require ‘guessmethod’
=> true
Strng.clas.tos.reevrse
attention: replacing non-existant constant Strng with String for Object
attention: sending class instead of clas to String:Class
attention: sending to_s instead of tos to Class:Class
attention: sending reverse instead of reevrse to Class
=> “ssalC”
Homepage: http://guessmethod.rubyforge.org/