alimento0100997910 0.1.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.
@@ -0,0 +1,239 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: Alimento::Verduras
8
+
9
+ &mdash; Documentation by YARD 0.9.9
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "Alimento::Verduras";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
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">
38
+
39
+ <a href="../_index.html">Index (V)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Alimento.html" title="Alimento (module)">Alimento</a></span></span>
41
+ &raquo;
42
+ <span class="title">Verduras</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
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>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Alimento::Verduras
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="Alimento.html" title="Alimento::Alimento (class)">Alimento</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next"><span class='object_link'><a href="Alimento.html" title="Alimento::Alimento (class)">Alimento</a></span></li>
78
+
79
+ <li class="next">Alimento::Verduras</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/alimento/fuente.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+ <h2>Overview</h2><div class="docstring">
105
+ <div class="discussion">
106
+
107
+ <p>Esta clase permite representar un alimento en la categoria de verduras</p>
108
+
109
+
110
+ </div>
111
+ </div>
112
+ <div class="tags">
113
+
114
+
115
+ </div>
116
+
117
+
118
+
119
+
120
+
121
+ <h2>Instance Attribute Summary</h2>
122
+
123
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Alimento.html" title="Alimento::Alimento (class)">Alimento</a></span></h3>
124
+ <p class="inherited"><span class='object_link'><a href="Alimento.html#glucidos-instance_method" title="Alimento::Alimento#glucidos (method)">#glucidos</a></span>, <span class='object_link'><a href="Alimento.html#lipidos-instance_method" title="Alimento::Alimento#lipidos (method)">#lipidos</a></span>, <span class='object_link'><a href="Alimento.html#nombre-instance_method" title="Alimento::Alimento#nombre (method)">#nombre</a></span>, <span class='object_link'><a href="Alimento.html#proteinas-instance_method" title="Alimento::Alimento#proteinas (method)">#proteinas</a></span></p>
125
+
126
+
127
+
128
+ <h2>
129
+ Instance Method Summary
130
+ <small><a href="#" class="summary_toggle">collapse</a></small>
131
+ </h2>
132
+
133
+ <ul class="summary">
134
+
135
+ <li class="public ">
136
+ <span class="summary_signature">
137
+
138
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name, p, g, l) &#x21d2; Verduras </a>
139
+
140
+
141
+
142
+ </span>
143
+
144
+
145
+ <span class="note title constructor">constructor</span>
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <span class="summary_desc"><div class='inline'>
155
+ <p>Se definen los valores de proteinas, glucidos y lipidos y el nombre del
156
+ alimento a través del initialize de la superclass y se define el nombre de
157
+ la categoria.</p>
158
+ </div></span>
159
+
160
+ </li>
161
+
162
+
163
+ </ul>
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Alimento.html" title="Alimento::Alimento (class)">Alimento</a></span></h3>
176
+ <p class="inherited"><span class='object_link'><a href="Alimento.html#<=>-instance_method" title="Alimento::Alimento#&lt;=&gt; (method)">#<=></a></span>, <span class='object_link'><a href="Alimento.html#aibc-instance_method" title="Alimento::Alimento#aibc (method)">#aibc</a></span>, <span class='object_link'><a href="Alimento.html#energeticValue-instance_method" title="Alimento::Alimento#energeticValue (method)">#energeticValue</a></span>, <span class='object_link'><a href="Alimento.html#indGlu-instance_method" title="Alimento::Alimento#indGlu (method)">#indGlu</a></span>, <span class='object_link'><a href="Alimento.html#indIdv-instance_method" title="Alimento::Alimento#indIdv (method)">#indIdv</a></span>, <span class='object_link'><a href="Alimento.html#to_s-instance_method" title="Alimento::Alimento#to_s (method)">#to_s</a></span></p>
177
+
178
+ <div id="constructor_details" class="method_details_list">
179
+ <h2>Constructor Details</h2>
180
+
181
+ <div class="method_details first">
182
+ <h3 class="signature first" id="initialize-instance_method">
183
+
184
+ #<strong>initialize</strong>(name, p, g, l) &#x21d2; <tt><span class='object_link'><a href="" title="Alimento::Verduras (class)">Verduras</a></span></tt>
185
+
186
+
187
+
188
+
189
+
190
+ </h3><div class="docstring">
191
+ <div class="discussion">
192
+
193
+ <p>Se definen los valores de proteinas, glucidos y lipidos y el nombre del
194
+ alimento a través del initialize de la superclass y se define el nombre de
195
+ la categoria</p>
196
+
197
+
198
+ </div>
199
+ </div>
200
+ <div class="tags">
201
+
202
+
203
+ </div><table class="source_code">
204
+ <tr>
205
+ <td>
206
+ <pre class="lines">
207
+
208
+
209
+ 132
210
+ 133
211
+ 134
212
+ 135</pre>
213
+ </td>
214
+ <td>
215
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 132</span>
216
+
217
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span><span class='id identifier rubyid_p'>p</span><span class='comma'>,</span><span class='id identifier rubyid_g'>g</span><span class='comma'>,</span><span class='id identifier rubyid_l'>l</span><span class='rparen'>)</span>
218
+ <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span><span class='id identifier rubyid_p'>p</span><span class='comma'>,</span><span class='id identifier rubyid_g'>g</span><span class='comma'>,</span><span class='id identifier rubyid_l'>l</span><span class='rparen'>)</span>
219
+ <span class='ivar'>@categoria</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Verduras</span><span class='tstring_end'>&quot;</span></span>
220
+ <span class='kw'>end</span></pre>
221
+ </td>
222
+ </tr>
223
+ </table>
224
+ </div>
225
+
226
+ </div>
227
+
228
+
229
+ </div>
230
+
231
+ <div id="footer">
232
+ Generated on Tue Dec 12 20:43:00 2017 by
233
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
234
+ 0.9.9 (ruby-2.4.2).
235
+ </div>
236
+
237
+ </div>
238
+ </body>
239
+ </html>
data/docs/Lista.html ADDED
@@ -0,0 +1,139 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Lista
8
+
9
+ &mdash; Documentation by YARD 0.9.9
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "Lista";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
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">
38
+
39
+ <a href="_index.html">Index (L)</a> &raquo;
40
+
41
+
42
+ <span class="title">Lista</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
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>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Lista
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/alimento/fuente.rb<span class="defines">,<br />
82
+ lib/alimento.rb</span>
83
+ </dd>
84
+ </dl>
85
+
86
+ </div>
87
+
88
+ <h2>Overview</h2><div class="docstring">
89
+ <div class="discussion">
90
+
91
+ <p>Este módulo se ha creado para describir la clase Lista</p>
92
+ <dl class="rdoc-list note-list"><dt>Author
93
+ <dd>
94
+ <p>Alejandro González Alonso (<a
95
+ href="mailto:alu0100997910@ull.edu.es">alu0100997910@ull.edu.es</a>)</p>
96
+ </dd><dt>Copyright
97
+ <dd>
98
+ <p>Creative Commons</p>
99
+ </dd><dt>License
100
+ <dd>
101
+ <p>Distributes under the same terms as Ruby</p>
102
+ </dd></dl>
103
+
104
+
105
+ </div>
106
+ </div>
107
+ <div class="tags">
108
+
109
+
110
+ </div><h2>Defined Under Namespace</h2>
111
+ <p class="children">
112
+
113
+
114
+
115
+
116
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Lista/Lista.html" title="Lista::Lista (class)">Lista</a></span>
117
+
118
+
119
+ </p>
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ </div>
130
+
131
+ <div id="footer">
132
+ Generated on Tue Dec 12 20:43:00 2017 by
133
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
+ 0.9.9 (ruby-2.4.2).
135
+ </div>
136
+
137
+ </div>
138
+ </body>
139
+ </html>
@@ -0,0 +1,858 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: Lista::Lista
8
+
9
+ &mdash; Documentation by YARD 0.9.9
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "Lista::Lista";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
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">
38
+
39
+ <a href="../_index.html">Index (L)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Lista.html" title="Lista (module)">Lista</a></span></span>
41
+ &raquo;
42
+ <span class="title">Lista</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
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>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Lista::Lista
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">Lista::Lista</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+ <dl>
91
+ <dt>Includes:</dt>
92
+ <dd>Enumerable</dd>
93
+ </dl>
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <dl>
101
+ <dt>Defined in:</dt>
102
+ <dd>lib/alimento/fuente.rb</dd>
103
+ </dl>
104
+
105
+ </div>
106
+
107
+ <h2>Overview</h2><div class="docstring">
108
+ <div class="discussion">
109
+
110
+ <p>Esta clase permite representar una lista doblemente enlazadas Se han
111
+ incluido el mixin Enumerable.</p>
112
+
113
+
114
+ </div>
115
+ </div>
116
+ <div class="tags">
117
+
118
+
119
+ </div><h2>Defined Under Namespace</h2>
120
+ <p class="children">
121
+
122
+
123
+
124
+
125
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Lista/Node.html" title="Lista::Lista::Node (class)">Node</a></span>
126
+
127
+
128
+ </p>
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+ <h2>
138
+ Instance Method Summary
139
+ <small><a href="#" class="summary_toggle">collapse</a></small>
140
+ </h2>
141
+
142
+ <ul class="summary">
143
+
144
+ <li class="public ">
145
+ <span class="summary_signature">
146
+
147
+ <a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> &#x21d2; Object </a>
148
+
149
+
150
+
151
+ </span>
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+ <span class="summary_desc"><div class='inline'>
162
+ <p>Se incluye el metodo del mixin Enumerable Se define como una iteración
163
+ sobre los elementos de la lista.</p>
164
+ </div></span>
165
+
166
+ </li>
167
+
168
+
169
+ <li class="public ">
170
+ <span class="summary_signature">
171
+
172
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(val) &#x21d2; Lista </a>
173
+
174
+
175
+
176
+ </span>
177
+
178
+
179
+ <span class="note title constructor">constructor</span>
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+ <span class="summary_desc"><div class='inline'>
189
+ <p>Inicializa la clase con un valor.</p>
190
+ </div></span>
191
+
192
+ </li>
193
+
194
+
195
+ <li class="public ">
196
+ <span class="summary_signature">
197
+
198
+ <a href="#pop_back-instance_method" title="#pop_back (instance method)">#<strong>pop_back</strong> &#x21d2; Object </a>
199
+
200
+
201
+
202
+ </span>
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <span class="summary_desc"><div class='inline'>
213
+ <p>Elimina el ultimo elemento de la lista.</p>
214
+ </div></span>
215
+
216
+ </li>
217
+
218
+
219
+ <li class="public ">
220
+ <span class="summary_signature">
221
+
222
+ <a href="#pop_front-instance_method" title="#pop_front (instance method)">#<strong>pop_front</strong> &#x21d2; Object </a>
223
+
224
+
225
+
226
+ </span>
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+ <span class="summary_desc"><div class='inline'>
237
+ <p>Elimina el primer elemento de la lista.</p>
238
+ </div></span>
239
+
240
+ </li>
241
+
242
+
243
+ <li class="public ">
244
+ <span class="summary_signature">
245
+
246
+ <a href="#push-instance_method" title="#push (instance method)">#<strong>push</strong>(val) &#x21d2; Object </a>
247
+
248
+
249
+
250
+ </span>
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ <span class="summary_desc"><div class='inline'>
261
+ <p>Añade los valores a la lista desde el final.</p>
262
+ </div></span>
263
+
264
+ </li>
265
+
266
+
267
+ <li class="public ">
268
+ <span class="summary_signature">
269
+
270
+ <a href="#sortWEach-instance_method" title="#sortWEach (instance method)">#<strong>sortWEach</strong> &#x21d2; Object </a>
271
+
272
+
273
+
274
+ </span>
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+ <span class="summary_desc"><div class='inline'>
285
+ <p>Metodo de ordenacion con metodos each.</p>
286
+ </div></span>
287
+
288
+ </li>
289
+
290
+
291
+ <li class="public ">
292
+ <span class="summary_signature">
293
+
294
+ <a href="#sortWFor-instance_method" title="#sortWFor (instance method)">#<strong>sortWFor</strong> &#x21d2; Object </a>
295
+
296
+
297
+
298
+ </span>
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+ <span class="summary_desc"><div class='inline'>
309
+ <p>Metodo de ordenacion con bucles for.</p>
310
+ </div></span>
311
+
312
+ </li>
313
+
314
+
315
+ <li class="public ">
316
+ <span class="summary_signature">
317
+
318
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
319
+
320
+
321
+
322
+ </span>
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+ <span class="summary_desc"><div class='inline'>
333
+ <p>Formatea la Lista a una cadena de caracteres.</p>
334
+ </div></span>
335
+
336
+ </li>
337
+
338
+
339
+ </ul>
340
+
341
+
342
+
343
+ <div id="constructor_details" class="method_details_list">
344
+ <h2>Constructor Details</h2>
345
+
346
+ <div class="method_details first">
347
+ <h3 class="signature first" id="initialize-instance_method">
348
+
349
+ #<strong>initialize</strong>(val) &#x21d2; <tt><span class='object_link'><a href="" title="Lista::Lista (class)">Lista</a></span></tt>
350
+
351
+
352
+
353
+
354
+
355
+ </h3><div class="docstring">
356
+ <div class="discussion">
357
+
358
+ <p>Inicializa la clase con un valor</p>
359
+
360
+
361
+ </div>
362
+ </div>
363
+ <div class="tags">
364
+
365
+
366
+ </div><table class="source_code">
367
+ <tr>
368
+ <td>
369
+ <pre class="lines">
370
+
371
+
372
+ 302
373
+ 303
374
+ 304
375
+ 305
376
+ 306
377
+ 307
378
+ 308
379
+ 309
380
+ 310
381
+ 311
382
+ 312
383
+ 313
384
+ 314
385
+ 315
386
+ 316
387
+ 317
388
+ 318
389
+ 319
390
+ 320</pre>
391
+ </td>
392
+ <td>
393
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 302</span>
394
+
395
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_val'>val</span><span class='rparen'>)</span>
396
+ <span class='kw'>if</span> <span class='id identifier rubyid_val'>val</span><span class='period'>.</span><span class='id identifier rubyid_instance_of?'>instance_of?</span><span class='const'>Array</span>
397
+ <span class='id identifier rubyid_val'>val</span><span class='period'>.</span><span class='id identifier rubyid_each_with_index'>each_with_index</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_value'>value</span><span class='comma'>,</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
398
+ <span class='kw'>if</span> <span class='id identifier rubyid_i'>i</span><span class='op'>==</span><span class='int'>0</span>
399
+ <span class='id identifier rubyid_first'>first</span><span class='op'>=</span><span class='const'>Node</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='kw'>nil</span><span class='comma'>,</span><span class='id identifier rubyid_value'>value</span><span class='comma'>,</span><span class='kw'>nil</span><span class='rparen'>)</span>
400
+ <span class='ivar'>@head</span><span class='op'>=</span><span class='id identifier rubyid_first'>first</span>
401
+ <span class='ivar'>@tail</span><span class='op'>=</span><span class='id identifier rubyid_first'>first</span>
402
+ <span class='kw'>else</span>
403
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='const'>Node</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='ivar'>@tail</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='comma'>,</span> <span class='kw'>nil</span><span class='rparen'>)</span>
404
+ <span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
405
+ <span class='ivar'>@tail</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
406
+ <span class='kw'>end</span>
407
+ <span class='kw'>end</span>
408
+ <span class='kw'>else</span>
409
+ <span class='id identifier rubyid_first'>first</span><span class='op'>=</span><span class='const'>Node</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='kw'>nil</span><span class='comma'>,</span><span class='id identifier rubyid_val'>val</span><span class='comma'>,</span><span class='kw'>nil</span><span class='rparen'>)</span>
410
+ <span class='ivar'>@head</span><span class='op'>=</span><span class='id identifier rubyid_first'>first</span>
411
+ <span class='ivar'>@tail</span><span class='op'>=</span><span class='id identifier rubyid_first'>first</span>
412
+ <span class='kw'>end</span>
413
+ <span class='kw'>end</span></pre>
414
+ </td>
415
+ </tr>
416
+ </table>
417
+ </div>
418
+
419
+ </div>
420
+
421
+
422
+ <div id="instance_method_details" class="method_details_list">
423
+ <h2>Instance Method Details</h2>
424
+
425
+
426
+ <div class="method_details first">
427
+ <h3 class="signature first" id="each-instance_method">
428
+
429
+ #<strong>each</strong> &#x21d2; <tt>Object</tt>
430
+
431
+
432
+
433
+
434
+
435
+ </h3><div class="docstring">
436
+ <div class="discussion">
437
+
438
+ <p>Se incluye el metodo del mixin Enumerable Se define como una iteración
439
+ sobre los elementos de la lista</p>
440
+
441
+
442
+ </div>
443
+ </div>
444
+ <div class="tags">
445
+
446
+
447
+ </div><table class="source_code">
448
+ <tr>
449
+ <td>
450
+ <pre class="lines">
451
+
452
+
453
+ 358
454
+ 359
455
+ 360
456
+ 361
457
+ 362
458
+ 363
459
+ 364</pre>
460
+ </td>
461
+ <td>
462
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 358</span>
463
+
464
+ <span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span>
465
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='ivar'>@head</span>
466
+ <span class='kw'>while</span> <span class='id identifier rubyid_current'>current</span><span class='op'>!=</span><span class='kw'>nil</span>
467
+ <span class='kw'>yield</span> <span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
468
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
469
+ <span class='kw'>end</span>
470
+ <span class='kw'>end</span></pre>
471
+ </td>
472
+ </tr>
473
+ </table>
474
+ </div>
475
+
476
+ <div class="method_details ">
477
+ <h3 class="signature " id="pop_back-instance_method">
478
+
479
+ #<strong>pop_back</strong> &#x21d2; <tt>Object</tt>
480
+
481
+
482
+
483
+
484
+
485
+ </h3><div class="docstring">
486
+ <div class="discussion">
487
+
488
+ <p>Elimina el ultimo elemento de la lista</p>
489
+
490
+
491
+ </div>
492
+ </div>
493
+ <div class="tags">
494
+
495
+
496
+ </div><table class="source_code">
497
+ <tr>
498
+ <td>
499
+ <pre class="lines">
500
+
501
+
502
+ 348
503
+ 349
504
+ 350
505
+ 351
506
+ 352
507
+ 353
508
+ 354</pre>
509
+ </td>
510
+ <td>
511
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 348</span>
512
+
513
+ <span class='kw'>def</span> <span class='id identifier rubyid_pop_back'>pop_back</span>
514
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
515
+ <span class='ivar'>@tail</span><span class='op'>=</span><span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_prev'>prev</span>
516
+ <span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='period'>.</span><span class='id identifier rubyid_prev'>prev</span><span class='op'>=</span><span class='kw'>nil</span>
517
+ <span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='op'>=</span><span class='kw'>nil</span>
518
+ <span class='id identifier rubyid_aux'>aux</span>
519
+ <span class='kw'>end</span></pre>
520
+ </td>
521
+ </tr>
522
+ </table>
523
+ </div>
524
+
525
+ <div class="method_details ">
526
+ <h3 class="signature " id="pop_front-instance_method">
527
+
528
+ #<strong>pop_front</strong> &#x21d2; <tt>Object</tt>
529
+
530
+
531
+
532
+
533
+
534
+ </h3><div class="docstring">
535
+ <div class="discussion">
536
+
537
+ <p>Elimina el primer elemento de la lista</p>
538
+
539
+
540
+ </div>
541
+ </div>
542
+ <div class="tags">
543
+
544
+
545
+ </div><table class="source_code">
546
+ <tr>
547
+ <td>
548
+ <pre class="lines">
549
+
550
+
551
+ 339
552
+ 340
553
+ 341
554
+ 342
555
+ 343
556
+ 344
557
+ 345</pre>
558
+ </td>
559
+ <td>
560
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 339</span>
561
+
562
+ <span class='kw'>def</span> <span class='id identifier rubyid_pop_front'>pop_front</span>
563
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='ivar'>@head</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
564
+ <span class='ivar'>@head</span><span class='op'>=</span><span class='ivar'>@head</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
565
+ <span class='ivar'>@head</span><span class='period'>.</span><span class='id identifier rubyid_prev'>prev</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='op'>=</span><span class='kw'>nil</span>
566
+ <span class='ivar'>@head</span><span class='period'>.</span><span class='id identifier rubyid_prev'>prev</span><span class='op'>=</span><span class='kw'>nil</span>
567
+ <span class='id identifier rubyid_aux'>aux</span>
568
+ <span class='kw'>end</span></pre>
569
+ </td>
570
+ </tr>
571
+ </table>
572
+ </div>
573
+
574
+ <div class="method_details ">
575
+ <h3 class="signature " id="push-instance_method">
576
+
577
+ #<strong>push</strong>(val) &#x21d2; <tt>Object</tt>
578
+
579
+
580
+
581
+
582
+
583
+ </h3><div class="docstring">
584
+ <div class="discussion">
585
+
586
+ <p>Añade los valores a la lista desde el final</p>
587
+
588
+
589
+ </div>
590
+ </div>
591
+ <div class="tags">
592
+
593
+
594
+ </div><table class="source_code">
595
+ <tr>
596
+ <td>
597
+ <pre class="lines">
598
+
599
+
600
+ 323
601
+ 324
602
+ 325
603
+ 326
604
+ 327
605
+ 328
606
+ 329
607
+ 330
608
+ 331
609
+ 332
610
+ 333
611
+ 334
612
+ 335
613
+ 336</pre>
614
+ </td>
615
+ <td>
616
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 323</span>
617
+
618
+ <span class='kw'>def</span> <span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span><span class='id identifier rubyid_val'>val</span><span class='rparen'>)</span>
619
+ <span class='kw'>if</span> <span class='id identifier rubyid_val'>val</span><span class='period'>.</span><span class='id identifier rubyid_instance_of?'>instance_of?</span><span class='const'>Array</span>
620
+ <span class='id identifier rubyid_val'>val</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
621
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='const'>Node</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='ivar'>@tail</span><span class='comma'>,</span> <span class='id identifier rubyid_i'>i</span><span class='comma'>,</span> <span class='kw'>nil</span><span class='rparen'>)</span>
622
+ <span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
623
+ <span class='ivar'>@tail</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
624
+ <span class='kw'>end</span>
625
+ <span class='kw'>else</span>
626
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='const'>Node</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='ivar'>@tail</span><span class='comma'>,</span> <span class='id identifier rubyid_val'>val</span><span class='comma'>,</span> <span class='kw'>nil</span><span class='rparen'>)</span>
627
+ <span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
628
+ <span class='ivar'>@tail</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
629
+ <span class='kw'>end</span>
630
+ <span class='ivar'>@tail</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
631
+ <span class='kw'>end</span></pre>
632
+ </td>
633
+ </tr>
634
+ </table>
635
+ </div>
636
+
637
+ <div class="method_details ">
638
+ <h3 class="signature " id="sortWEach-instance_method">
639
+
640
+ #<strong>sortWEach</strong> &#x21d2; <tt>Object</tt>
641
+
642
+
643
+
644
+
645
+
646
+ </h3><div class="docstring">
647
+ <div class="discussion">
648
+
649
+ <p>Metodo de ordenacion con metodos each</p>
650
+
651
+
652
+ </div>
653
+ </div>
654
+ <div class="tags">
655
+
656
+
657
+ </div><table class="source_code">
658
+ <tr>
659
+ <td>
660
+ <pre class="lines">
661
+
662
+
663
+ 388
664
+ 389
665
+ 390
666
+ 391
667
+ 392
668
+ 393
669
+ 394
670
+ 395
671
+ 396
672
+ 397
673
+ 398
674
+ 399
675
+ 400
676
+ 401
677
+ 402
678
+ 403
679
+ 404
680
+ 405
681
+ 406
682
+ 407</pre>
683
+ </td>
684
+ <td>
685
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 388</span>
686
+
687
+ <span class='kw'>def</span> <span class='id identifier rubyid_sortWEach'>sortWEach</span>
688
+ <span class='id identifier rubyid_arr'>arr</span><span class='op'>=</span><span class='lbracket'>[</span><span class='rbracket'>]</span>
689
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='ivar'>@head</span>
690
+ <span class='kw'>while</span> <span class='lparen'>(</span><span class='id identifier rubyid_current'>current</span><span class='op'>!=</span><span class='kw'>nil</span><span class='rparen'>)</span>
691
+ <span class='id identifier rubyid_arr'>arr</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
692
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
693
+ <span class='kw'>end</span>
694
+
695
+ <span class='id identifier rubyid_arr'>arr</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span><span class='period'>.</span><span class='id identifier rubyid_with_index'>with_index</span><span class='lparen'>(</span><span class='int'>1</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_val'>val</span><span class='comma'>,</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
696
+ <span class='id identifier rubyid_arr'>arr</span><span class='period'>.</span><span class='id identifier rubyid_each_with_index'>each_with_index</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_val2'>val2</span><span class='comma'>,</span><span class='id identifier rubyid_j'>j</span><span class='op'>|</span>
697
+ <span class='kw'>if</span> <span class='lparen'>(</span><span class='id identifier rubyid_j'>j</span><span class='op'>&lt;</span><span class='id identifier rubyid_arr'>arr</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span><span class='op'>-</span><span class='id identifier rubyid_i'>i</span><span class='rparen'>)</span>
698
+ <span class='kw'>if</span> <span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='op'>+</span><span class='int'>1</span><span class='rbracket'>]</span><span class='op'>&lt;</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='rbracket'>]</span>
699
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='op'>+</span><span class='int'>1</span><span class='rbracket'>]</span>
700
+ <span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='op'>+</span><span class='int'>1</span><span class='rbracket'>]</span><span class='op'>=</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='rbracket'>]</span>
701
+ <span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='rbracket'>]</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
702
+ <span class='kw'>end</span>
703
+ <span class='kw'>end</span>
704
+ <span class='kw'>end</span>
705
+ <span class='kw'>end</span>
706
+ <span class='kw'>end</span></pre>
707
+ </td>
708
+ </tr>
709
+ </table>
710
+ </div>
711
+
712
+ <div class="method_details ">
713
+ <h3 class="signature " id="sortWFor-instance_method">
714
+
715
+ #<strong>sortWFor</strong> &#x21d2; <tt>Object</tt>
716
+
717
+
718
+
719
+
720
+
721
+ </h3><div class="docstring">
722
+ <div class="discussion">
723
+
724
+ <p>Metodo de ordenacion con bucles for</p>
725
+
726
+
727
+ </div>
728
+ </div>
729
+ <div class="tags">
730
+
731
+
732
+ </div><table class="source_code">
733
+ <tr>
734
+ <td>
735
+ <pre class="lines">
736
+
737
+
738
+ 367
739
+ 368
740
+ 369
741
+ 370
742
+ 371
743
+ 372
744
+ 373
745
+ 374
746
+ 375
747
+ 376
748
+ 377
749
+ 378
750
+ 379
751
+ 380
752
+ 381
753
+ 382
754
+ 383
755
+ 384
756
+ 385</pre>
757
+ </td>
758
+ <td>
759
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 367</span>
760
+
761
+ <span class='kw'>def</span> <span class='id identifier rubyid_sortWFor'>sortWFor</span>
762
+ <span class='id identifier rubyid_arr'>arr</span><span class='op'>=</span><span class='lbracket'>[</span><span class='rbracket'>]</span>
763
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='ivar'>@head</span>
764
+ <span class='kw'>while</span> <span class='lparen'>(</span><span class='id identifier rubyid_current'>current</span><span class='op'>!=</span><span class='kw'>nil</span><span class='rparen'>)</span>
765
+ <span class='id identifier rubyid_arr'>arr</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
766
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
767
+ <span class='kw'>end</span>
768
+
769
+ <span class='kw'>for</span> <span class='id identifier rubyid_i'>i</span> <span class='kw'>in</span> <span class='int'>1</span><span class='op'>..</span><span class='id identifier rubyid_arr'>arr</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span><span class='op'>-</span><span class='int'>1</span>
770
+ <span class='kw'>for</span> <span class='id identifier rubyid_j'>j</span> <span class='kw'>in</span> <span class='int'>0</span><span class='op'>..</span><span class='id identifier rubyid_arr'>arr</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span><span class='op'>-</span><span class='id identifier rubyid_i'>i</span><span class='op'>-</span><span class='int'>1</span>
771
+ <span class='kw'>if</span> <span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='op'>+</span><span class='int'>1</span><span class='rbracket'>]</span><span class='op'>&lt;</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='rbracket'>]</span>
772
+ <span class='id identifier rubyid_aux'>aux</span><span class='op'>=</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='op'>+</span><span class='int'>1</span><span class='rbracket'>]</span>
773
+ <span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='op'>+</span><span class='int'>1</span><span class='rbracket'>]</span><span class='op'>=</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='rbracket'>]</span>
774
+ <span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='id identifier rubyid_j'>j</span><span class='rbracket'>]</span><span class='op'>=</span><span class='id identifier rubyid_aux'>aux</span>
775
+ <span class='kw'>end</span>
776
+ <span class='kw'>end</span>
777
+ <span class='kw'>end</span>
778
+ <span class='id identifier rubyid_arr'>arr</span>
779
+ <span class='kw'>end</span></pre>
780
+ </td>
781
+ </tr>
782
+ </table>
783
+ </div>
784
+
785
+ <div class="method_details ">
786
+ <h3 class="signature " id="to_s-instance_method">
787
+
788
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
789
+
790
+
791
+
792
+
793
+
794
+ </h3><div class="docstring">
795
+ <div class="discussion">
796
+
797
+ <p>Formatea la Lista a una cadena de caracteres</p>
798
+
799
+
800
+ </div>
801
+ </div>
802
+ <div class="tags">
803
+
804
+
805
+ </div><table class="source_code">
806
+ <tr>
807
+ <td>
808
+ <pre class="lines">
809
+
810
+
811
+ 410
812
+ 411
813
+ 412
814
+ 413
815
+ 414
816
+ 415
817
+ 416
818
+ 417
819
+ 418
820
+ 419
821
+ 420
822
+ 421
823
+ 422</pre>
824
+ </td>
825
+ <td>
826
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 410</span>
827
+
828
+ <span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
829
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='ivar'>@head</span>
830
+ <span class='id identifier rubyid_sout'>sout</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>[</span><span class='tstring_end'>&quot;</span></span>
831
+ <span class='kw'>while</span> <span class='id identifier rubyid_current'>current</span><span class='op'>!=</span><span class='kw'>nil</span>
832
+ <span class='kw'>if</span> <span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span><span class='op'>==</span><span class='kw'>nil</span>
833
+ <span class='id identifier rubyid_sout'>sout</span><span class='op'>+=</span><span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
834
+ <span class='kw'>else</span>
835
+ <span class='id identifier rubyid_sout'>sout</span><span class='op'>+=</span><span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>,</span><span class='tstring_end'>&quot;</span></span>
836
+ <span class='kw'>end</span>
837
+ <span class='id identifier rubyid_current'>current</span><span class='op'>=</span><span class='id identifier rubyid_current'>current</span><span class='period'>.</span><span class='id identifier rubyid_next'>next</span>
838
+ <span class='kw'>end</span>
839
+ <span class='id identifier rubyid_sout'>sout</span><span class='op'>+=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>]</span><span class='tstring_end'>&quot;</span></span>
840
+ <span class='kw'>end</span></pre>
841
+ </td>
842
+ </tr>
843
+ </table>
844
+ </div>
845
+
846
+ </div>
847
+
848
+ </div>
849
+
850
+ <div id="footer">
851
+ Generated on Tue Dec 12 20:43:00 2017 by
852
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
853
+ 0.9.9 (ruby-2.4.2).
854
+ </div>
855
+
856
+ </div>
857
+ </body>
858
+ </html>