[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Expect.pm like module in ruby

Praveen Ray

5/6/2008 5:47:00 PM

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

http://search.cpan.org/~rgiersig/Expect-1.21/...
<http://search.cpan.org/%7Ergiersig/Expect-1.21/Expe...

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

1 Answer

Ryan Davis

5/6/2008 6:02:00 PM

0


On May 6, 2008, at 10:47 , Praveen Ray wrote:

> Is there a 'expect' like Module for ruby? Something like this perl
> Module:
>
> http://search.cpan.org/~rgiersig/Expect-1.21/... <http://search.cpan.org/%7Ergiersig/Expect-1.21/...
> >
>
> 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