diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-09 15:04:40 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-09 15:04:40 +0000 |
commit | bd623a0915ae63422463ea49651fd73e0426efaa () | |
tree | 7126cfc970386169b4835c56e503c41f43842176 /ext/pty/lib/expect.rb | |
parent | d3e7b990dc096f71a32eb18959503328b78cf2b1 (diff) |
* ext/pty/lib/expect.rb: add rdoc. based on a from Luiz Angelo
Daros de Luca in [ruby-core:23464]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/pty/lib/expect.rb | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ $expect_verbose = false class IO def expect(pat,timeout=9999999) buf = '' case pat |