summaryrefslogtreecommitdiff
path: root/Net/SSH/Prompt.html
diff options
context:
space:
mode:
Diffstat (limited to 'Net/SSH/Prompt.html')
-rw-r--r--Net/SSH/Prompt.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Net/SSH/Prompt.html b/Net/SSH/Prompt.html
index 4e142c1..c544f64 100644
--- a/Net/SSH/Prompt.html
+++ b/Net/SSH/Prompt.html
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
-<title>class Net::SSH::Prompt - net-ssh 4.2.0</title>
+<title>class Net::SSH::Prompt - net-ssh 6.0.0.beta1</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../../";
@@ -148,7 +148,7 @@ like:</p>
<div class="method-source-code" id="default-source">
- <pre><span class="ruby-comment"># File lib/net/ssh/prompt.rb, line 23</span>
+ <pre><span class="ruby-comment"># File lib/net/ssh/prompt.rb, line 24</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">default</span>(<span class="ruby-identifier">options</span> = {})
<span class="ruby-ivar">@default</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">new</span>(<span class="ruby-identifier">options</span>)
<span class="ruby-keyword">end</span></pre>
@@ -181,7 +181,7 @@ like:</p>
<div class="method-source-code" id="new-source">
- <pre><span class="ruby-comment"># File lib/net/ssh/prompt.rb, line 27</span>
+ <pre><span class="ruby-comment"># File lib/net/ssh/prompt.rb, line 28</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">options</span> = {}); <span class="ruby-keyword">end</span></pre>
</div>
@@ -222,7 +222,7 @@ session, so caching implementations can save passwords properly.</p>
<div class="method-source-code" id="start-source">
- <pre><span class="ruby-comment"># File lib/net/ssh/prompt.rb, line 57</span>
+ <pre><span class="ruby-comment"># File lib/net/ssh/prompt.rb, line 58</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">start</span>(<span class="ruby-identifier">info</span>)
<span class="ruby-constant">Prompter</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">info</span>)
<span class="ruby-keyword">end</span></pre>