Expect.pm like module in ruby

Hello All
Is there a ‘expect’ like Module for ruby? Something like this perl
Module:

http://search.cpan.org/~rgiersig/Expect-1.21/Expect.pod

I tried searching for a gem but nothing seems to come up in google.
Any direction will be appreciated.
thx

On May 6, 2008, at 10:47 , Praveen R. wrote:

Is there a ‘expect’ like Module for ruby? Something like this perl
Module:

Expect.pm - Expect for Perl - metacpan.org <Expect.pm - Expect for Perl - metacpan.org

I tried searching for a gem but nothing seems to come up in google.

you already have it:

% ruby -ve ‘p require(“expect”)’
ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0]
true