Table of Contents - expect-behaviors-0.1.5 Documentation
Pages
- LICENSE
-
README
- expect-behaviors
- Using the Mixin
- exp_process - should do one iteration of handle input and append buffer
- exp_buffer - provide the current buffer contents from controller and empty it
- Batteries Included: Expect::SSH
- Using Expect
- Expect::Match
- buffer - returns the full contents of the buffer that matched
- exact_match_string - returns the first capture from the match
- to_s - returns the contents of the buffer up to the match
- remainder - returns the contents of the buffer following the first match
- nil? - true if there were no matches
- That's All the Crummy Documentation?
Classes and Modules
Methods
- ::new — Expect::Match
- ::new — Expect::SSH
- #clear_expect_buffer — Expect::Behavior
- #current_time — Expect::Behavior
- #exact_match_string — Expect::Match
- #execute_expect_loop — Expect::Behavior
- #exp_buffer — Expect::SSH
- #exp_continue — Expect::Behavior
- #exp_process — Expect::SSH
- #exp_registered_matches — Expect::Behavior
- #expect — Expect::Behavior
- #expect_continue — Expect::Behavior
- #expr_substring_to_match — Expect::Match
- #init_timeout — Expect::Behavior
- #initialize_expect — Expect::Behavior
- #nil? — Expect::Match
- #options — Expect::SSH
- #register_callbacks — Expect::SSH
- #remainder — Expect::Match
- #request_channel_pty_shell — Expect::SSH
- #request_pty — Expect::SSH
- #request_shell — Expect::SSH
- #reset_timeout — Expect::Behavior
- #send_data — Expect::SSH
- #start — Expect::SSH
- #stop — Expect::SSH
- #substring_remainder — Expect::Match
- #substring_up_to_match — Expect::Match
- #timeout? — Expect::Behavior
- #timeout_action_default — Expect::Behavior
- #to_s — Expect::Match
- #when_match — Expect::Behavior
- #when_matching — Expect::Behavior
- #when_timeout — Expect::Behavior