D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
IO
/
Filename :
expect-i.ri
back
Copy
U:RDoc::AnyMethod[iI"expect:ETI"IO#expect;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I":The +expect+ library adds instance method IO#expect, ;TI"which is similar to the ;TI"M{TCL expect extension}[https://www.tcl.tk/man/expect5.31/expect.1.html].;To:RDoc::Markup::BlankLine o; ; [I"3To use this method, you must require +expect+:;T@o:RDoc::Markup::Verbatim; [I"require 'expect' ;T:@format0o; ; [I"RReads from the IO until the given +pattern+ matches or the +timeout+ is over.;T@o; ; [I"HIt returns an array with the read buffer, followed by the matches. ;TI"MIf a block is given, the result is yielded to the block and returns nil.;T@o; ; [I"LWhen called without a block, it waits until the input that matches the ;TI"Jgiven +pattern+ is obtained from the IO or the time specified as the ;TI"Ptimeout passes. An array is returned when the pattern is obtained from the ;TI"OIO. The first element of the array is the entire string obtained from the ;TI"MIO until the pattern matches, followed by elements indicating which the ;TI"Cpattern which matched to the anchor in the regular expression.;T@o; ; [ I"PThe optional timeout parameter defines, in seconds, the total time to wait ;TI"Ofor the pattern. If the timeout expires or eof is found, nil is returned ;TI"Por yielded. However, the buffer in a timeout session is kept for the next ;TI":expect call. The default timeout is 9999999 seconds.;T: @fileI"ext/pty/lib/expect.rb;T:0@omit_headings_from_table_of_contents_below0I"IO#expect(pattern,timeout=9999999) -> Array IO#expect(pattern,timeout=9999999) { |result| ... } -> nil ;TI"result;T[ I"(pat,timeout=9999999);T@,FI"IO;TcRDoc::NormalClass00