net-ssh-simple 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/coverage/.resultset.json +66 -90
- data/coverage/index.html +505 -649
- data/doc/Net.html +1 -1
- data/doc/Net/SSH.html +1 -1
- data/doc/Net/SSH/Simple.html +76 -348
- data/doc/Net/SSH/Simple/Error.html +19 -19
- data/doc/Net/SSH/Simple/Result.html +69 -69
- data/doc/_index.html +1 -1
- data/doc/file.README.html +4 -4
- data/doc/index.html +4 -4
- data/doc/method_list.html +4 -36
- data/doc/top-level-namespace.html +1 -1
- data/lib/net/ssh/simple.rb +0 -24
- data/lib/net/ssh/simple/version.rb +1 -1
- data/net-ssh-simple.gemspec +1 -1
- data/spec/net-ssh-simple.rb +0 -149
- metadata +5 -5
@@ -272,14 +272,14 @@ incomplete!).</p>
|
|
272
272
|
<pre class="lines">
|
273
273
|
|
274
274
|
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
275
|
+
683
|
276
|
+
684
|
277
|
+
685
|
278
|
+
686
|
279
|
+
687</pre>
|
280
280
|
</td>
|
281
281
|
<td>
|
282
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
282
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 683</span>
|
283
283
|
|
284
284
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='comma'>,</span> <span class='id identifier rubyid_e'>e</span><span class='op'>=</span><span class='gvar'>$!</span><span class='rparen'>)</span>
|
285
285
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span>
|
@@ -325,12 +325,12 @@ incomplete!).</p>
|
|
325
325
|
<pre class="lines">
|
326
326
|
|
327
327
|
|
328
|
-
|
329
|
-
|
330
|
-
|
328
|
+
681
|
329
|
+
682
|
330
|
+
683</pre>
|
331
331
|
</td>
|
332
332
|
<td>
|
333
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
333
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 681</span>
|
334
334
|
|
335
335
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
336
336
|
<span class='ivar'>@result</span>
|
@@ -368,12 +368,12 @@ incomplete!).</p>
|
|
368
368
|
<pre class="lines">
|
369
369
|
|
370
370
|
|
371
|
-
|
372
|
-
|
373
|
-
|
371
|
+
678
|
372
|
+
679
|
373
|
+
680</pre>
|
374
374
|
</td>
|
375
375
|
<td>
|
376
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
376
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 678</span>
|
377
377
|
|
378
378
|
<span class='kw'>def</span> <span class='id identifier rubyid_wrapped'>wrapped</span>
|
379
379
|
<span class='ivar'>@wrapped</span>
|
@@ -405,12 +405,12 @@ incomplete!).</p>
|
|
405
405
|
<pre class="lines">
|
406
406
|
|
407
407
|
|
408
|
-
|
409
|
-
|
410
|
-
|
408
|
+
689
|
409
|
+
690
|
410
|
+
691</pre>
|
411
411
|
</td>
|
412
412
|
<td>
|
413
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
413
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 689</span>
|
414
414
|
|
415
415
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
416
416
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='ivar'>@wrapped</span><span class='rbrace'>}</span><span class='tstring_content'> @ </span><span class='embexpr_beg'>#{</span><span class='ivar'>@result</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span>
|
@@ -425,7 +425,7 @@ incomplete!).</p>
|
|
425
425
|
</div>
|
426
426
|
|
427
427
|
<div id="footer">
|
428
|
-
Generated on
|
428
|
+
Generated on Sun Dec 8 10:29:16 2013 by
|
429
429
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
430
430
|
0.8.3 (ruby-1.9.3).
|
431
431
|
</div>
|
@@ -634,12 +634,12 @@
|
|
634
634
|
<pre class="lines">
|
635
635
|
|
636
636
|
|
637
|
-
|
638
|
-
|
639
|
-
|
637
|
+
716
|
638
|
+
717
|
639
|
+
718</pre>
|
640
640
|
</td>
|
641
641
|
<td>
|
642
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
642
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
643
643
|
|
644
644
|
<span class='kw'>def</span> <span class='id identifier rubyid_cmd'>cmd</span>
|
645
645
|
<span class='ivar'>@cmd</span>
|
@@ -695,12 +695,12 @@
|
|
695
695
|
<pre class="lines">
|
696
696
|
|
697
697
|
|
698
|
-
|
699
|
-
|
700
|
-
|
698
|
+
716
|
699
|
+
717
|
700
|
+
718</pre>
|
701
701
|
</td>
|
702
702
|
<td>
|
703
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
703
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
704
704
|
|
705
705
|
<span class='kw'>def</span> <span class='id identifier rubyid_exception'>exception</span>
|
706
706
|
<span class='ivar'>@exception</span>
|
@@ -756,12 +756,12 @@
|
|
756
756
|
<pre class="lines">
|
757
757
|
|
758
758
|
|
759
|
-
|
760
|
-
|
761
|
-
|
759
|
+
716
|
760
|
+
717
|
761
|
+
718</pre>
|
762
762
|
</td>
|
763
763
|
<td>
|
764
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
764
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
765
765
|
|
766
766
|
<span class='kw'>def</span> <span class='id identifier rubyid_exit_code'>exit_code</span>
|
767
767
|
<span class='ivar'>@exit_code</span>
|
@@ -817,12 +817,12 @@
|
|
817
817
|
<pre class="lines">
|
818
818
|
|
819
819
|
|
820
|
-
|
821
|
-
|
822
|
-
|
820
|
+
716
|
821
|
+
717
|
822
|
+
718</pre>
|
823
823
|
</td>
|
824
824
|
<td>
|
825
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
825
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
826
826
|
|
827
827
|
<span class='kw'>def</span> <span class='id identifier rubyid_exit_signal'>exit_signal</span>
|
828
828
|
<span class='ivar'>@exit_signal</span>
|
@@ -878,12 +878,12 @@
|
|
878
878
|
<pre class="lines">
|
879
879
|
|
880
880
|
|
881
|
-
|
882
|
-
|
883
|
-
|
881
|
+
716
|
882
|
+
717
|
883
|
+
718</pre>
|
884
884
|
</td>
|
885
885
|
<td>
|
886
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
886
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
887
887
|
|
888
888
|
<span class='kw'>def</span> <span class='id identifier rubyid_finish_at'>finish_at</span>
|
889
889
|
<span class='ivar'>@finish_at</span>
|
@@ -939,12 +939,12 @@
|
|
939
939
|
<pre class="lines">
|
940
940
|
|
941
941
|
|
942
|
-
|
943
|
-
|
944
|
-
|
942
|
+
716
|
943
|
+
717
|
944
|
+
718</pre>
|
945
945
|
</td>
|
946
946
|
<td>
|
947
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
947
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
948
948
|
|
949
949
|
<span class='kw'>def</span> <span class='id identifier rubyid_host'>host</span>
|
950
950
|
<span class='ivar'>@host</span>
|
@@ -1000,12 +1000,12 @@
|
|
1000
1000
|
<pre class="lines">
|
1001
1001
|
|
1002
1002
|
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1003
|
+
716
|
1004
|
+
717
|
1005
|
+
718</pre>
|
1006
1006
|
</td>
|
1007
1007
|
<td>
|
1008
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1008
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1009
1009
|
|
1010
1010
|
<span class='kw'>def</span> <span class='id identifier rubyid_last_event_at'>last_event_at</span>
|
1011
1011
|
<span class='ivar'>@last_event_at</span>
|
@@ -1061,12 +1061,12 @@
|
|
1061
1061
|
<pre class="lines">
|
1062
1062
|
|
1063
1063
|
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1064
|
+
716
|
1065
|
+
717
|
1066
|
+
718</pre>
|
1067
1067
|
</td>
|
1068
1068
|
<td>
|
1069
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1069
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1070
1070
|
|
1071
1071
|
<span class='kw'>def</span> <span class='id identifier rubyid_last_keepalive_at'>last_keepalive_at</span>
|
1072
1072
|
<span class='ivar'>@last_keepalive_at</span>
|
@@ -1122,12 +1122,12 @@
|
|
1122
1122
|
<pre class="lines">
|
1123
1123
|
|
1124
1124
|
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1125
|
+
716
|
1126
|
+
717
|
1127
|
+
718</pre>
|
1128
1128
|
</td>
|
1129
1129
|
<td>
|
1130
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1130
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1131
1131
|
|
1132
1132
|
<span class='kw'>def</span> <span class='id identifier rubyid_op'>op</span>
|
1133
1133
|
<span class='ivar'>@op</span>
|
@@ -1183,12 +1183,12 @@
|
|
1183
1183
|
<pre class="lines">
|
1184
1184
|
|
1185
1185
|
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1186
|
+
716
|
1187
|
+
717
|
1188
|
+
718</pre>
|
1189
1189
|
</td>
|
1190
1190
|
<td>
|
1191
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1191
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1192
1192
|
|
1193
1193
|
<span class='kw'>def</span> <span class='id identifier rubyid_opts'>opts</span>
|
1194
1194
|
<span class='ivar'>@opts</span>
|
@@ -1244,12 +1244,12 @@
|
|
1244
1244
|
<pre class="lines">
|
1245
1245
|
|
1246
1246
|
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1247
|
+
716
|
1248
|
+
717
|
1249
|
+
718</pre>
|
1250
1250
|
</td>
|
1251
1251
|
<td>
|
1252
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1252
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1253
1253
|
|
1254
1254
|
<span class='kw'>def</span> <span class='id identifier rubyid_sent'>sent</span>
|
1255
1255
|
<span class='ivar'>@sent</span>
|
@@ -1305,12 +1305,12 @@
|
|
1305
1305
|
<pre class="lines">
|
1306
1306
|
|
1307
1307
|
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1308
|
+
716
|
1309
|
+
717
|
1310
|
+
718</pre>
|
1311
1311
|
</td>
|
1312
1312
|
<td>
|
1313
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1313
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1314
1314
|
|
1315
1315
|
<span class='kw'>def</span> <span class='id identifier rubyid_start_at'>start_at</span>
|
1316
1316
|
<span class='ivar'>@start_at</span>
|
@@ -1366,12 +1366,12 @@
|
|
1366
1366
|
<pre class="lines">
|
1367
1367
|
|
1368
1368
|
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1369
|
+
716
|
1370
|
+
717
|
1371
|
+
718</pre>
|
1372
1372
|
</td>
|
1373
1373
|
<td>
|
1374
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1374
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1375
1375
|
|
1376
1376
|
<span class='kw'>def</span> <span class='id identifier rubyid_stderr'>stderr</span>
|
1377
1377
|
<span class='ivar'>@stderr</span>
|
@@ -1427,12 +1427,12 @@
|
|
1427
1427
|
<pre class="lines">
|
1428
1428
|
|
1429
1429
|
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1430
|
+
716
|
1431
|
+
717
|
1432
|
+
718</pre>
|
1433
1433
|
</td>
|
1434
1434
|
<td>
|
1435
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1435
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1436
1436
|
|
1437
1437
|
<span class='kw'>def</span> <span class='id identifier rubyid_stdout'>stdout</span>
|
1438
1438
|
<span class='ivar'>@stdout</span>
|
@@ -1488,12 +1488,12 @@
|
|
1488
1488
|
<pre class="lines">
|
1489
1489
|
|
1490
1490
|
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1491
|
+
716
|
1492
|
+
717
|
1493
|
+
718</pre>
|
1494
1494
|
</td>
|
1495
1495
|
<td>
|
1496
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1496
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1497
1497
|
|
1498
1498
|
<span class='kw'>def</span> <span class='id identifier rubyid_success'>success</span>
|
1499
1499
|
<span class='ivar'>@success</span>
|
@@ -1549,12 +1549,12 @@
|
|
1549
1549
|
<pre class="lines">
|
1550
1550
|
|
1551
1551
|
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1552
|
+
716
|
1553
|
+
717
|
1554
|
+
718</pre>
|
1555
1555
|
</td>
|
1556
1556
|
<td>
|
1557
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1557
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1558
1558
|
|
1559
1559
|
<span class='kw'>def</span> <span class='id identifier rubyid_timed_out'>timed_out</span>
|
1560
1560
|
<span class='ivar'>@timed_out</span>
|
@@ -1610,12 +1610,12 @@
|
|
1610
1610
|
<pre class="lines">
|
1611
1611
|
|
1612
1612
|
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1613
|
+
716
|
1614
|
+
717
|
1615
|
+
718</pre>
|
1616
1616
|
</td>
|
1617
1617
|
<td>
|
1618
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1618
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
|
1619
1619
|
|
1620
1620
|
<span class='kw'>def</span> <span class='id identifier rubyid_total'>total</span>
|
1621
1621
|
<span class='ivar'>@total</span>
|
@@ -1631,7 +1631,7 @@
|
|
1631
1631
|
</div>
|
1632
1632
|
|
1633
1633
|
<div id="footer">
|
1634
|
-
Generated on
|
1634
|
+
Generated on Sun Dec 8 10:29:17 2013 by
|
1635
1635
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1636
1636
|
0.8.3 (ruby-1.9.3).
|
1637
1637
|
</div>
|
data/doc/_index.html
CHANGED
@@ -153,7 +153,7 @@
|
|
153
153
|
</div>
|
154
154
|
|
155
155
|
<div id="footer">
|
156
|
-
Generated on
|
156
|
+
Generated on Sun Dec 8 10:29:15 2013 by
|
157
157
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
158
158
|
0.8.3 (ruby-1.9.3).
|
159
159
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -70,8 +70,8 @@
|
|
70
70
|
handling SSH-connections, thereby preventing many common mistakes related
|
71
71
|
to error-handling, threading, timeouts and keep-alive.</p>
|
72
72
|
|
73
|
-
<p>It also
|
74
|
-
or
|
73
|
+
<p>It also simplifies advanced usage such as talking to many hosts in parallel
|
74
|
+
or performing streaming operations (stdio).</p>
|
75
75
|
|
76
76
|
<h2>Features</h2>
|
77
77
|
<ul><li>
|
@@ -212,7 +212,7 @@ following idiom will provide the best performance:</p>
|
|
212
212
|
<h2>Documentation</h2>
|
213
213
|
|
214
214
|
<p>See <a
|
215
|
-
href="http://busyloop.github.com/net-ssh-simple/doc/Net/SSH/Simple">Net::SSH::Simple</a>
|
215
|
+
href="http://busyloop.github.com/net-ssh-simple/doc/Net/SSH/Simple.html">Net::SSH::Simple</a>
|
216
216
|
for more examples and full API.</p>
|
217
217
|
|
218
218
|
<h2>Running the test suite</h2>
|
@@ -249,7 +249,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
249
249
|
</div></div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on
|
252
|
+
Generated on Sun Dec 8 10:29:15 2013 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
254
|
0.8.3 (ruby-1.9.3).
|
255
255
|
</div>
|
data/doc/index.html
CHANGED
@@ -70,8 +70,8 @@
|
|
70
70
|
handling SSH-connections, thereby preventing many common mistakes related
|
71
71
|
to error-handling, threading, timeouts and keep-alive.</p>
|
72
72
|
|
73
|
-
<p>It also
|
74
|
-
or
|
73
|
+
<p>It also simplifies advanced usage such as talking to many hosts in parallel
|
74
|
+
or performing streaming operations (stdio).</p>
|
75
75
|
|
76
76
|
<h2>Features</h2>
|
77
77
|
<ul><li>
|
@@ -212,7 +212,7 @@ following idiom will provide the best performance:</p>
|
|
212
212
|
<h2>Documentation</h2>
|
213
213
|
|
214
214
|
<p>See <a
|
215
|
-
href="http://busyloop.github.com/net-ssh-simple/doc/Net/SSH/Simple">Net::SSH::Simple</a>
|
215
|
+
href="http://busyloop.github.com/net-ssh-simple/doc/Net/SSH/Simple.html">Net::SSH::Simple</a>
|
216
216
|
for more examples and full API.</p>
|
217
217
|
|
218
218
|
<h2>Running the test suite</h2>
|
@@ -249,7 +249,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
249
249
|
</div></div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on
|
252
|
+
Generated on Sun Dec 8 10:29:15 2013 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
254
|
0.8.3 (ruby-1.9.3).
|
255
255
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
|
48
48
|
|
49
49
|
<li class="r1 ">
|
50
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#async-
|
50
|
+
<span class='object_link'><a href="Net/SSH/Simple.html#async-instance_method" title="Net::SSH::Simple#async (method)">#async</a></span>
|
51
51
|
|
52
52
|
<small>Net::SSH::Simple</small>
|
53
53
|
|
@@ -55,7 +55,7 @@
|
|
55
55
|
|
56
56
|
|
57
57
|
<li class="r2 ">
|
58
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#async-
|
58
|
+
<span class='object_link'><a href="Net/SSH/Simple.html#async-class_method" title="Net::SSH::Simple.async (method)">async</a></span>
|
59
59
|
|
60
60
|
<small>Net::SSH::Simple</small>
|
61
61
|
|
@@ -182,22 +182,6 @@
|
|
182
182
|
</li>
|
183
183
|
|
184
184
|
|
185
|
-
<li class="r2 deprecated">
|
186
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#scp_dl-instance_method" title="Net::SSH::Simple#scp_dl (method)">#scp_dl</a></span>
|
187
|
-
|
188
|
-
<small>Net::SSH::Simple</small>
|
189
|
-
|
190
|
-
</li>
|
191
|
-
|
192
|
-
|
193
|
-
<li class="r1 deprecated">
|
194
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#scp_dl-class_method" title="Net::SSH::Simple.scp_dl (method)">scp_dl</a></span>
|
195
|
-
|
196
|
-
<small>Net::SSH::Simple</small>
|
197
|
-
|
198
|
-
</li>
|
199
|
-
|
200
|
-
|
201
185
|
<li class="r2 ">
|
202
186
|
<span class='object_link'><a href="Net/SSH/Simple.html#scp_get-instance_method" title="Net::SSH::Simple#scp_get (method)">#scp_get</a></span>
|
203
187
|
|
@@ -215,14 +199,6 @@
|
|
215
199
|
|
216
200
|
|
217
201
|
<li class="r2 ">
|
218
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#scp_put-class_method" title="Net::SSH::Simple.scp_put (method)">scp_put</a></span>
|
219
|
-
|
220
|
-
<small>Net::SSH::Simple</small>
|
221
|
-
|
222
|
-
</li>
|
223
|
-
|
224
|
-
|
225
|
-
<li class="r1 ">
|
226
202
|
<span class='object_link'><a href="Net/SSH/Simple.html#scp_put-instance_method" title="Net::SSH::Simple#scp_put (method)">#scp_put</a></span>
|
227
203
|
|
228
204
|
<small>Net::SSH::Simple</small>
|
@@ -230,16 +206,8 @@
|
|
230
206
|
</li>
|
231
207
|
|
232
208
|
|
233
|
-
<li class="
|
234
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#
|
235
|
-
|
236
|
-
<small>Net::SSH::Simple</small>
|
237
|
-
|
238
|
-
</li>
|
239
|
-
|
240
|
-
|
241
|
-
<li class="r1 deprecated">
|
242
|
-
<span class='object_link'><a href="Net/SSH/Simple.html#scp_ul-instance_method" title="Net::SSH::Simple#scp_ul (method)">#scp_ul</a></span>
|
209
|
+
<li class="r1 ">
|
210
|
+
<span class='object_link'><a href="Net/SSH/Simple.html#scp_put-class_method" title="Net::SSH::Simple.scp_put (method)">scp_put</a></span>
|
243
211
|
|
244
212
|
<small>Net::SSH::Simple</small>
|
245
213
|
|