This release has a few enhancements and optimizations. By default, it now ignores any method that starts with "__" (2 underscores), since it's rare that you want to match on methods like __id__ and __send__. MethodFinder's :method_options now takes a new option :include_system_methods that will override this behavior, matching on methods that start with "__", if you need it.
http://aquarium.rubyforge.org
|