Michael Granger wrote: > > Hi, > > I'd like to announce the first release of the 'CrossCase' module: a > mixin which auto-generates 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 the > #foo_bar method will also create an alias for that method called > #fooBar. > > For example: > > require 'crosscase' Wait - shouldn't it be "require 'crossCase'" then? KIDDING! Dan