From: David Zhao Date: 2005-01-01T19:16:40+09:00 Subject: Re: wrapping Ruby around OLD code If they are separate OS executables, you can glue them together easily with ruby either via system() or %x. It doesn't sound like much of a chore at all. -David