net-ssh-simple 1.6.4 → 1.6.5

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.
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Exception: Net::SSH::Simple::Error
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -258,7 +258,7 @@ incomplete!).</p>
258
258
  </h3><div class="docstring">
259
259
  <div class="discussion">
260
260
 
261
- <p>A new instance of Error</p>
261
+ <p>Returns a new instance of Error</p>
262
262
 
263
263
 
264
264
  </div>
@@ -272,14 +272,14 @@ incomplete!).</p>
272
272
  <pre class="lines">
273
273
 
274
274
 
275
- 683
276
- 684
277
- 685
278
- 686
279
- 687</pre>
275
+ 689
276
+ 690
277
+ 691
278
+ 692
279
+ 693</pre>
280
280
  </td>
281
281
  <td>
282
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 683</span>
282
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 689</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
- 681
329
- 682
330
- 683</pre>
328
+ 687
329
+ 688
330
+ 689</pre>
331
331
  </td>
332
332
  <td>
333
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 681</span>
333
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 687</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
- 678
372
- 679
373
- 680</pre>
371
+ 684
372
+ 685
373
+ 686</pre>
374
374
  </td>
375
375
  <td>
376
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 678</span>
376
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 684</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,15 +405,15 @@ incomplete!).</p>
405
405
  <pre class="lines">
406
406
 
407
407
 
408
- 689
409
- 690
410
- 691</pre>
408
+ 695
409
+ 696
410
+ 697</pre>
411
411
  </td>
412
412
  <td>
413
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 689</span>
413
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 695</span>
414
414
 
415
415
  <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
416
- <span class='tstring'><span class='tstring_beg'>&quot;</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'>&quot;</span></span>
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>
417
417
  <span class='kw'>end</span></pre>
418
418
  </td>
419
419
  </tr>
@@ -425,9 +425,9 @@ incomplete!).</p>
425
425
  </div>
426
426
 
427
427
  <div id="footer">
428
- Generated on Sun Dec 8 10:29:16 2013 by
428
+ Generated on Fri Mar 14 19:29:21 2014 by
429
429
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
430
- 0.8.3 (ruby-1.9.3).
430
+ 0.8.7.3 (ruby-2.1.1).
431
431
  </div>
432
432
 
433
433
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Net::SSH::Simple::Result
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -634,12 +634,12 @@
634
634
  <pre class="lines">
635
635
 
636
636
 
637
- 716
638
- 717
639
- 718</pre>
637
+ 722
638
+ 723
639
+ 724</pre>
640
640
  </td>
641
641
  <td>
642
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
642
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
699
- 717
700
- 718</pre>
698
+ 722
699
+ 723
700
+ 724</pre>
701
701
  </td>
702
702
  <td>
703
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
703
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
760
- 717
761
- 718</pre>
759
+ 722
760
+ 723
761
+ 724</pre>
762
762
  </td>
763
763
  <td>
764
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
764
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
821
- 717
822
- 718</pre>
820
+ 722
821
+ 723
822
+ 724</pre>
823
823
  </td>
824
824
  <td>
825
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
825
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
882
- 717
883
- 718</pre>
881
+ 722
882
+ 723
883
+ 724</pre>
884
884
  </td>
885
885
  <td>
886
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
886
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
943
- 717
944
- 718</pre>
942
+ 722
943
+ 723
944
+ 724</pre>
945
945
  </td>
946
946
  <td>
947
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
947
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1004
- 717
1005
- 718</pre>
1003
+ 722
1004
+ 723
1005
+ 724</pre>
1006
1006
  </td>
1007
1007
  <td>
1008
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1008
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1065
- 717
1066
- 718</pre>
1064
+ 722
1065
+ 723
1066
+ 724</pre>
1067
1067
  </td>
1068
1068
  <td>
1069
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1069
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1126
- 717
1127
- 718</pre>
1125
+ 722
1126
+ 723
1127
+ 724</pre>
1128
1128
  </td>
1129
1129
  <td>
1130
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1130
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1187
- 717
1188
- 718</pre>
1186
+ 722
1187
+ 723
1188
+ 724</pre>
1189
1189
  </td>
1190
1190
  <td>
1191
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1191
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1248
- 717
1249
- 718</pre>
1247
+ 722
1248
+ 723
1249
+ 724</pre>
1250
1250
  </td>
1251
1251
  <td>
1252
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1252
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1309
- 717
1310
- 718</pre>
1308
+ 722
1309
+ 723
1310
+ 724</pre>
1311
1311
  </td>
1312
1312
  <td>
1313
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1313
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1370
- 717
1371
- 718</pre>
1369
+ 722
1370
+ 723
1371
+ 724</pre>
1372
1372
  </td>
1373
1373
  <td>
1374
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1374
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1431
- 717
1432
- 718</pre>
1430
+ 722
1431
+ 723
1432
+ 724</pre>
1433
1433
  </td>
1434
1434
  <td>
1435
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1435
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1492
- 717
1493
- 718</pre>
1491
+ 722
1492
+ 723
1493
+ 724</pre>
1494
1494
  </td>
1495
1495
  <td>
1496
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1496
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1553
- 717
1554
- 718</pre>
1552
+ 722
1553
+ 723
1554
+ 724</pre>
1555
1555
  </td>
1556
1556
  <td>
1557
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1557
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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
- 716
1614
- 717
1615
- 718</pre>
1613
+ 722
1614
+ 723
1615
+ 724</pre>
1616
1616
  </td>
1617
1617
  <td>
1618
- <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 716</span>
1618
+ <pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 722</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,9 +1631,9 @@
1631
1631
  </div>
1632
1632
 
1633
1633
  <div id="footer">
1634
- Generated on Sun Dec 8 10:29:17 2013 by
1634
+ Generated on Fri Mar 14 19:29:22 2014 by
1635
1635
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1636
- 0.8.3 (ruby-1.9.3).
1636
+ 0.8.7.3 (ruby-2.1.1).
1637
1637
  </div>
1638
1638
 
1639
1639
  </body>
data/doc/_index.html CHANGED
@@ -4,13 +4,13 @@
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
- Documentation by YARD 0.8.3
7
+ Documentation by YARD 0.8.7.3
8
8
 
9
9
  </title>
10
10
 
11
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
12
 
13
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
14
 
15
15
  <script type="text/javascript" charset="utf-8">
16
16
  hasFrames = window.top.frames.main ? true : false;
@@ -56,7 +56,7 @@
56
56
 
57
57
  <iframe id="search_frame"></iframe>
58
58
 
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.3</h1>
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.3</h1>
60
60
  <div id="listing">
61
61
  <h1 class="alphaindex">Alphabetic Index</h1>
62
62
 
@@ -153,9 +153,9 @@
153
153
  </div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Sun Dec 8 10:29:15 2013 by
156
+ Generated on Fri Mar 14 19:29:20 2014 by
157
157
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
- 0.8.3 (ruby-1.9.3).
158
+ 0.8.7.3 (ruby-2.1.1).
159
159
  </div>
160
160
 
161
161
  </body>