Notes:
CoreEx is designed to provides a simple but quite useful extension of the
standard library of Ruby. Thus some classes and modules like Pathname,
Enumerable, Exception, FileUtils, String, YAML, Module, Class and Object are
extended. There are also some new features like DTime, TempPath, Version,
embedded_tests, FileList (almost from rake), and a common Rakefile.
Changes:
= New in 0.4, 2005-10-03:
This release is mainly a bugfix release compatible with ruby 1.8.3!
* CoreEx::Module::InPlace:
Add a module extension to ease the use of in place methods.
|