Is there an Expect equivalent gem for Ruby?

前端 未结 6 681
一生所求
一生所求 2020-12-05 14:16

Is there an Expect equivalent gem for Ruby?

I tried searching on code.google and rubygems.org, but sadly it did not show up.

FYI: Expect is a Unix automation

6条回答
  •  遥遥无期
    2020-12-05 14:53

    RExpect

    From the project's website:

    RExpect is a drop in replacement for the expect.rb module in the standard library that is faster and more robust, cabable of driving many devices simultaneously.

提交回复
热议问题