From: Laurent S. <lsa...@ap...> - 2007-07-10 12:48:39
|
On Jul 10, 2007, at 2:41 PM, Tim Perrett wrote: > Hey Eloy / Jon > > REXML is part of the standard lib in ruby though - im not sure how > you could override that? REXML is maybe part of the stdlib but it's a pure Ruby library. I would bet copying the necessary .rb files in your app bundle and prefixing your $: with their path will work for you. Laurent > On 10 Jul 2007, at 13:27, Eloy Duran wrote: > >> Couldn't you instead only bundle the newer version of REXML and only >> use it if the user has 1.8.2 installed? >> >> Cheers, >> Eloy > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |