Subject: CVS commit: wip/ruby-polyglot
From: Filip Hajny
Date: 2009-11-10 16:44:47
Message id: E1N7stz-0007FC-Ne@ddv4jf1.ch3.sourceforge.com

Log Message:
Import ruby18-polyglot-0.2.9 as wip/ruby-polyglot.

Polyglot provides a registry of file types that can be loaded by calling
its improved version of 'require'. Each file extension that can be handled
by a custom loader is registered by callingPolyglot.register("ext", \ 
<class>),
and then you can simply require "somefile", which will find and load
"somefile.ext" using your custom loader.


Files:
RevisionActionfile
1.1importwip/ruby-polyglot/distinfo
1.1importwip/ruby-polyglot/Makefile
1.1importwip/ruby-polyglot/PLIST
1.1importwip/ruby-polyglot/DESCR