M
Michael Granger
Hi all,
I've just released version 0.02 of the CrossCase module which fixes a
rather serious bug with classes that have private methods. It is
recommended that everyone using version 0.01 upgrade immediately.
The module can be downloaded in various formats from the module's
project page at:
http://www.deveiate.org/code/CrossCase.shtml
or directly in tar+gzip format at:
http://www.deveiate.org/code/CrossCase-0.02.tar.gz
The CrossCase module, when mixed into a Class or another Module, will
provide under_barred aliases for class or instance methods with names
which follow the camelCased naming conventions, and vice-versa. E.g.,
in a class which mixes in CrossCase, defining a non-private method
#foo_bar will also create an alias for that method called #fooBar.
Thanks,
I've just released version 0.02 of the CrossCase module which fixes a
rather serious bug with classes that have private methods. It is
recommended that everyone using version 0.01 upgrade immediately.
The module can be downloaded in various formats from the module's
project page at:
http://www.deveiate.org/code/CrossCase.shtml
or directly in tar+gzip format at:
http://www.deveiate.org/code/CrossCase-0.02.tar.gz
The CrossCase module, when mixed into a Class or another Module, will
provide under_barred aliases for class or instance methods with names
which follow the camelCased naming conventions, and vice-versa. E.g.,
in a class which mixes in CrossCase, defining a non-private method
#foo_bar will also create an alias for that method called #fooBar.
Thanks,