summaryrefslogtreecommitdiff
path: root/String.html
diff options
context:
space:
mode:
Diffstat (limited to 'String.html')
-rw-r--r--String.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/String.html b/String.html
index 0da239d..30d5a72 100644
--- a/String.html
+++ b/String.html
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
-<title>class String - net-ssh 4.2.0</title>
+<title>class String - net-ssh 6.0.0.beta1</title>
<script type="text/javascript">
var rdoc_rel_prefix = "./";
@@ -161,7 +161,7 @@
<div class="method-source-code" id="setbyte-source">
- <pre><span class="ruby-comment"># File lib/net/ssh/ruby_compat.rb, line 8</span>
+ <pre><span class="ruby-comment"># File lib/net/ssh/ruby_compat.rb, line 9</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">setbyte</span>(<span class="ruby-identifier">index</span>, <span class="ruby-identifier">c</span>)
<span class="ruby-keyword">self</span>[<span class="ruby-identifier">index</span>] = <span class="ruby-identifier">c</span>
<span class="ruby-keyword">end</span></pre>