[ANN] CrossCase-0.02

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,104
Messages
2,570,643
Members
47,247
Latest member
youngcoin

Latest Threads

Top