alimento-alu0100965667 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +12 -0
  3. data/.travis.yml +5 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +6 -0
  6. data/Guardfile +82 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +43 -0
  9. data/Rakefile +6 -0
  10. data/alimento.gemspec +41 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +8 -0
  13. data/docs/Alimento/Alimento.html +504 -0
  14. data/docs/Alimento/GrupoAlimentos.html +235 -0
  15. data/docs/Alimento/Lista.html +406 -0
  16. data/docs/Alimento.html +130 -0
  17. data/docs/CODE_OF_CONDUCT_md.html +233 -0
  18. data/docs/Gemfile.html +141 -0
  19. data/docs/Gemfile_lock.html +218 -0
  20. data/docs/Guardfile.html +218 -0
  21. data/docs/LICENSE_txt.html +155 -0
  22. data/docs/README_md.html +210 -0
  23. data/docs/Rakefile.html +139 -0
  24. data/docs/alimento_gemspec.html +174 -0
  25. data/docs/bin/setup.html +139 -0
  26. data/docs/created.rid +36 -0
  27. data/docs/css/fonts.css +167 -0
  28. data/docs/css/rdoc.css +590 -0
  29. data/docs/docs/Alimento/Alimento_html.html +748 -0
  30. data/docs/docs/Alimento/GrupoAlimentos_html.html +469 -0
  31. data/docs/docs/Alimento/Lista_html.html +678 -0
  32. data/docs/docs/Alimento/Nodo_html.html +471 -0
  33. data/docs/docs/Alimento_html.html +272 -0
  34. data/docs/docs/_index_html.html +294 -0
  35. data/docs/docs/class_list_html.html +219 -0
  36. data/docs/docs/css/common_css.html +135 -0
  37. data/docs/docs/css/full_list_css.html +190 -0
  38. data/docs/docs/css/style_css.html +652 -0
  39. data/docs/docs/file_README_html.html +285 -0
  40. data/docs/docs/file_list_html.html +185 -0
  41. data/docs/docs/frames_html.html +153 -0
  42. data/docs/docs/index_html.html +285 -0
  43. data/docs/docs/js/app_js.html +413 -0
  44. data/docs/docs/js/full_list_js.html +383 -0
  45. data/docs/docs/js/jquery_js.html +1483 -0
  46. data/docs/docs/method_list_html.html +328 -0
  47. data/docs/docs/top-level-namespace_html.html +223 -0
  48. data/docs/fonts/Lato-Light.ttf +0 -0
  49. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  50. data/docs/fonts/Lato-Regular.ttf +0 -0
  51. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  52. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  53. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  54. data/docs/images/add.png +0 -0
  55. data/docs/images/arrow_up.png +0 -0
  56. data/docs/images/brick.png +0 -0
  57. data/docs/images/brick_link.png +0 -0
  58. data/docs/images/bug.png +0 -0
  59. data/docs/images/bullet_black.png +0 -0
  60. data/docs/images/bullet_toggle_minus.png +0 -0
  61. data/docs/images/bullet_toggle_plus.png +0 -0
  62. data/docs/images/date.png +0 -0
  63. data/docs/images/delete.png +0 -0
  64. data/docs/images/find.png +0 -0
  65. data/docs/images/loadingAnimation.gif +0 -0
  66. data/docs/images/macFFBgHack.png +0 -0
  67. data/docs/images/package.png +0 -0
  68. data/docs/images/page_green.png +0 -0
  69. data/docs/images/page_white_text.png +0 -0
  70. data/docs/images/page_white_width.png +0 -0
  71. data/docs/images/plugin.png +0 -0
  72. data/docs/images/ruby.png +0 -0
  73. data/docs/images/tag_blue.png +0 -0
  74. data/docs/images/tag_green.png +0 -0
  75. data/docs/images/transparent.png +0 -0
  76. data/docs/images/wrench.png +0 -0
  77. data/docs/images/wrench_orange.png +0 -0
  78. data/docs/images/zoom.png +0 -0
  79. data/docs/index.html +149 -0
  80. data/docs/js/darkfish.js +161 -0
  81. data/docs/js/jquery.js +4 -0
  82. data/docs/js/navigation.js +142 -0
  83. data/docs/js/navigation.js.gz +0 -0
  84. data/docs/js/search.js +109 -0
  85. data/docs/js/search_index.js +1 -0
  86. data/docs/js/search_index.js.gz +0 -0
  87. data/docs/js/searcher.js +228 -0
  88. data/docs/js/searcher.js.gz +0 -0
  89. data/docs/table_of_contents.html +246 -0
  90. data/lib/alimento/alimento.rb +78 -0
  91. data/lib/alimento/enumerable.rb +20 -0
  92. data/lib/alimento/lista.rb +68 -0
  93. data/lib/alimento/plato.rb +119 -0
  94. data/lib/alimento/version.rb +4 -0
  95. data/lib/alimento.rb +16 -0
  96. metadata +222 -0
@@ -0,0 +1,748 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Alimento.html - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../../";
11
+ </script>
12
+
13
+ <script src="../../js/jquery.js"></script>
14
+ <script src="../../js/darkfish.js"></script>
15
+
16
+ <link href="../../css/fonts.css" rel="stylesheet">
17
+ <link href="../../css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="file">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="../../index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="../../table_of_contents.html#pages">Pages</a>
31
+ <a href="../../table_of_contents.html#classes">Classes</a>
32
+ <a href="../../table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ <div id="project-metadata">
56
+ <div id="fileindex-section" class="nav-section">
57
+ <h3>Pages</h3>
58
+
59
+ <ul class="link-list">
60
+
61
+ <li><a href="../../CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
62
+
63
+ <li><a href="../../Gemfile.html">Gemfile</a>
64
+
65
+ <li><a href="../../Gemfile_lock.html">Gemfile.lock</a>
66
+
67
+ <li><a href="../../Guardfile.html">Guardfile</a>
68
+
69
+ <li><a href="../../LICENSE_txt.html">LICENSE</a>
70
+
71
+ <li><a href="../../README_md.html">README</a>
72
+
73
+ <li><a href="../../Rakefile.html">Rakefile</a>
74
+
75
+ <li><a href="../../alimento_gemspec.html">alimento.gemspec</a>
76
+
77
+ <li><a href="../../bin/setup.html">setup</a>
78
+
79
+ <li><a href="../../docs/Alimento_html.html">Alimento.html</a>
80
+
81
+ <li><a href="../../docs/Alimento/Alimento_html.html">Alimento.html</a>
82
+
83
+ <li><a href="../../docs/Alimento/GrupoAlimentos_html.html">GrupoAlimentos.html</a>
84
+
85
+ <li><a href="../../docs/Alimento/Lista_html.html">Lista.html</a>
86
+
87
+ <li><a href="../../docs/Alimento/Nodo_html.html">Nodo.html</a>
88
+
89
+ <li><a href="../../docs/_index_html.html">_index.html</a>
90
+
91
+ <li><a href="../../docs/class_list_html.html">class_list.html</a>
92
+
93
+ <li><a href="../../docs/css/common_css.html">common.css</a>
94
+
95
+ <li><a href="../../docs/css/full_list_css.html">full_list.css</a>
96
+
97
+ <li><a href="../../docs/css/style_css.html">style.css</a>
98
+
99
+ <li><a href="../../docs/file_README_html.html">file.README.html</a>
100
+
101
+ <li><a href="../../docs/file_list_html.html">file_list.html</a>
102
+
103
+ <li><a href="../../docs/frames_html.html">frames.html</a>
104
+
105
+ <li><a href="../../docs/index_html.html">index.html</a>
106
+
107
+ <li><a href="../../docs/js/app_js.html">app.js</a>
108
+
109
+ <li><a href="../../docs/js/full_list_js.html">full_list.js</a>
110
+
111
+ <li><a href="../../docs/js/jquery_js.html">jquery.js</a>
112
+
113
+ <li><a href="../../docs/method_list_html.html">method_list.html</a>
114
+
115
+ <li><a href="../../docs/top-level-namespace_html.html">top-level-namespace.html</a>
116
+
117
+ </ul>
118
+ </div>
119
+
120
+ </div>
121
+ </nav>
122
+
123
+ <main role="main" aria-label="Page docs/Alimento/Alimento.html">
124
+
125
+ <p>&lt;!DOCTYPE html&gt; &lt;html&gt;</p>
126
+
127
+ <pre>&lt;head&gt;
128
+ &lt;meta charset=&quot;utf-8&quot;&gt;</pre>
129
+
130
+ <p>&lt;meta name=“viewport” content=“width=device-width,
131
+ initial-scale=1.0”&gt; &lt;title&gt;</p>
132
+
133
+ <pre>Class: Alimento::Alimento
134
+
135
+ &amp;mdash; Documentation by YARD 0.9.9</pre>
136
+
137
+ <p>&lt;/title&gt;</p>
138
+
139
+ <pre>&lt;link rel=&quot;stylesheet&quot; href=&quot;../css/style.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;
140
+
141
+ &lt;link rel=&quot;stylesheet&quot; href=&quot;../css/common.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</pre>
142
+
143
+ <p>&lt;script type=“text/javascript” charset=“utf-8”&gt;</p>
144
+
145
+ <pre class="ruby"><span class="ruby-identifier">pathId</span> = <span class="ruby-string">&quot;Alimento::Alimento&quot;</span>;
146
+ <span class="ruby-identifier">relpath</span> = <span class="ruby-string">&#39;../&#39;</span>;
147
+ </pre>
148
+
149
+ <p>&lt;/script&gt;</p>
150
+
151
+ <pre>&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot; src=&quot;../js/jquery.js&quot;&gt;&lt;/script&gt;
152
+
153
+ &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot; src=&quot;../js/app.js&quot;&gt;&lt;/script&gt;
154
+
155
+ &lt;/head&gt;
156
+ &lt;body&gt;
157
+ &lt;div class=&quot;nav_wrap&quot;&gt;
158
+ &lt;iframe id=&quot;nav&quot; src=&quot;../class_list.html?1&quot;&gt;&lt;/iframe&gt;
159
+ &lt;div id=&quot;resizer&quot;&gt;&lt;/div&gt;
160
+ &lt;/div&gt;
161
+
162
+ &lt;div id=&quot;main&quot; tabindex=&quot;-1&quot;&gt;
163
+ &lt;div id=&quot;header&quot;&gt;
164
+ &lt;div id=&quot;menu&quot;&gt;
165
+
166
+ &lt;a href=&quot;../_index.html&quot;&gt;Index (A)&lt;/a&gt; &amp;raquo;
167
+ &lt;span class=&#39;title&#39;&gt;&lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;../Alimento.html&quot; title=&quot;Alimento (module)&quot;&gt;Alimento&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;
168
+ &amp;raquo;
169
+ &lt;span class=&quot;title&quot;&gt;Alimento&lt;/span&gt;</pre>
170
+
171
+ <p>&lt;/div&gt;</p>
172
+
173
+ <pre> &lt;div id=&quot;search&quot;&gt;
174
+
175
+ &lt;a class=&quot;full_list_link&quot; id=&quot;class_list_link&quot;
176
+ href=&quot;../class_list.html&quot;&gt;
177
+
178
+ &lt;svg width=&quot;24&quot; height=&quot;24&quot;&gt;
179
+ &lt;rect x=&quot;0&quot; y=&quot;4&quot; width=&quot;24&quot; height=&quot;4&quot; rx=&quot;1&quot; ry=&quot;1&quot;&gt;&lt;/rect&gt;
180
+ &lt;rect x=&quot;0&quot; y=&quot;12&quot; width=&quot;24&quot; height=&quot;4&quot; rx=&quot;1&quot; ry=&quot;1&quot;&gt;&lt;/rect&gt;
181
+ &lt;rect x=&quot;0&quot; y=&quot;20&quot; width=&quot;24&quot; height=&quot;4&quot; rx=&quot;1&quot; ry=&quot;1&quot;&gt;&lt;/rect&gt;
182
+ &lt;/svg&gt;
183
+ &lt;/a&gt;</pre>
184
+
185
+ <p>&lt;/div&gt;</p>
186
+
187
+ <pre> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
188
+ &lt;/div&gt;
189
+
190
+ &lt;div id=&quot;content&quot;&gt;&lt;h1&gt;Class: Alimento::Alimento</pre>
191
+
192
+ <p>&lt;/h1&gt; &lt;div class=“box_info”&gt;</p>
193
+
194
+ <pre>&lt;dl&gt;
195
+ &lt;dt&gt;Inherits:&lt;/dt&gt;
196
+ &lt;dd&gt;
197
+ &lt;span class=&quot;inheritName&quot;&gt;Object&lt;/span&gt;
198
+
199
+ &lt;ul class=&quot;fullTree&quot;&gt;
200
+ &lt;li&gt;Object&lt;/li&gt;
201
+
202
+ &lt;li class=&quot;next&quot;&gt;Alimento::Alimento&lt;/li&gt;
203
+
204
+ &lt;/ul&gt;
205
+ &lt;a href=&quot;#&quot; class=&quot;inheritanceTree&quot;&gt;show all&lt;/a&gt;
206
+
207
+ &lt;/dd&gt;
208
+ &lt;/dl&gt;
209
+
210
+ &lt;dl&gt;
211
+ &lt;dt&gt;Includes:&lt;/dt&gt;
212
+ &lt;dd&gt;Comparable&lt;/dd&gt;
213
+ &lt;/dl&gt;
214
+
215
+ &lt;dl&gt;
216
+ &lt;dt&gt;Defined in:&lt;/dt&gt;
217
+ &lt;dd&gt;lib/alimento/alimento.rb&lt;/dd&gt;
218
+ &lt;/dl&gt;</pre>
219
+
220
+ <p>&lt;/div&gt;</p>
221
+
222
+ <p>&lt;h2&gt;Overview&lt;/h2&gt;&lt;div class=“docstring”&gt;</p>
223
+
224
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
225
+
226
+ <p>&lt;p&gt;Esta clase representa a un alimento con sus nutrientes Se ha
227
+ incluido el mixin Comparable&lt;/p&gt;</p>
228
+
229
+ <pre>&lt;/div&gt;</pre>
230
+
231
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
232
+
233
+ <p>&lt;/div&gt;&lt;div id=“subclasses”&gt;</p>
234
+
235
+ <pre>&lt;h2&gt;Direct Known Subclasses&lt;/h2&gt;
236
+ &lt;p class=&quot;children&quot;&gt;&lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;GrupoAlimentos.html&quot; title=&quot;Alimento::GrupoAlimentos (class)&quot;&gt;GrupoAlimentos&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</pre>
237
+
238
+ <p>&lt;/div&gt;</p>
239
+
240
+ <pre>&lt;h2&gt;Instance Attribute Summary &lt;small&gt;&lt;a href=&quot;#&quot; class=&quot;summary_toggle&quot;&gt;collapse&lt;/a&gt;&lt;/small&gt;&lt;/h2&gt;
241
+ &lt;ul class=&quot;summary&quot;&gt;
242
+
243
+ &lt;li class=&quot;public &quot;&gt;
244
+ &lt;span class=&quot;summary_signature&quot;&gt;
245
+
246
+ &lt;a href=&quot;#glucidos-instance_method&quot; title=&quot;#glucidos (instance method)&quot;&gt;#&lt;strong&gt;glucidos&lt;/strong&gt; &amp;#x21d2; Object &lt;/a&gt;
247
+
248
+ &lt;/span&gt;
249
+
250
+ &lt;span class=&quot;note title readonly&quot;&gt;readonly&lt;/span&gt;
251
+
252
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
253
+
254
+ <p>&lt;p&gt;Returns the value of attribute glucidos.&lt;/p&gt;
255
+ &lt;/div&gt;&lt;/span&gt;</p>
256
+
257
+ <p>&lt;/li&gt;</p>
258
+
259
+ <pre> &lt;li class=&quot;public &quot;&gt;
260
+ &lt;span class=&quot;summary_signature&quot;&gt;
261
+
262
+ &lt;a href=&quot;#lipidos-instance_method&quot; title=&quot;#lipidos (instance method)&quot;&gt;#&lt;strong&gt;lipidos&lt;/strong&gt; &amp;#x21d2; Object &lt;/a&gt;
263
+
264
+ &lt;/span&gt;
265
+
266
+ &lt;span class=&quot;note title readonly&quot;&gt;readonly&lt;/span&gt;
267
+
268
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
269
+
270
+ <p>&lt;p&gt;Returns the value of attribute lipidos.&lt;/p&gt;
271
+ &lt;/div&gt;&lt;/span&gt;</p>
272
+
273
+ <p>&lt;/li&gt;</p>
274
+
275
+ <pre> &lt;li class=&quot;public &quot;&gt;
276
+ &lt;span class=&quot;summary_signature&quot;&gt;
277
+
278
+ &lt;a href=&quot;#nombre-instance_method&quot; title=&quot;#nombre (instance method)&quot;&gt;#&lt;strong&gt;nombre&lt;/strong&gt; &amp;#x21d2; Object &lt;/a&gt;
279
+
280
+ &lt;/span&gt;
281
+
282
+ &lt;span class=&quot;note title readonly&quot;&gt;readonly&lt;/span&gt;
283
+
284
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
285
+
286
+ <p>&lt;p&gt;Returns the value of attribute nombre.&lt;/p&gt;
287
+ &lt;/div&gt;&lt;/span&gt;</p>
288
+
289
+ <p>&lt;/li&gt;</p>
290
+
291
+ <pre> &lt;li class=&quot;public &quot;&gt;
292
+ &lt;span class=&quot;summary_signature&quot;&gt;
293
+
294
+ &lt;a href=&quot;#proteinas-instance_method&quot; title=&quot;#proteinas (instance method)&quot;&gt;#&lt;strong&gt;proteinas&lt;/strong&gt; &amp;#x21d2; Object &lt;/a&gt;
295
+
296
+ &lt;/span&gt;
297
+
298
+ &lt;span class=&quot;note title readonly&quot;&gt;readonly&lt;/span&gt;
299
+
300
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
301
+
302
+ <p>&lt;p&gt;Returns the value of attribute proteinas.&lt;/p&gt;
303
+ &lt;/div&gt;&lt;/span&gt;</p>
304
+
305
+ <p>&lt;/li&gt;</p>
306
+
307
+ <pre>&lt;/ul&gt;
308
+
309
+ &lt;h2&gt;
310
+ Instance Method Summary
311
+ &lt;small&gt;&lt;a href=&quot;#&quot; class=&quot;summary_toggle&quot;&gt;collapse&lt;/a&gt;&lt;/small&gt;
312
+ &lt;/h2&gt;
313
+
314
+ &lt;ul class=&quot;summary&quot;&gt;
315
+
316
+ &lt;li class=&quot;public &quot;&gt;
317
+ &lt;span class=&quot;summary_signature&quot;&gt;
318
+
319
+ &lt;a href=&quot;#&lt;=&gt;-instance_method&quot; title=&quot;#&amp;lt;=&amp;gt; (instance method)&quot;&gt;#&lt;strong&gt;&amp;lt;=&amp;gt;&lt;/strong&gt;(other) &amp;#x21d2; Object &lt;/a&gt;
320
+
321
+ &lt;/span&gt;
322
+
323
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
324
+
325
+ <p>&lt;p&gt;Pa incluir el mixin Comparable se utiliza el valor
326
+ energético.&lt;/p&gt; &lt;/div&gt;&lt;/span&gt;</p>
327
+
328
+ <p>&lt;/li&gt;</p>
329
+
330
+ <pre> &lt;li class=&quot;public &quot;&gt;
331
+ &lt;span class=&quot;summary_signature&quot;&gt;
332
+
333
+ &lt;a href=&quot;#initialize-instance_method&quot; title=&quot;#initialize (instance method)&quot;&gt;#&lt;strong&gt;initialize&lt;/strong&gt;(nombre, proteinas, glucidos, lipidos) &amp;#x21d2; Alimento &lt;/a&gt;
334
+
335
+ &lt;/span&gt;
336
+
337
+ &lt;span class=&quot;note title constructor&quot;&gt;constructor&lt;/span&gt;
338
+
339
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
340
+
341
+ <p>&lt;p&gt;Se asignan todas las variables de la clase.&lt;/p&gt;
342
+ &lt;/div&gt;&lt;/span&gt;</p>
343
+
344
+ <p>&lt;/li&gt;</p>
345
+
346
+ <pre> &lt;li class=&quot;public &quot;&gt;
347
+ &lt;span class=&quot;summary_signature&quot;&gt;
348
+
349
+ &lt;a href=&quot;#kcal-instance_method&quot; title=&quot;#kcal (instance method)&quot;&gt;#&lt;strong&gt;kcal&lt;/strong&gt; &amp;#x21d2; Object &lt;/a&gt;
350
+
351
+ &lt;/span&gt;
352
+
353
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
354
+
355
+ <p>&lt;p&gt;Devuelve el valor energético del alimento según sus
356
+ nutrientes.&lt;/p&gt; &lt;/div&gt;&lt;/span&gt;</p>
357
+
358
+ <p>&lt;/li&gt;</p>
359
+
360
+ <pre> &lt;li class=&quot;public &quot;&gt;
361
+ &lt;span class=&quot;summary_signature&quot;&gt;
362
+
363
+ &lt;a href=&quot;#to_s-instance_method&quot; title=&quot;#to_s (instance method)&quot;&gt;#&lt;strong&gt;to_s&lt;/strong&gt; &amp;#x21d2; Object &lt;/a&gt;
364
+
365
+ &lt;/span&gt;
366
+
367
+ &lt;span class=&quot;summary_desc&quot;&gt;&lt;div class=&#39;inline&#39;&gt;</pre>
368
+
369
+ <p>&lt;p&gt;Devuelve el alimento formateado.&lt;/p&gt;
370
+ &lt;/div&gt;&lt;/span&gt;</p>
371
+
372
+ <p>&lt;/li&gt;</p>
373
+
374
+ <pre> &lt;/ul&gt;
375
+
376
+ &lt;div id=&quot;constructor_details&quot; class=&quot;method_details_list&quot;&gt;
377
+ &lt;h2&gt;Constructor Details&lt;/h2&gt;
378
+
379
+ &lt;div class=&quot;method_details first&quot;&gt;
380
+ &lt;h3 class=&quot;signature first&quot; id=&quot;initialize-instance_method&quot;&gt;
381
+
382
+ #&lt;strong&gt;initialize&lt;/strong&gt;(nombre, proteinas, glucidos, lipidos) &amp;#x21d2; &lt;tt&gt;&lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;&quot; title=&quot;Alimento::Alimento (class)&quot;&gt;Alimento&lt;/a&gt;&lt;/span&gt;&lt;/tt&gt;</pre>
383
+
384
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
385
+
386
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
387
+
388
+ <p>&lt;p&gt;Se asignan todas las variables de la clase&lt;/p&gt;</p>
389
+
390
+ <pre>&lt;/div&gt;</pre>
391
+
392
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
393
+
394
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
395
+
396
+ <pre>&lt;tr&gt;
397
+ &lt;td&gt;
398
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
399
+
400
+ <p>17 18 19 20 21 22&lt;/pre&gt;</p>
401
+
402
+ <pre>&lt;/td&gt;
403
+ &lt;td&gt;
404
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 17&lt;/span&gt;</pre>
405
+
406
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
407
+ identifier rubyid_initialize&#39;&gt;initialize&lt;/span&gt;&lt;span
408
+ class=&#39;lparen&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;id identifier
409
+ rubyid_nombre&#39;&gt;nombre&lt;/span&gt;&lt;span
410
+ class=&#39;comma&#39;&gt;,&lt;/span&gt; &lt;span class=&#39;id identifier
411
+ rubyid_proteinas&#39;&gt;proteinas&lt;/span&gt;&lt;span
412
+ class=&#39;comma&#39;&gt;,&lt;/span&gt; &lt;span class=&#39;id identifier
413
+ rubyid_glucidos&#39;&gt;glucidos&lt;/span&gt;&lt;span
414
+ class=&#39;comma&#39;&gt;,&lt;/span&gt; &lt;span class=&#39;id identifier
415
+ rubyid_lipidos&#39;&gt;lipidos&lt;/span&gt;&lt;span
416
+ class=&#39;rparen&#39;&gt;)&lt;/span&gt;</p>
417
+
418
+ <pre>&lt;span class=&#39;ivar&#39;&gt;@nombre&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;=&lt;/span&gt; &lt;span class=&#39;id identifier rubyid_nombre&#39;&gt;nombre&lt;/span&gt;
419
+ &lt;span class=&#39;ivar&#39;&gt;@proteinas&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;=&lt;/span&gt; &lt;span class=&#39;id identifier rubyid_proteinas&#39;&gt;proteinas&lt;/span&gt;
420
+ &lt;span class=&#39;ivar&#39;&gt;@glucidos&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;=&lt;/span&gt; &lt;span class=&#39;id identifier rubyid_glucidos&#39;&gt;glucidos&lt;/span&gt;
421
+ &lt;span class=&#39;ivar&#39;&gt;@lipidos&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;=&lt;/span&gt; &lt;span class=&#39;id identifier rubyid_lipidos&#39;&gt;lipidos&lt;/span&gt;</pre>
422
+
423
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
424
+
425
+ <pre> &lt;/td&gt;
426
+ &lt;/tr&gt;</pre>
427
+
428
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
429
+
430
+ <p>&lt;/div&gt;</p>
431
+
432
+ <pre>&lt;div id=&quot;instance_attr_details&quot; class=&quot;attr_details&quot;&gt;
433
+ &lt;h2&gt;Instance Attribute Details&lt;/h2&gt;
434
+
435
+ &lt;span id=&quot;&quot;&gt;&lt;/span&gt;
436
+ &lt;div class=&quot;method_details first&quot;&gt;
437
+ &lt;h3 class=&quot;signature first&quot; id=&quot;glucidos-instance_method&quot;&gt;
438
+
439
+ #&lt;strong&gt;glucidos&lt;/strong&gt; &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt; &lt;span class=&quot;extras&quot;&gt;(readonly)&lt;/span&gt;</pre>
440
+
441
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
442
+
443
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
444
+
445
+ <p>&lt;p&gt;Returns the value of attribute glucidos&lt;/p&gt;</p>
446
+
447
+ <pre>&lt;/div&gt;</pre>
448
+
449
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
450
+
451
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
452
+
453
+ <pre>&lt;tr&gt;
454
+ &lt;td&gt;
455
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
456
+
457
+ <p>7 8 9&lt;/pre&gt;</p>
458
+
459
+ <pre>&lt;/td&gt;
460
+ &lt;td&gt;
461
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 7&lt;/span&gt;</pre>
462
+
463
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
464
+ identifier rubyid_glucidos&#39;&gt;glucidos&lt;/span&gt;</p>
465
+
466
+ <pre>&lt;span class=&#39;ivar&#39;&gt;@glucidos&lt;/span&gt;</pre>
467
+
468
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
469
+
470
+ <pre> &lt;/td&gt;
471
+ &lt;/tr&gt;</pre>
472
+
473
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
474
+
475
+ <pre> &lt;span id=&quot;&quot;&gt;&lt;/span&gt;
476
+ &lt;div class=&quot;method_details &quot;&gt;
477
+ &lt;h3 class=&quot;signature &quot; id=&quot;lipidos-instance_method&quot;&gt;
478
+
479
+ #&lt;strong&gt;lipidos&lt;/strong&gt; &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt; &lt;span class=&quot;extras&quot;&gt;(readonly)&lt;/span&gt;</pre>
480
+
481
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
482
+
483
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
484
+
485
+ <p>&lt;p&gt;Returns the value of attribute lipidos&lt;/p&gt;</p>
486
+
487
+ <pre>&lt;/div&gt;</pre>
488
+
489
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
490
+
491
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
492
+
493
+ <pre>&lt;tr&gt;
494
+ &lt;td&gt;
495
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
496
+
497
+ <p>7 8 9&lt;/pre&gt;</p>
498
+
499
+ <pre>&lt;/td&gt;
500
+ &lt;td&gt;
501
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 7&lt;/span&gt;</pre>
502
+
503
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
504
+ identifier rubyid_lipidos&#39;&gt;lipidos&lt;/span&gt;</p>
505
+
506
+ <pre>&lt;span class=&#39;ivar&#39;&gt;@lipidos&lt;/span&gt;</pre>
507
+
508
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
509
+
510
+ <pre> &lt;/td&gt;
511
+ &lt;/tr&gt;</pre>
512
+
513
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
514
+
515
+ <pre> &lt;span id=&quot;&quot;&gt;&lt;/span&gt;
516
+ &lt;div class=&quot;method_details &quot;&gt;
517
+ &lt;h3 class=&quot;signature &quot; id=&quot;nombre-instance_method&quot;&gt;
518
+
519
+ #&lt;strong&gt;nombre&lt;/strong&gt; &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt; &lt;span class=&quot;extras&quot;&gt;(readonly)&lt;/span&gt;</pre>
520
+
521
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
522
+
523
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
524
+
525
+ <p>&lt;p&gt;Returns the value of attribute nombre&lt;/p&gt;</p>
526
+
527
+ <pre>&lt;/div&gt;</pre>
528
+
529
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
530
+
531
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
532
+
533
+ <pre>&lt;tr&gt;
534
+ &lt;td&gt;
535
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
536
+
537
+ <p>7 8 9&lt;/pre&gt;</p>
538
+
539
+ <pre>&lt;/td&gt;
540
+ &lt;td&gt;
541
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 7&lt;/span&gt;</pre>
542
+
543
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
544
+ identifier rubyid_nombre&#39;&gt;nombre&lt;/span&gt;</p>
545
+
546
+ <pre>&lt;span class=&#39;ivar&#39;&gt;@nombre&lt;/span&gt;</pre>
547
+
548
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
549
+
550
+ <pre> &lt;/td&gt;
551
+ &lt;/tr&gt;</pre>
552
+
553
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
554
+
555
+ <pre> &lt;span id=&quot;&quot;&gt;&lt;/span&gt;
556
+ &lt;div class=&quot;method_details &quot;&gt;
557
+ &lt;h3 class=&quot;signature &quot; id=&quot;proteinas-instance_method&quot;&gt;
558
+
559
+ #&lt;strong&gt;proteinas&lt;/strong&gt; &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt; &lt;span class=&quot;extras&quot;&gt;(readonly)&lt;/span&gt;</pre>
560
+
561
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
562
+
563
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
564
+
565
+ <p>&lt;p&gt;Returns the value of attribute proteinas&lt;/p&gt;</p>
566
+
567
+ <pre>&lt;/div&gt;</pre>
568
+
569
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
570
+
571
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
572
+
573
+ <pre>&lt;tr&gt;
574
+ &lt;td&gt;
575
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
576
+
577
+ <p>7 8 9&lt;/pre&gt;</p>
578
+
579
+ <pre>&lt;/td&gt;
580
+ &lt;td&gt;
581
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 7&lt;/span&gt;</pre>
582
+
583
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
584
+ identifier rubyid_proteinas&#39;&gt;proteinas&lt;/span&gt;</p>
585
+
586
+ <pre>&lt;span class=&#39;ivar&#39;&gt;@proteinas&lt;/span&gt;</pre>
587
+
588
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
589
+
590
+ <pre> &lt;/td&gt;
591
+ &lt;/tr&gt;</pre>
592
+
593
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
594
+
595
+ <pre>&lt;/div&gt;
596
+
597
+ &lt;div id=&quot;instance_method_details&quot; class=&quot;method_details_list&quot;&gt;
598
+ &lt;h2&gt;Instance Method Details&lt;/h2&gt;
599
+
600
+ &lt;div class=&quot;method_details first&quot;&gt;
601
+ &lt;h3 class=&quot;signature first&quot; id=&quot;&lt;=&gt;-instance_method&quot;&gt;
602
+
603
+ #&lt;strong&gt;&amp;lt;=&amp;gt;&lt;/strong&gt;(other) &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt;</pre>
604
+
605
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
606
+
607
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
608
+
609
+ <p>&lt;p&gt;Pa incluir el mixin Comparable se utiliza el valor
610
+ energético&lt;/p&gt;</p>
611
+
612
+ <pre>&lt;/div&gt;</pre>
613
+
614
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
615
+
616
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
617
+
618
+ <pre>&lt;tr&gt;
619
+ &lt;td&gt;
620
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
621
+
622
+ <p>10 11 12 13 14&lt;/pre&gt;</p>
623
+
624
+ <pre>&lt;/td&gt;
625
+ &lt;td&gt;
626
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 10&lt;/span&gt;</pre>
627
+
628
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span
629
+ class=&#39;op&#39;&gt;&amp;lt;=&amp;gt;&lt;/span&gt;&lt;span
630
+ class=&#39;lparen&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;id identifier
631
+ rubyid_other&#39;&gt;other&lt;/span&gt;&lt;span
632
+ class=&#39;rparen&#39;&gt;)&lt;/span&gt;</p>
633
+
634
+ <pre>&lt;span class=&#39;kw&#39;&gt;if&lt;/span&gt; &lt;span class=&#39;id identifier rubyid_other&#39;&gt;other&lt;/span&gt;&lt;span class=&#39;period&#39;&gt;.&lt;/span&gt;&lt;span class=&#39;id identifier rubyid_kind_of?&#39;&gt;kind_of?&lt;/span&gt;&lt;span class=&#39;const&#39;&gt;Alimento&lt;/span&gt;
635
+ &lt;span class=&#39;id identifier rubyid_kcal&#39;&gt;kcal&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;&amp;lt;=&amp;gt;&lt;/span&gt; &lt;span class=&#39;id identifier rubyid_other&#39;&gt;other&lt;/span&gt;&lt;span class=&#39;period&#39;&gt;.&lt;/span&gt;&lt;span class=&#39;id identifier rubyid_kcal&#39;&gt;kcal&lt;/span&gt;
636
+ &lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;</pre>
637
+
638
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
639
+
640
+ <pre> &lt;/td&gt;
641
+ &lt;/tr&gt;</pre>
642
+
643
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
644
+
645
+ <pre> &lt;div class=&quot;method_details &quot;&gt;
646
+ &lt;h3 class=&quot;signature &quot; id=&quot;kcal-instance_method&quot;&gt;
647
+
648
+ #&lt;strong&gt;kcal&lt;/strong&gt; &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt;</pre>
649
+
650
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
651
+
652
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
653
+
654
+ <p>&lt;p&gt;Devuelve el valor energético del alimento según sus
655
+ nutrientes&lt;/p&gt;</p>
656
+
657
+ <pre>&lt;/div&gt;</pre>
658
+
659
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
660
+
661
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
662
+
663
+ <pre>&lt;tr&gt;
664
+ &lt;td&gt;
665
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
666
+
667
+ <p>30 31 32&lt;/pre&gt;</p>
668
+
669
+ <pre>&lt;/td&gt;
670
+ &lt;td&gt;
671
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 30&lt;/span&gt;</pre>
672
+
673
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
674
+ identifier rubyid_kcal&#39;&gt;kcal&lt;/span&gt;</p>
675
+
676
+ <pre>&lt;span class=&#39;lparen&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;ivar&#39;&gt;@proteinas&lt;/span&gt;&lt;span class=&#39;op&#39;&gt;*&lt;/span&gt;&lt;span class=&#39;int&#39;&gt;4&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;+&lt;/span&gt; &lt;span class=&#39;ivar&#39;&gt;@glucidos&lt;/span&gt;&lt;span class=&#39;op&#39;&gt;*&lt;/span&gt;&lt;span class=&#39;int&#39;&gt;4&lt;/span&gt; &lt;span class=&#39;op&#39;&gt;+&lt;/span&gt; &lt;span class=&#39;ivar&#39;&gt;@lipidos&lt;/span&gt;&lt;span class=&#39;op&#39;&gt;*&lt;/span&gt;&lt;span class=&#39;int&#39;&gt;9&lt;/span&gt;&lt;span class=&#39;rparen&#39;&gt;)&lt;/span&gt;</pre>
677
+
678
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
679
+
680
+ <pre> &lt;/td&gt;
681
+ &lt;/tr&gt;</pre>
682
+
683
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
684
+
685
+ <pre> &lt;div class=&quot;method_details &quot;&gt;
686
+ &lt;h3 class=&quot;signature &quot; id=&quot;to_s-instance_method&quot;&gt;
687
+
688
+ #&lt;strong&gt;to_s&lt;/strong&gt; &amp;#x21d2; &lt;tt&gt;Object&lt;/tt&gt;</pre>
689
+
690
+ <p>&lt;/h3&gt;&lt;div class=“docstring”&gt;</p>
691
+
692
+ <pre>&lt;div class=&quot;discussion&quot;&gt;</pre>
693
+
694
+ <p>&lt;p&gt;Devuelve el alimento formateado&lt;/p&gt;</p>
695
+
696
+ <pre>&lt;/div&gt;</pre>
697
+
698
+ <p>&lt;/div&gt; &lt;div class=“tags”&gt;</p>
699
+
700
+ <p>&lt;/div&gt;&lt;table class=“source_code”&gt;</p>
701
+
702
+ <pre>&lt;tr&gt;
703
+ &lt;td&gt;
704
+ &lt;pre class=&quot;lines&quot;&gt;</pre>
705
+
706
+ <p>25 26 27&lt;/pre&gt;</p>
707
+
708
+ <pre>&lt;/td&gt;
709
+ &lt;td&gt;
710
+ &lt;pre class=&quot;code&quot;&gt;&lt;span class=&quot;info file&quot;&gt;# File &#39;lib/alimento/alimento.rb&#39;, line 25&lt;/span&gt;</pre>
711
+
712
+ <p>&lt;span class=&#39;kw&#39;&gt;def&lt;/span&gt; &lt;span class=&#39;id
713
+ identifier rubyid_to_s&#39;&gt;to_s&lt;/span&gt;</p>
714
+
715
+ <pre>&lt;span class=&#39;tstring&#39;&gt;&lt;span class=&#39;tstring_beg&#39;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&#39;tstring_content&#39;&gt;Alimento: &lt;/span&gt;&lt;span class=&#39;embexpr_beg&#39;&gt;#{&lt;/span&gt;&lt;span class=&#39;id identifier rubyid_nombre&#39;&gt;nombre&lt;/span&gt;&lt;span class=&#39;embexpr_end&#39;&gt;}&lt;/span&gt;&lt;span class=&#39;tstring_content&#39;&gt;\n\tProteinas: &lt;/span&gt;&lt;span class=&#39;embexpr_beg&#39;&gt;#{&lt;/span&gt;&lt;span class=&#39;id identifier rubyid_proteinas&#39;&gt;proteinas&lt;/span&gt;&lt;span class=&#39;embexpr_end&#39;&gt;}&lt;/span&gt;&lt;span class=&#39;tstring_content&#39;&gt;\n\tGlucidos: &lt;/span&gt;&lt;span class=&#39;embexpr_beg&#39;&gt;#{&lt;/span&gt;&lt;span class=&#39;id identifier rubyid_glucidos&#39;&gt;glucidos&lt;/span&gt;&lt;span class=&#39;embexpr_end&#39;&gt;}&lt;/span&gt;&lt;span class=&#39;tstring_content&#39;&gt;\n\tLipidos: &lt;/span&gt;&lt;span class=&#39;embexpr_beg&#39;&gt;#{&lt;/span&gt;&lt;span class=&#39;id identifier rubyid_lipidos&#39;&gt;lipidos&lt;/span&gt;&lt;span class=&#39;embexpr_end&#39;&gt;}&lt;/span&gt;&lt;span class=&#39;tstring_end&#39;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;</pre>
716
+
717
+ <p>&lt;span class=&#39;kw&#39;&gt;end&lt;/span&gt;&lt;/pre&gt;</p>
718
+
719
+ <pre> &lt;/td&gt;
720
+ &lt;/tr&gt;</pre>
721
+
722
+ <p>&lt;/table&gt; &lt;/div&gt;</p>
723
+
724
+ <pre>&lt;/div&gt;</pre>
725
+
726
+ <p>&lt;/div&gt;</p>
727
+
728
+ <pre> &lt;div id=&quot;footer&quot;&gt;
729
+ Generated on Fri Nov 17 00:05:17 2017 by
730
+ &lt;a href=&quot;http://yardoc.org&quot; title=&quot;Yay! A Ruby Documentation Tool&quot; target=&quot;_parent&quot;&gt;yard&lt;/a&gt;
731
+ 0.9.9 (ruby-2.3.0).</pre>
732
+
733
+ <p>&lt;/div&gt;</p>
734
+
735
+ <pre> &lt;/div&gt;
736
+ &lt;/body&gt;</pre>
737
+
738
+ <p>&lt;/html&gt;</p>
739
+ </main>
740
+
741
+
742
+
743
+ <footer id="validator-badges" role="contentinfo">
744
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
745
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
746
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
747
+ </footer>
748
+