shenanigans 1.0.11 → 1.0.13

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/doc/Kernel.html CHANGED
@@ -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
  Module: Kernel
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
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 = "Kernel";
19
19
  relpath = '';
20
- framesUrl = "frames.html#!" + escape(window.location.href);
21
20
  </script>
22
21
 
23
22
 
@@ -28,71 +27,70 @@
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 (K)</a> &raquo;
35
40
 
36
41
 
37
42
  <span class="title">Kernel</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>Module: Kernel
62
+ <div id="content"><h1>Module: Kernel
67
63
 
68
64
 
69
65
 
70
66
  </h1>
67
+ <div class="box_info">
68
+
71
69
 
72
- <dl class="box">
73
70
 
74
71
 
75
-
76
72
 
77
-
78
73
 
79
74
 
75
+
76
+
77
+
80
78
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/shenanigans/kernel/fn.rb<span class="defines">,<br />
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/shenanigans/kernel/fn.rb<span class="defines">,<br />
83
82
  lib/shenanigans/kernel/with.rb,<br /> lib/shenanigans/kernel/prompt.rb,<br /> lib/shenanigans/kernel/require_optional.rb</span>
84
83
  </dd>
84
+ </dl>
85
85
 
86
- </dl>
87
- <div class="clear"></div>
86
+ </div>
88
87
 
89
88
 
90
89
  <h2>Constant Summary</h2>
91
-
92
- <dl class="constants">
93
-
94
- <dt id="CONVERSIONS-constant" class="">CONVERSIONS =
95
- <div class="docstring">
90
+ <dl class="constants">
91
+
92
+ <dt id="CONVERSIONS-constant" class="">CONVERSIONS =
93
+ <div class="docstring">
96
94
  <div class="discussion">
97
95
 
98
96
  <p>Currently only used by <code>prompt</code>: <code>:to_i</code>,
@@ -106,11 +104,10 @@
106
104
 
107
105
 
108
106
  </div>
109
- </dt>
110
- <dd><pre class="code"><span class='lbracket'>[</span><span class='symbol'>:to_i</span><span class='comma'>,</span> <span class='symbol'>:to_f</span><span class='comma'>,</span> <span class='symbol'>:to_r</span><span class='comma'>,</span> <span class='symbol'>:to_sym</span><span class='comma'>,</span> <span class='symbol'>:to_c</span><span class='rbracket'>]</span></pre></dd>
111
-
112
- </dl>
113
-
107
+ </dt>
108
+ <dd><pre class="code"><span class='lbracket'>[</span><span class='symbol'>:to_i</span><span class='comma'>,</span> <span class='symbol'>:to_f</span><span class='comma'>,</span> <span class='symbol'>:to_r</span><span class='comma'>,</span> <span class='symbol'>:to_sym</span><span class='comma'>,</span> <span class='symbol'>:to_c</span><span class='rbracket'>]</span></pre></dd>
109
+
110
+ </dl>
114
111
 
115
112
 
116
113
 
@@ -121,7 +118,7 @@
121
118
 
122
119
  <h2>
123
120
  Instance Method Summary
124
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
121
+ <small><a href="#" class="summary_toggle">collapse</a></small>
125
122
  </h2>
126
123
 
127
124
  <ul class="summary">
@@ -129,7 +126,7 @@
129
126
  <li class="private ">
130
127
  <span class="summary_signature">
131
128
 
132
- <a href="#fn-instance_method" title="#fn (instance method)">- (Object) <strong>fn</strong>(*funs) </a>
129
+ <a href="#fn-instance_method" title="#fn (instance method)">#<strong>fn</strong>(*funs) &#x21d2; Object </a>
133
130
 
134
131
 
135
132
 
@@ -153,7 +150,7 @@
153
150
  <li class="private ">
154
151
  <span class="summary_signature">
155
152
 
156
- <a href="#prompt-instance_method" title="#prompt (instance method)">- (Object) <strong>prompt</strong>(text = &#39;&#39;, conversion = nil) </a>
153
+ <a href="#prompt-instance_method" title="#prompt (instance method)">#<strong>prompt</strong>(text = &#39;&#39;, conversion = nil) &#x21d2; Object </a>
157
154
 
158
155
 
159
156
 
@@ -177,7 +174,7 @@
177
174
  <li class="private ">
178
175
  <span class="summary_signature">
179
176
 
180
- <a href="#require_optional-instance_method" title="#require_optional (instance method)">- (Object) <strong>require_optional</strong>(gem, &amp;block) </a>
177
+ <a href="#require_optional-instance_method" title="#require_optional (instance method)">#<strong>require_optional</strong>(gem, &amp;block) &#x21d2; Object </a>
181
178
 
182
179
 
183
180
 
@@ -201,7 +198,7 @@
201
198
  <li class="private ">
202
199
  <span class="summary_signature">
203
200
 
204
- <a href="#with-instance_method" title="#with (instance method)">- (Object) <strong>with</strong>(o, &amp;blk) </a>
201
+ <a href="#with-instance_method" title="#with (instance method)">#<strong>with</strong>(o, &amp;blk) &#x21d2; Object </a>
205
202
 
206
203
 
207
204
 
@@ -216,7 +213,7 @@
216
213
 
217
214
 
218
215
  <span class="summary_desc"><div class='inline'>
219
- <p>A Pascal/ActionScript like with method.</p>
216
+ <p>A Pascal/ActionScript like <code>with</code> method.</p>
220
217
  </div></span>
221
218
 
222
219
  </li>
@@ -234,7 +231,7 @@
234
231
  <div class="method_details first">
235
232
  <h3 class="signature first" id="fn-instance_method">
236
233
 
237
- - (<tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>) <strong>fn</strong>(*funs) <span class="extras">(private)</span>
234
+ #<strong>fn</strong>(*funs) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(private)</span>
238
235
 
239
236
 
240
237
 
@@ -291,7 +288,7 @@ lambdas.</p>
291
288
  <div class="method_details ">
292
289
  <h3 class="signature " id="prompt-instance_method">
293
290
 
294
- - (<tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>) <strong>prompt</strong>(text = &#39;&#39;, conversion = nil) <span class="extras">(private)</span>
291
+ #<strong>prompt</strong>(text = &#39;&#39;, conversion = nil) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(private)</span>
295
292
 
296
293
 
297
294
 
@@ -337,7 +334,7 @@ conversion method.</p>
337
334
  <span class='kw'>def</span> <span class='id identifier rubyid_prompt'>prompt</span><span class='lparen'>(</span><span class='id identifier rubyid_text'>text</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_conversion'>conversion</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span>
338
335
  <span class='id identifier rubyid_print'>print</span> <span class='id identifier rubyid_text'>text</span> <span class='kw'>unless</span> <span class='id identifier rubyid_text'>text</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
339
336
  <span class='id identifier rubyid_input'>input</span> <span class='op'>=</span> <span class='id identifier rubyid_gets'>gets</span><span class='period'>.</span><span class='id identifier rubyid_chomp'>chomp</span>
340
- <span class='const'>CONVERSIONS</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_conversion'>conversion</span><span class='rparen'>)</span> <span class='op'>?</span> <span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_conversion'>conversion</span><span class='rparen'>)</span> <span class='op'>:</span> <span class='id identifier rubyid_input'>input</span>
337
+ <span class='const'><span class='object_link'><a href="#CONVERSIONS-constant" title="Kernel::CONVERSIONS (constant)">CONVERSIONS</a></span></span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_conversion'>conversion</span><span class='rparen'>)</span> <span class='op'>?</span> <span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_conversion'>conversion</span><span class='rparen'>)</span> <span class='op'>:</span> <span class='id identifier rubyid_input'>input</span>
341
338
  <span class='kw'>end</span></pre>
342
339
  </td>
343
340
  </tr>
@@ -347,7 +344,7 @@ conversion method.</p>
347
344
  <div class="method_details ">
348
345
  <h3 class="signature " id="require_optional-instance_method">
349
346
 
350
- - (<tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>) <strong>require_optional</strong>(gem, &amp;block) <span class="extras">(private)</span>
347
+ #<strong>require_optional</strong>(gem, &amp;block) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(private)</span>
351
348
 
352
349
 
353
350
 
@@ -402,7 +399,7 @@ returned. Alternatively, a block can be provided with code to run.</p>
402
399
  <div class="method_details ">
403
400
  <h3 class="signature " id="with-instance_method">
404
401
 
405
- - (<tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>) <strong>with</strong>(o, &amp;blk) <span class="extras">(private)</span>
402
+ #<strong>with</strong>(o, &amp;blk) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(private)</span>
406
403
 
407
404
 
408
405
 
@@ -452,11 +449,12 @@ the provided block and then returns it.</p>
452
449
 
453
450
  </div>
454
451
 
455
- <div id="footer">
456
- Generated on Fri Jan 24 17:13:27 2014 by
452
+ <div id="footer">
453
+ Generated on Thu Feb 1 16:36:54 2018 by
457
454
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
458
- 0.8.7.3 (ruby-2.1.0).
455
+ 0.9.12 (ruby-2.5.0).
459
456
  </div>
460
457
 
458
+ </div>
461
459
  </body>
462
460
  </html>
data/doc/Module.html CHANGED
@@ -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: Module
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
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 = "Module";
19
19
  relpath = '';
20
- framesUrl = "frames.html#!" + escape(window.location.href);
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 (M)</a> &raquo;
35
40
 
36
41
 
37
42
  <span class="title">Module</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: Module
62
+ <div id="content"><h1>Class: Module
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"><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></span>
77
73
 
78
74
  <ul class="fullTree">
@@ -83,21 +79,25 @@
83
79
  </ul>
84
80
  <a href="#" class="inheritanceTree">show all</a>
85
81
 
86
- </dd>
87
-
82
+ </dd>
83
+ </dl>
88
84
 
85
+
89
86
 
90
-
91
87
 
92
-
93
88
 
94
89
 
95
90
 
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/shenanigans/module/private_accessor.rb</dd>
91
+
98
92
 
99
- </dl>
100
- <div class="clear"></div>
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/shenanigans/module/private_accessor.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
101
 
102
102
 
103
103
 
@@ -109,7 +109,7 @@
109
109
 
110
110
  <h2>
111
111
  Instance Method Summary
112
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
112
+ <small><a href="#" class="summary_toggle">collapse</a></small>
113
113
  </h2>
114
114
 
115
115
  <ul class="summary">
@@ -117,7 +117,7 @@
117
117
  <li class="private ">
118
118
  <span class="summary_signature">
119
119
 
120
- <a href="#private_accessor-instance_method" title="#private_accessor (instance method)">- (Object) <strong>private_accessor</strong>(*names) </a>
120
+ <a href="#private_accessor-instance_method" title="#private_accessor (instance method)">#<strong>private_accessor</strong>(*names) &#x21d2; Object </a>
121
121
 
122
122
 
123
123
 
@@ -132,8 +132,8 @@
132
132
 
133
133
 
134
134
  <span class="summary_desc"><div class='inline'>
135
- <p>Works like attr_accessor but generates private getter/setter methods for
136
- class internal use only.</p>
135
+ <p>Works like <code>attr_accessor</code> but generates private getter/setter
136
+ methods for class internal use only.</p>
137
137
  </div></span>
138
138
 
139
139
  </li>
@@ -151,7 +151,7 @@ class internal use only.</p>
151
151
  <div class="method_details first">
152
152
  <h3 class="signature first" id="private_accessor-instance_method">
153
153
 
154
- - (<tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>) <strong>private_accessor</strong>(*names) <span class="extras">(private)</span>
154
+ #<strong>private_accessor</strong>(*names) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(private)</span>
155
155
 
156
156
 
157
157
 
@@ -226,11 +226,12 @@ href="https://github.com/citizen428/ivar_encapsulation">ivar_encapsulation</a>.<
226
226
 
227
227
  </div>
228
228
 
229
- <div id="footer">
230
- Generated on Fri Jan 24 17:13:28 2014 by
229
+ <div id="footer">
230
+ Generated on Thu Feb 1 16:36:55 2018 by
231
231
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
- 0.8.7.3 (ruby-2.1.0).
232
+ 0.9.12 (ruby-2.5.0).
233
233
  </div>
234
234
 
235
+ </div>
235
236
  </body>
236
237
  </html>
data/doc/Object.html CHANGED
@@ -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: Object
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
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 = "Object";
19
19
  relpath = '';
20
- framesUrl = "frames.html#!" + escape(window.location.href);
21
20
  </script>
22
21
 
23
22
 
@@ -28,70 +27,71 @@
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 (O)</a> &raquo;
35
40
 
36
41
 
37
42
  <span class="title">Object</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: Object
62
+ <div id="content"><h1>Class: Object
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">BasicObject</span>
77
73
 
78
- </dd>
79
-
74
+ </dd>
75
+ </dl>
80
76
 
77
+
81
78
 
82
-
83
79
 
84
-
85
80
 
86
81
 
87
82
 
88
- <dt class="r2 last">Defined in:</dt>
89
- <dd class="r2 last">lib/shenanigans/object/it.rb<span class="defines">,<br />
83
+
84
+
85
+
86
+
87
+ <dl>
88
+ <dt>Defined in:</dt>
89
+ <dd>lib/shenanigans/object/it.rb<span class="defines">,<br />
90
90
  lib/shenanigans/object/display.rb</span>
91
91
  </dd>
92
+ </dl>
92
93
 
93
- </dl>
94
- <div class="clear"></div>
94
+ </div>
95
95
 
96
96
 
97
97
 
@@ -103,7 +103,7 @@
103
103
 
104
104
  <h2>
105
105
  Instance Method Summary
106
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
106
+ <small><a href="#" class="summary_toggle">collapse</a></small>
107
107
  </h2>
108
108
 
109
109
  <ul class="summary">
@@ -111,7 +111,7 @@
111
111
  <li class="public ">
112
112
  <span class="summary_signature">
113
113
 
114
- <a href="#display-instance_method" title="#display (instance method)">- (Object) <strong>display</strong>(new_line = true) </a>
114
+ <a href="#display-instance_method" title="#display (instance method)">#<strong>display</strong>(new_line = true) &#x21d2; Object </a>
115
115
 
116
116
 
117
117
 
@@ -137,7 +137,7 @@
137
137
  <li class="public ">
138
138
  <span class="summary_signature">
139
139
 
140
- <a href="#it-instance_method" title="#it (instance method)">- (Object) <strong>it</strong> </a>
140
+ <a href="#it-instance_method" title="#it (instance method)">#<strong>it</strong> &#x21d2; Object </a>
141
141
 
142
142
 
143
143
 
@@ -152,7 +152,8 @@
152
152
 
153
153
 
154
154
  <span class="summary_desc"><div class='inline'>
155
- <p>An identity method that provides access to an object&#39;s self.</p>
155
+ <p>An identity method that provides access to an object&#39;s
156
+ <code>self</code>.</p>
156
157
  </div></span>
157
158
 
158
159
  </li>
@@ -170,7 +171,7 @@
170
171
  <div class="method_details first">
171
172
  <h3 class="signature first" id="display-instance_method">
172
173
 
173
- - (<tt><span class='object_link'><a href="" title="Object (class)">Object</a></span></tt>) <strong>display</strong>(new_line = true)
174
+ #<strong>display</strong>(new_line = true) &#x21d2; <tt><span class='object_link'><a href="" title="Object (class)">Object</a></span></tt>
174
175
 
175
176
 
176
177
 
@@ -227,7 +228,7 @@ otherwise.</p>
227
228
  <div class="method_details ">
228
229
  <h3 class="signature " id="it-instance_method">
229
230
 
230
- - (<tt><span class='object_link'><a href="" title="Object (class)">Object</a></span></tt>) <strong>it</strong>
231
+ #<strong>it</strong> &#x21d2; <tt><span class='object_link'><a href="" title="Object (class)">Object</a></span></tt>
231
232
 
232
233
 
233
234
 
@@ -274,11 +275,12 @@ otherwise.</p>
274
275
 
275
276
  </div>
276
277
 
277
- <div id="footer">
278
- Generated on Fri Jan 24 17:13:27 2014 by
278
+ <div id="footer">
279
+ Generated on Thu Feb 1 16:36:54 2018 by
279
280
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
- 0.8.7.3 (ruby-2.1.0).
281
+ 0.9.12 (ruby-2.5.0).
281
282
  </div>
282
283
 
284
+ </div>
283
285
  </body>
284
286
  </html>