net-ssh-simple 1.7.2 → 1.7.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.
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Exception: Net::SSH::Simple::Error
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.12
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
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
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Net::SSH::Simple::Error";
19
19
  relpath = '../../../';
20
- framesUrl = "../../../frames.html#!Net/SSH/Simple/Error.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../../../_index.html">Index (E)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../../Net.html" title="Net (module)">Net</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../SSH.html" title="Net::SSH (module)">SSH</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Simple.html" title="Net::SSH::Simple (class)">Simple</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Error</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Exception: Net::SSH::Simple::Error
62
+ <div id="content"><h1>Exception: Net::SSH::Simple::Error
67
63
 
68
64
 
69
65
 
70
66
  </h1>
71
-
72
- <dl class="box">
67
+ <div class="box_info">
73
68
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName">RuntimeError</span>
77
73
 
78
74
  <ul class="fullTree">
@@ -85,21 +81,25 @@
85
81
  </ul>
86
82
  <a href="#" class="inheritanceTree">show all</a>
87
83
 
88
- </dd>
89
-
84
+ </dd>
85
+ </dl>
86
+
87
+
90
88
 
91
89
 
92
-
93
90
 
94
-
95
91
 
96
92
 
93
+
94
+
95
+
97
96
 
98
- <dt class="r2 last">Defined in:</dt>
99
- <dd class="r2 last">lib/net/ssh/simple.rb</dd>
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/net/ssh/simple.rb</dd>
100
+ </dl>
100
101
 
101
- </dl>
102
- <div class="clear"></div>
102
+ </div>
103
103
 
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
@@ -116,13 +116,13 @@
116
116
 
117
117
 
118
118
 
119
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
119
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
120
120
  <ul class="summary">
121
121
 
122
122
  <li class="public ">
123
123
  <span class="summary_signature">
124
124
 
125
- <a href="#result-instance_method" title="#result (instance method)">- (Object) <strong>result</strong> </a>
125
+ <a href="#result-instance_method" title="#result (instance method)">#<strong>result</strong> &#x21d2; Object </a>
126
126
 
127
127
 
128
128
 
@@ -152,7 +152,7 @@ incomplete!).</p>
152
152
  <li class="public ">
153
153
  <span class="summary_signature">
154
154
 
155
- <a href="#wrapped-instance_method" title="#wrapped (instance method)">- (Object) <strong>wrapped</strong> </a>
155
+ <a href="#wrapped-instance_method" title="#wrapped (instance method)">#<strong>wrapped</strong> &#x21d2; Object </a>
156
156
 
157
157
 
158
158
 
@@ -186,7 +186,7 @@ incomplete!).</p>
186
186
 
187
187
  <h2>
188
188
  Instance Method Summary
189
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
189
+ <small><a href="#" class="summary_toggle">collapse</a></small>
190
190
  </h2>
191
191
 
192
192
  <ul class="summary">
@@ -194,7 +194,7 @@ incomplete!).</p>
194
194
  <li class="public ">
195
195
  <span class="summary_signature">
196
196
 
197
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Error) <strong>initialize</strong>(msg, e = $!) </a>
197
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(msg, e = $!) &#x21d2; Error </a>
198
198
 
199
199
 
200
200
 
@@ -220,7 +220,7 @@ incomplete!).</p>
220
220
  <li class="public ">
221
221
  <span class="summary_signature">
222
222
 
223
- <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
223
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
224
224
 
225
225
 
226
226
 
@@ -249,7 +249,7 @@ incomplete!).</p>
249
249
  <div class="method_details first">
250
250
  <h3 class="signature first" id="initialize-instance_method">
251
251
 
252
- - (<tt><span class='object_link'><a href="" title="Net::SSH::Simple::Error (class)">Error</a></span></tt>) <strong>initialize</strong>(msg, e = $!)
252
+ #<strong>initialize</strong>(msg, e = $!) &#x21d2; <tt><span class='object_link'><a href="" title="Net::SSH::Simple::Error (class)">Error</a></span></tt>
253
253
 
254
254
 
255
255
 
@@ -301,7 +301,7 @@ incomplete!).</p>
301
301
  <div class="method_details first">
302
302
  <h3 class="signature first" id="result-instance_method">
303
303
 
304
- - (<tt>Object</tt>) <strong>result</strong> <span class="extras">(readonly)</span>
304
+ #<strong>result</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
305
305
 
306
306
 
307
307
 
@@ -345,7 +345,7 @@ incomplete!).</p>
345
345
  <div class="method_details ">
346
346
  <h3 class="signature " id="wrapped-instance_method">
347
347
 
348
- - (<tt>Object</tt>) <strong>wrapped</strong> <span class="extras">(readonly)</span>
348
+ #<strong>wrapped</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
349
349
 
350
350
 
351
351
 
@@ -393,7 +393,7 @@ incomplete!).</p>
393
393
  <div class="method_details first">
394
394
  <h3 class="signature first" id="to_s-instance_method">
395
395
 
396
- - (<tt>Object</tt>) <strong>to_s</strong>
396
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
397
397
 
398
398
 
399
399
 
@@ -424,11 +424,12 @@ incomplete!).</p>
424
424
 
425
425
  </div>
426
426
 
427
- <div id="footer">
428
- Generated on Fri Oct 27 13:40:19 2017 by
427
+ <div id="footer">
428
+ Generated on Thu Dec 21 01:55:39 2017 by
429
429
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
430
- 0.8.7.6 (ruby-2.4.0).
430
+ 0.9.12 (ruby-2.4.0).
431
431
  </div>
432
432
 
433
+ </div>
433
434
  </body>
434
435
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Class: Net::SSH::Simple::Result
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.12
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
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
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Net::SSH::Simple::Result";
19
19
  relpath = '../../../';
20
- framesUrl = "../../../frames.html#!Net/SSH/Simple/Result.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../../../_index.html">Index (R)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../../Net.html" title="Net (module)">Net</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../SSH.html" title="Net::SSH (module)">SSH</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Simple.html" title="Net::SSH::Simple (class)">Simple</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Result</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
65
-
66
- <div id="content"><h1>Class: Net::SSH::Simple::Result
62
+ <div id="content"><h1>Class: Net::SSH::Simple::Result
67
63
 
68
64
 
69
65
 
70
66
  </h1>
71
-
72
- <dl class="box">
67
+ <div class="box_info">
73
68
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName">Hashie::Dash</span>
77
73
 
78
74
  <ul class="fullTree">
@@ -85,21 +81,25 @@
85
81
  </ul>
86
82
  <a href="#" class="inheritanceTree">show all</a>
87
83
 
88
- </dd>
89
-
84
+ </dd>
85
+ </dl>
86
+
87
+
90
88
 
91
89
 
92
-
93
90
 
94
-
95
91
 
96
92
 
93
+
94
+
95
+
97
96
 
98
- <dt class="r2 last">Defined in:</dt>
99
- <dd class="r2 last">lib/net/ssh/simple.rb</dd>
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/net/ssh/simple.rb</dd>
100
+ </dl>
100
101
 
101
- </dl>
102
- <div class="clear"></div>
102
+ </div>
103
103
 
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
@@ -116,13 +116,13 @@
116
116
 
117
117
 
118
118
 
119
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
119
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
120
120
  <ul class="summary">
121
121
 
122
122
  <li class="public ">
123
123
  <span class="summary_signature">
124
124
 
125
- <a href="#cmd-instance_method" title="#cmd (instance method)">- (String) <strong>cmd</strong> </a>
125
+ <a href="#cmd-instance_method" title="#cmd (instance method)">#<strong>cmd</strong> &#x21d2; String </a>
126
126
 
127
127
 
128
128
 
@@ -149,7 +149,7 @@
149
149
  <li class="public ">
150
150
  <span class="summary_signature">
151
151
 
152
- <a href="#exception-instance_method" title="#exception (instance method)">- (Exception) <strong>exception</strong> </a>
152
+ <a href="#exception-instance_method" title="#exception (instance method)">#<strong>exception</strong> &#x21d2; Exception </a>
153
153
 
154
154
 
155
155
 
@@ -176,7 +176,7 @@
176
176
  <li class="public ">
177
177
  <span class="summary_signature">
178
178
 
179
- <a href="#exit_code-instance_method" title="#exit_code (instance method)">- (String) <strong>exit_code</strong> </a>
179
+ <a href="#exit_code-instance_method" title="#exit_code (instance method)">#<strong>exit_code</strong> &#x21d2; String </a>
180
180
 
181
181
 
182
182
 
@@ -203,7 +203,7 @@
203
203
  <li class="public ">
204
204
  <span class="summary_signature">
205
205
 
206
- <a href="#exit_signal-instance_method" title="#exit_signal (instance method)">- (String) <strong>exit_signal</strong> </a>
206
+ <a href="#exit_signal-instance_method" title="#exit_signal (instance method)">#<strong>exit_signal</strong> &#x21d2; String </a>
207
207
 
208
208
 
209
209
 
@@ -230,7 +230,7 @@
230
230
  <li class="public ">
231
231
  <span class="summary_signature">
232
232
 
233
- <a href="#finish_at-instance_method" title="#finish_at (instance method)">- (Time) <strong>finish_at</strong> </a>
233
+ <a href="#finish_at-instance_method" title="#finish_at (instance method)">#<strong>finish_at</strong> &#x21d2; Time </a>
234
234
 
235
235
 
236
236
 
@@ -257,7 +257,7 @@
257
257
  <li class="public ">
258
258
  <span class="summary_signature">
259
259
 
260
- <a href="#host-instance_method" title="#host (instance method)">- (String) <strong>host</strong> </a>
260
+ <a href="#host-instance_method" title="#host (instance method)">#<strong>host</strong> &#x21d2; String </a>
261
261
 
262
262
 
263
263
 
@@ -284,7 +284,7 @@
284
284
  <li class="public ">
285
285
  <span class="summary_signature">
286
286
 
287
- <a href="#last_event_at-instance_method" title="#last_event_at (instance method)">- (Time) <strong>last_event_at</strong> </a>
287
+ <a href="#last_event_at-instance_method" title="#last_event_at (instance method)">#<strong>last_event_at</strong> &#x21d2; Time </a>
288
288
 
289
289
 
290
290
 
@@ -311,7 +311,7 @@
311
311
  <li class="public ">
312
312
  <span class="summary_signature">
313
313
 
314
- <a href="#last_keepalive_at-instance_method" title="#last_keepalive_at (instance method)">- (Time) <strong>last_keepalive_at</strong> </a>
314
+ <a href="#last_keepalive_at-instance_method" title="#last_keepalive_at (instance method)">#<strong>last_keepalive_at</strong> &#x21d2; Time </a>
315
315
 
316
316
 
317
317
 
@@ -338,7 +338,7 @@
338
338
  <li class="public ">
339
339
  <span class="summary_signature">
340
340
 
341
- <a href="#op-instance_method" title="#op (instance method)">- (Symbol) <strong>op</strong> </a>
341
+ <a href="#op-instance_method" title="#op (instance method)">#<strong>op</strong> &#x21d2; Symbol </a>
342
342
 
343
343
 
344
344
 
@@ -365,7 +365,7 @@
365
365
  <li class="public ">
366
366
  <span class="summary_signature">
367
367
 
368
- <a href="#opts-instance_method" title="#opts (instance method)">- (Hash) <strong>opts</strong> </a>
368
+ <a href="#opts-instance_method" title="#opts (instance method)">#<strong>opts</strong> &#x21d2; Hash </a>
369
369
 
370
370
 
371
371
 
@@ -392,7 +392,7 @@
392
392
  <li class="public ">
393
393
  <span class="summary_signature">
394
394
 
395
- <a href="#sent-instance_method" title="#sent (instance method)">- (Integer) <strong>sent</strong> </a>
395
+ <a href="#sent-instance_method" title="#sent (instance method)">#<strong>sent</strong> &#x21d2; Integer </a>
396
396
 
397
397
 
398
398
 
@@ -419,7 +419,7 @@
419
419
  <li class="public ">
420
420
  <span class="summary_signature">
421
421
 
422
- <a href="#start_at-instance_method" title="#start_at (instance method)">- (Time) <strong>start_at</strong> </a>
422
+ <a href="#start_at-instance_method" title="#start_at (instance method)">#<strong>start_at</strong> &#x21d2; Time </a>
423
423
 
424
424
 
425
425
 
@@ -446,7 +446,7 @@
446
446
  <li class="public ">
447
447
  <span class="summary_signature">
448
448
 
449
- <a href="#stderr-instance_method" title="#stderr (instance method)">- (String) <strong>stderr</strong> </a>
449
+ <a href="#stderr-instance_method" title="#stderr (instance method)">#<strong>stderr</strong> &#x21d2; String </a>
450
450
 
451
451
 
452
452
 
@@ -473,7 +473,7 @@
473
473
  <li class="public ">
474
474
  <span class="summary_signature">
475
475
 
476
- <a href="#stdout-instance_method" title="#stdout (instance method)">- (String) <strong>stdout</strong> </a>
476
+ <a href="#stdout-instance_method" title="#stdout (instance method)">#<strong>stdout</strong> &#x21d2; String </a>
477
477
 
478
478
 
479
479
 
@@ -500,7 +500,7 @@
500
500
  <li class="public ">
501
501
  <span class="summary_signature">
502
502
 
503
- <a href="#success-instance_method" title="#success (instance method)">- (boolean) <strong>success</strong> </a>
503
+ <a href="#success-instance_method" title="#success (instance method)">#<strong>success</strong> &#x21d2; boolean </a>
504
504
 
505
505
 
506
506
 
@@ -527,7 +527,7 @@
527
527
  <li class="public ">
528
528
  <span class="summary_signature">
529
529
 
530
- <a href="#timed_out-instance_method" title="#timed_out (instance method)">- (Boolean) <strong>timed_out</strong> </a>
530
+ <a href="#timed_out-instance_method" title="#timed_out (instance method)">#<strong>timed_out</strong> &#x21d2; Boolean </a>
531
531
 
532
532
 
533
533
 
@@ -554,7 +554,7 @@
554
554
  <li class="public ">
555
555
  <span class="summary_signature">
556
556
 
557
- <a href="#total-instance_method" title="#total (instance method)">- (Integer) <strong>total</strong> </a>
557
+ <a href="#total-instance_method" title="#total (instance method)">#<strong>total</strong> &#x21d2; Integer </a>
558
558
 
559
559
 
560
560
 
@@ -593,7 +593,7 @@
593
593
  <div class="method_details first">
594
594
  <h3 class="signature first" id="cmd-instance_method">
595
595
 
596
- - (<tt>String</tt>) <strong>cmd</strong>
596
+ #<strong>cmd</strong> &#x21d2; <tt>String</tt>
597
597
 
598
598
 
599
599
 
@@ -654,7 +654,7 @@
654
654
  <div class="method_details ">
655
655
  <h3 class="signature " id="exception-instance_method">
656
656
 
657
- - (<tt>Exception</tt>) <strong>exception</strong>
657
+ #<strong>exception</strong> &#x21d2; <tt>Exception</tt>
658
658
 
659
659
 
660
660
 
@@ -715,7 +715,7 @@
715
715
  <div class="method_details ">
716
716
  <h3 class="signature " id="exit_code-instance_method">
717
717
 
718
- - (<tt>String</tt>) <strong>exit_code</strong>
718
+ #<strong>exit_code</strong> &#x21d2; <tt>String</tt>
719
719
 
720
720
 
721
721
 
@@ -776,7 +776,7 @@
776
776
  <div class="method_details ">
777
777
  <h3 class="signature " id="exit_signal-instance_method">
778
778
 
779
- - (<tt>String</tt>) <strong>exit_signal</strong>
779
+ #<strong>exit_signal</strong> &#x21d2; <tt>String</tt>
780
780
 
781
781
 
782
782
 
@@ -837,7 +837,7 @@
837
837
  <div class="method_details ">
838
838
  <h3 class="signature " id="finish_at-instance_method">
839
839
 
840
- - (<tt>Time</tt>) <strong>finish_at</strong>
840
+ #<strong>finish_at</strong> &#x21d2; <tt>Time</tt>
841
841
 
842
842
 
843
843
 
@@ -898,7 +898,7 @@
898
898
  <div class="method_details ">
899
899
  <h3 class="signature " id="host-instance_method">
900
900
 
901
- - (<tt>String</tt>) <strong>host</strong>
901
+ #<strong>host</strong> &#x21d2; <tt>String</tt>
902
902
 
903
903
 
904
904
 
@@ -959,7 +959,7 @@
959
959
  <div class="method_details ">
960
960
  <h3 class="signature " id="last_event_at-instance_method">
961
961
 
962
- - (<tt>Time</tt>) <strong>last_event_at</strong>
962
+ #<strong>last_event_at</strong> &#x21d2; <tt>Time</tt>
963
963
 
964
964
 
965
965
 
@@ -1020,7 +1020,7 @@
1020
1020
  <div class="method_details ">
1021
1021
  <h3 class="signature " id="last_keepalive_at-instance_method">
1022
1022
 
1023
- - (<tt>Time</tt>) <strong>last_keepalive_at</strong>
1023
+ #<strong>last_keepalive_at</strong> &#x21d2; <tt>Time</tt>
1024
1024
 
1025
1025
 
1026
1026
 
@@ -1081,7 +1081,7 @@
1081
1081
  <div class="method_details ">
1082
1082
  <h3 class="signature " id="op-instance_method">
1083
1083
 
1084
- - (<tt>Symbol</tt>) <strong>op</strong>
1084
+ #<strong>op</strong> &#x21d2; <tt>Symbol</tt>
1085
1085
 
1086
1086
 
1087
1087
 
@@ -1142,7 +1142,7 @@
1142
1142
  <div class="method_details ">
1143
1143
  <h3 class="signature " id="opts-instance_method">
1144
1144
 
1145
- - (<tt>Hash</tt>) <strong>opts</strong>
1145
+ #<strong>opts</strong> &#x21d2; <tt>Hash</tt>
1146
1146
 
1147
1147
 
1148
1148
 
@@ -1203,7 +1203,7 @@
1203
1203
  <div class="method_details ">
1204
1204
  <h3 class="signature " id="sent-instance_method">
1205
1205
 
1206
- - (<tt>Integer</tt>) <strong>sent</strong>
1206
+ #<strong>sent</strong> &#x21d2; <tt>Integer</tt>
1207
1207
 
1208
1208
 
1209
1209
 
@@ -1264,7 +1264,7 @@
1264
1264
  <div class="method_details ">
1265
1265
  <h3 class="signature " id="start_at-instance_method">
1266
1266
 
1267
- - (<tt>Time</tt>) <strong>start_at</strong>
1267
+ #<strong>start_at</strong> &#x21d2; <tt>Time</tt>
1268
1268
 
1269
1269
 
1270
1270
 
@@ -1325,7 +1325,7 @@
1325
1325
  <div class="method_details ">
1326
1326
  <h3 class="signature " id="stderr-instance_method">
1327
1327
 
1328
- - (<tt>String</tt>) <strong>stderr</strong>
1328
+ #<strong>stderr</strong> &#x21d2; <tt>String</tt>
1329
1329
 
1330
1330
 
1331
1331
 
@@ -1386,7 +1386,7 @@
1386
1386
  <div class="method_details ">
1387
1387
  <h3 class="signature " id="stdout-instance_method">
1388
1388
 
1389
- - (<tt>String</tt>) <strong>stdout</strong>
1389
+ #<strong>stdout</strong> &#x21d2; <tt>String</tt>
1390
1390
 
1391
1391
 
1392
1392
 
@@ -1447,7 +1447,7 @@
1447
1447
  <div class="method_details ">
1448
1448
  <h3 class="signature " id="success-instance_method">
1449
1449
 
1450
- - (<tt>boolean</tt>) <strong>success</strong>
1450
+ #<strong>success</strong> &#x21d2; <tt>boolean</tt>
1451
1451
 
1452
1452
 
1453
1453
 
@@ -1508,7 +1508,7 @@
1508
1508
  <div class="method_details ">
1509
1509
  <h3 class="signature " id="timed_out-instance_method">
1510
1510
 
1511
- - (<tt>Boolean</tt>) <strong>timed_out</strong>
1511
+ #<strong>timed_out</strong> &#x21d2; <tt>Boolean</tt>
1512
1512
 
1513
1513
 
1514
1514
 
@@ -1569,7 +1569,7 @@
1569
1569
  <div class="method_details ">
1570
1570
  <h3 class="signature " id="total-instance_method">
1571
1571
 
1572
- - (<tt>Integer</tt>) <strong>total</strong>
1572
+ #<strong>total</strong> &#x21d2; <tt>Integer</tt>
1573
1573
 
1574
1574
 
1575
1575
 
@@ -1630,11 +1630,12 @@
1630
1630
 
1631
1631
  </div>
1632
1632
 
1633
- <div id="footer">
1634
- Generated on Fri Oct 27 13:40:19 2017 by
1633
+ <div id="footer">
1634
+ Generated on Thu Dec 21 01:55:39 2017 by
1635
1635
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1636
- 0.8.7.6 (ruby-2.4.0).
1636
+ 0.9.12 (ruby-2.4.0).
1637
1637
  </div>
1638
1638
 
1639
+ </div>
1639
1640
  </body>
1640
1641
  </html>