Notes:
CoreEx -- A proposal for a standard library extension.
CoreEx is designed to provides a simple but quite useful extension of the
standard library of Ruby. So some classes and modules like Pathname, Time,
Enumerable, Exception, FileUtils, String, and YAML are extended. There is
also some new features like attr_once, DTime, TempPath, Version,
embedded_tests, filelist (almost from rake), a common Rakefile, and an
extension of the require system.
homepage : http://feydakins.org
api homepage: http://api.feydakins.org/core_ex
rubyforge : http://rubyforge.org/projects/ttk
Changes:
New in 0.2, Fri, 24 Jun 2005:
* Yaml:
Great improvement of the Yaml extension, new Yaml types are now
absolutly easy and clean to define.
* PathList:
PathList is based on the Rake FileList class. PathList contains
pathnames, and some interestings improvements.
* DumpableProc:
You can simply initialize a DumpableProc with a String, and keep this
String to allow the dump of that proc.
|