On Fri, 31 Oct 2008, James Gray wrote: > On Oct 30, 2008, at 1:10 PM, Hugh Sasse wrote: > > > On Fri, 31 Oct 2008, stephan.zimmer wrote: > > > > > I'm using Expect inside of a ruby script to control an external > > > program. So far I have only used libexpect from a C program and would > > > have several questions regarding the Ruby interface of Expect, maybe > > > > I didn't know there was one yet. > > expect.rb ships with Ruby. Correct me if I'm wrong, but that is not Don Libes' Expect implementation and it has to be used with PTY. So it is not libexpect. > > James Edward Gray II > Hugh