From: ts Date: 2003-07-25T17:29:39+09:00 Subject: Re: Packaging pure ruby files when using extconf.rb >>>>> "P" == Paul William writes: P> I am writing a C extension but I want to include some classes written in P> pure ruby. How can I package the pure ruby files so that it is install P> when the user runs P> ruby extconf.rb && make && make install Create a directory lib, and put the pure ruby files in this directory Guy Decoux