v0.10.0
Features
-
Now it corrects an instance variable name if the ivar name is mistyped and
NoMethodErroris raised:@number = 1 @nubmer.zero? # => NoMethodError: undefined method `zero?' for nil:NilClass # # Did you mean? @number #
-
Support for JRuby 9.0.0.0
-
Correction search is about 75% faster than 0.9.10
Breaking Changes
- The ActiveRecord integration has been removed