net-ssh-simple 1.6.18 → 1.7.0

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.
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Fri Feb 17 14:13:14 2017 by
111
+ Generated on Mon Apr 3 12:14:11 2017 by
112
112
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113
113
  0.8.7.6 (ruby-2.4.0).
114
114
  </div>
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Fri Feb 17 14:13:14 2017 by
111
+ Generated on Mon Apr 3 12:14:11 2017 by
112
112
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
113
113
  0.8.7.6 (ruby-2.4.0).
114
114
  </div>
@@ -362,25 +362,14 @@
362
362
  <dl class="constants">
363
363
 
364
364
  <dt id="MAX_TIMEOUT-constant" class="">MAX_TIMEOUT =
365
- <div class="docstring">
366
- <div class="discussion">
367
-
368
- <p>set lower default timeout on 32bit ruby</p>
369
-
370
-
371
- </div>
372
- </div>
373
- <div class="tags">
374
-
375
-
376
- </div>
365
+
377
366
  </dt>
378
- <dd><pre class="code"><span class='lparen'>(</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_pack'>pack</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>p</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span> <span class='op'>==</span> <span class='int'>8</span><span class='rparen'>)</span> <span class='op'>?</span> <span class='int'>2</span><span class='op'>**</span><span class='int'>32</span> <span class='op'>:</span> <span class='int'>2</span><span class='op'>**</span><span class='int'>16</span></pre></dd>
367
+ <dd><pre class="code"><span class='id identifier rubyid_is_64bit_platform'>is_64bit_platform</span> <span class='op'>?</span> <span class='int'>2</span><span class='op'>**</span><span class='int'>32</span> <span class='op'>:</span> <span class='int'>2</span><span class='op'>**</span><span class='int'>16</span></pre></dd>
379
368
 
380
369
  <dt id="VERSION-constant" class="">VERSION =
381
370
 
382
371
  </dt>
383
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.6.18</span><span class='tstring_end'>&quot;</span></span></pre></dd>
372
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.7.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
384
373
 
385
374
  </dl>
386
375
 
@@ -2719,7 +2708,7 @@ are translated to the corresponding Logger constant.</p>
2719
2708
  </div>
2720
2709
 
2721
2710
  <div id="footer">
2722
- Generated on Fri Feb 17 14:13:14 2017 by
2711
+ Generated on Mon Apr 3 12:14:11 2017 by
2723
2712
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2724
2713
  0.8.7.6 (ruby-2.4.0).
2725
2714
  </div>
@@ -272,14 +272,14 @@ incomplete!).</p>
272
272
  <pre class="lines">
273
273
 
274
274
 
275
- 689
276
- 690
277
- 691
278
- 692
279
- 693</pre>
275
+ 697
276
+ 698
277
+ 699
278
+ 700
279
+ 701</pre>
280
280
  </td>
281
281
  <td>
282
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 689</span>
282
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 697</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
- 687
329
- 688
330
- 689</pre>
328
+ 695
329
+ 696
330
+ 697</pre>
331
331
  </td>
332
332
  <td>
333
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 687</span>
333
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 695</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
- 684
372
- 685
373
- 686</pre>
371
+ 692
372
+ 693
373
+ 694</pre>
374
374
  </td>
375
375
  <td>
376
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 684</span>
376
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 692</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
- 695
409
- 696
410
- 697</pre>
408
+ 703
409
+ 704
410
+ 705</pre>
411
411
  </td>
412
412
  <td>
413
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 695</span>
413
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 703</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'>&quot;</span><span class='embexpr_beg'>#{</span><span class='ivar'>@wrapped</span><span class='embexpr_end'>}</span><span class='tstring_content'> @ </span><span class='embexpr_beg'>#{</span><span class='ivar'>@result</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
@@ -425,7 +425,7 @@ incomplete!).</p>
425
425
  </div>
426
426
 
427
427
  <div id="footer">
428
- Generated on Fri Feb 17 14:13:14 2017 by
428
+ Generated on Mon Apr 3 12:14:11 2017 by
429
429
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
430
430
  0.8.7.6 (ruby-2.4.0).
431
431
  </div>
@@ -634,12 +634,12 @@
634
634
  <pre class="lines">
635
635
 
636
636
 
637
- 722
638
- 723
639
- 724</pre>
637
+ 730
638
+ 731
639
+ 732</pre>
640
640
  </td>
641
641
  <td>
642
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
642
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
699
- 723
700
- 724</pre>
698
+ 730
699
+ 731
700
+ 732</pre>
701
701
  </td>
702
702
  <td>
703
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
703
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
760
- 723
761
- 724</pre>
759
+ 730
760
+ 731
761
+ 732</pre>
762
762
  </td>
763
763
  <td>
764
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
764
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
821
- 723
822
- 724</pre>
820
+ 730
821
+ 731
822
+ 732</pre>
823
823
  </td>
824
824
  <td>
825
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
825
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
882
- 723
883
- 724</pre>
881
+ 730
882
+ 731
883
+ 732</pre>
884
884
  </td>
885
885
  <td>
886
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
886
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
943
- 723
944
- 724</pre>
942
+ 730
943
+ 731
944
+ 732</pre>
945
945
  </td>
946
946
  <td>
947
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
947
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1004
- 723
1005
- 724</pre>
1003
+ 730
1004
+ 731
1005
+ 732</pre>
1006
1006
  </td>
1007
1007
  <td>
1008
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1008
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1065
- 723
1066
- 724</pre>
1064
+ 730
1065
+ 731
1066
+ 732</pre>
1067
1067
  </td>
1068
1068
  <td>
1069
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1069
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1126
- 723
1127
- 724</pre>
1125
+ 730
1126
+ 731
1127
+ 732</pre>
1128
1128
  </td>
1129
1129
  <td>
1130
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1130
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1187
- 723
1188
- 724</pre>
1186
+ 730
1187
+ 731
1188
+ 732</pre>
1189
1189
  </td>
1190
1190
  <td>
1191
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1191
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1248
- 723
1249
- 724</pre>
1247
+ 730
1248
+ 731
1249
+ 732</pre>
1250
1250
  </td>
1251
1251
  <td>
1252
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1252
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1309
- 723
1310
- 724</pre>
1308
+ 730
1309
+ 731
1310
+ 732</pre>
1311
1311
  </td>
1312
1312
  <td>
1313
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1313
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1370
- 723
1371
- 724</pre>
1369
+ 730
1370
+ 731
1371
+ 732</pre>
1372
1372
  </td>
1373
1373
  <td>
1374
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1374
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1431
- 723
1432
- 724</pre>
1430
+ 730
1431
+ 731
1432
+ 732</pre>
1433
1433
  </td>
1434
1434
  <td>
1435
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1435
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1492
- 723
1493
- 724</pre>
1491
+ 730
1492
+ 731
1493
+ 732</pre>
1494
1494
  </td>
1495
1495
  <td>
1496
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1496
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1553
- 723
1554
- 724</pre>
1552
+ 730
1553
+ 731
1554
+ 732</pre>
1555
1555
  </td>
1556
1556
  <td>
1557
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1557
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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
- 722
1614
- 723
1615
- 724</pre>
1613
+ 730
1614
+ 731
1615
+ 732</pre>
1616
1616
  </td>
1617
1617
  <td>
1618
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</span>
1618
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</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 Fri Feb 17 14:13:15 2017 by
1634
+ Generated on Mon Apr 3 12:14:11 2017 by
1635
1635
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1636
1636
  0.8.7.6 (ruby-2.4.0).
1637
1637
  </div>
@@ -153,7 +153,7 @@
153
153
  </div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Fri Feb 17 14:13:14 2017 by
156
+ Generated on Mon Apr 3 12:14:11 2017 by
157
157
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
158
  0.8.7.6 (ruby-2.4.0).
159
159
  </div>
@@ -254,7 +254,7 @@ DEALINGS IN THE SOFTWARE.</p>
254
254
  </div></div>
255
255
 
256
256
  <div id="footer">
257
- Generated on Fri Feb 17 14:13:14 2017 by
257
+ Generated on Mon Apr 3 12:14:11 2017 by
258
258
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
259
259
  0.8.7.6 (ruby-2.4.0).
260
260
  </div>
@@ -254,7 +254,7 @@ DEALINGS IN THE SOFTWARE.</p>
254
254
  </div></div>
255
255
 
256
256
  <div id="footer">
257
- Generated on Fri Feb 17 14:13:14 2017 by
257
+ Generated on Mon Apr 3 12:14:11 2017 by
258
258
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
259
259
  0.8.7.6 (ruby-2.4.0).
260
260
  </div>