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,328 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>method_list.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/method_list.html">
124
+
125
+ <p>&lt;!DOCTYPE html&gt; &lt;html&gt;</p>
126
+
127
+ <pre>&lt;head&gt;
128
+ &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
129
+ &lt;meta charset=&quot;utf-8&quot; /&gt;
130
+
131
+ &lt;link rel=&quot;stylesheet&quot; href=&quot;css/full_list.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
132
+
133
+ &lt;link rel=&quot;stylesheet&quot; href=&quot;css/common.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
134
+
135
+ &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot; src=&quot;js/jquery.js&quot;&gt;&lt;/script&gt;
136
+
137
+ &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot; src=&quot;js/full_list.js&quot;&gt;&lt;/script&gt;
138
+
139
+ &lt;title&gt;Method List&lt;/title&gt;
140
+ &lt;base id=&quot;base_target&quot; target=&quot;_parent&quot; /&gt;
141
+ &lt;/head&gt;
142
+ &lt;body&gt;
143
+ &lt;div id=&quot;content&quot;&gt;
144
+ &lt;div class=&quot;fixed_header&quot;&gt;
145
+ &lt;h1 id=&quot;full_list_header&quot;&gt;Method List&lt;/h1&gt;
146
+ &lt;div id=&quot;full_list_nav&quot;&gt;
147
+
148
+ &lt;span&gt;&lt;a target=&quot;_self&quot; href=&quot;class_list.html&quot;&gt;
149
+ Classes
150
+ &lt;/a&gt;&lt;/span&gt;
151
+
152
+ &lt;span&gt;&lt;a target=&quot;_self&quot; href=&quot;method_list.html&quot;&gt;
153
+ Methods
154
+ &lt;/a&gt;&lt;/span&gt;
155
+
156
+ &lt;span&gt;&lt;a target=&quot;_self&quot; href=&quot;file_list.html&quot;&gt;
157
+ Files
158
+ &lt;/a&gt;&lt;/span&gt;
159
+
160
+ &lt;/div&gt;
161
+
162
+ &lt;div id=&quot;search&quot;&gt;Search: &lt;input type=&quot;text&quot; /&gt;&lt;/div&gt;
163
+ &lt;/div&gt;
164
+
165
+ &lt;ul id=&quot;full_list&quot; class=&quot;method&quot;&gt;
166
+
167
+ &lt;li class=&quot;odd &quot;&gt;
168
+ &lt;div class=&quot;item&quot;&gt;
169
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#&lt;=&gt;-instance_method&quot; title=&quot;Alimento::Alimento#&amp;lt;=&amp;gt; (method)&quot;&gt;#&amp;lt;=&amp;gt;&lt;/a&gt;&lt;/span&gt;
170
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
171
+ &lt;/div&gt;
172
+ &lt;/li&gt;
173
+
174
+ &lt;li class=&quot;even &quot;&gt;
175
+ &lt;div class=&quot;item&quot;&gt;
176
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Nodo.html#anterior-instance_method&quot; title=&quot;Alimento::Nodo#anterior (method)&quot;&gt;#anterior&lt;/a&gt;&lt;/span&gt;
177
+ &lt;small&gt;Alimento::Nodo&lt;/small&gt;
178
+ &lt;/div&gt;
179
+ &lt;/li&gt;
180
+
181
+ &lt;li class=&quot;odd &quot;&gt;
182
+ &lt;div class=&quot;item&quot;&gt;
183
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#each-instance_method&quot; title=&quot;Alimento::Lista#each (method)&quot;&gt;#each&lt;/a&gt;&lt;/span&gt;
184
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
185
+ &lt;/div&gt;
186
+ &lt;/li&gt;
187
+
188
+ &lt;li class=&quot;even &quot;&gt;
189
+ &lt;div class=&quot;item&quot;&gt;
190
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#glucidos-instance_method&quot; title=&quot;Alimento::Alimento#glucidos (method)&quot;&gt;#glucidos&lt;/a&gt;&lt;/span&gt;
191
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
192
+ &lt;/div&gt;
193
+ &lt;/li&gt;
194
+
195
+ &lt;li class=&quot;odd &quot;&gt;
196
+ &lt;div class=&quot;item&quot;&gt;
197
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/GrupoAlimentos.html#grupo-instance_method&quot; title=&quot;Alimento::GrupoAlimentos#grupo (method)&quot;&gt;#grupo&lt;/a&gt;&lt;/span&gt;
198
+ &lt;small&gt;Alimento::GrupoAlimentos&lt;/small&gt;
199
+ &lt;/div&gt;
200
+ &lt;/li&gt;
201
+
202
+ &lt;li class=&quot;even &quot;&gt;
203
+ &lt;div class=&quot;item&quot;&gt;
204
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#head-instance_method&quot; title=&quot;Alimento::Lista#head (method)&quot;&gt;#head&lt;/a&gt;&lt;/span&gt;
205
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
206
+ &lt;/div&gt;
207
+ &lt;/li&gt;
208
+
209
+ &lt;li class=&quot;odd &quot;&gt;
210
+ &lt;div class=&quot;item&quot;&gt;
211
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#head_out-instance_method&quot; title=&quot;Alimento::Lista#head_out (method)&quot;&gt;#head_out&lt;/a&gt;&lt;/span&gt;
212
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
213
+ &lt;/div&gt;
214
+ &lt;/li&gt;
215
+
216
+ &lt;li class=&quot;even &quot;&gt;
217
+ &lt;div class=&quot;item&quot;&gt;
218
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#initialize-instance_method&quot; title=&quot;Alimento::Lista#initialize (method)&quot;&gt;#initialize&lt;/a&gt;&lt;/span&gt;
219
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
220
+ &lt;/div&gt;
221
+ &lt;/li&gt;
222
+
223
+ &lt;li class=&quot;odd &quot;&gt;
224
+ &lt;div class=&quot;item&quot;&gt;
225
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#initialize-instance_method&quot; title=&quot;Alimento::Alimento#initialize (method)&quot;&gt;#initialize&lt;/a&gt;&lt;/span&gt;
226
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
227
+ &lt;/div&gt;
228
+ &lt;/li&gt;
229
+
230
+ &lt;li class=&quot;even &quot;&gt;
231
+ &lt;div class=&quot;item&quot;&gt;
232
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/GrupoAlimentos.html#initialize-instance_method&quot; title=&quot;Alimento::GrupoAlimentos#initialize (method)&quot;&gt;#initialize&lt;/a&gt;&lt;/span&gt;
233
+ &lt;small&gt;Alimento::GrupoAlimentos&lt;/small&gt;
234
+ &lt;/div&gt;
235
+ &lt;/li&gt;
236
+
237
+ &lt;li class=&quot;odd &quot;&gt;
238
+ &lt;div class=&quot;item&quot;&gt;
239
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#insert-instance_method&quot; title=&quot;Alimento::Lista#insert (method)&quot;&gt;#insert&lt;/a&gt;&lt;/span&gt;
240
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
241
+ &lt;/div&gt;
242
+ &lt;/li&gt;
243
+
244
+ &lt;li class=&quot;even &quot;&gt;
245
+ &lt;div class=&quot;item&quot;&gt;
246
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#kcal-instance_method&quot; title=&quot;Alimento::Alimento#kcal (method)&quot;&gt;#kcal&lt;/a&gt;&lt;/span&gt;
247
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
248
+ &lt;/div&gt;
249
+ &lt;/li&gt;
250
+
251
+ &lt;li class=&quot;odd &quot;&gt;
252
+ &lt;div class=&quot;item&quot;&gt;
253
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#lipidos-instance_method&quot; title=&quot;Alimento::Alimento#lipidos (method)&quot;&gt;#lipidos&lt;/a&gt;&lt;/span&gt;
254
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
255
+ &lt;/div&gt;
256
+ &lt;/li&gt;
257
+
258
+ &lt;li class=&quot;even &quot;&gt;
259
+ &lt;div class=&quot;item&quot;&gt;
260
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#nombre-instance_method&quot; title=&quot;Alimento::Alimento#nombre (method)&quot;&gt;#nombre&lt;/a&gt;&lt;/span&gt;
261
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
262
+ &lt;/div&gt;
263
+ &lt;/li&gt;
264
+
265
+ &lt;li class=&quot;odd &quot;&gt;
266
+ &lt;div class=&quot;item&quot;&gt;
267
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#proteinas-instance_method&quot; title=&quot;Alimento::Alimento#proteinas (method)&quot;&gt;#proteinas&lt;/a&gt;&lt;/span&gt;
268
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
269
+ &lt;/div&gt;
270
+ &lt;/li&gt;
271
+
272
+ &lt;li class=&quot;even &quot;&gt;
273
+ &lt;div class=&quot;item&quot;&gt;
274
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Nodo.html#siguiente-instance_method&quot; title=&quot;Alimento::Nodo#siguiente (method)&quot;&gt;#siguiente&lt;/a&gt;&lt;/span&gt;
275
+ &lt;small&gt;Alimento::Nodo&lt;/small&gt;
276
+ &lt;/div&gt;
277
+ &lt;/li&gt;
278
+
279
+ &lt;li class=&quot;odd &quot;&gt;
280
+ &lt;div class=&quot;item&quot;&gt;
281
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#tail-instance_method&quot; title=&quot;Alimento::Lista#tail (method)&quot;&gt;#tail&lt;/a&gt;&lt;/span&gt;
282
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
283
+ &lt;/div&gt;
284
+ &lt;/li&gt;
285
+
286
+ &lt;li class=&quot;even &quot;&gt;
287
+ &lt;div class=&quot;item&quot;&gt;
288
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Lista.html#tail_out-instance_method&quot; title=&quot;Alimento::Lista#tail_out (method)&quot;&gt;#tail_out&lt;/a&gt;&lt;/span&gt;
289
+ &lt;small&gt;Alimento::Lista&lt;/small&gt;
290
+ &lt;/div&gt;
291
+ &lt;/li&gt;
292
+
293
+ &lt;li class=&quot;odd &quot;&gt;
294
+ &lt;div class=&quot;item&quot;&gt;
295
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Alimento.html#to_s-instance_method&quot; title=&quot;Alimento::Alimento#to_s (method)&quot;&gt;#to_s&lt;/a&gt;&lt;/span&gt;
296
+ &lt;small&gt;Alimento::Alimento&lt;/small&gt;
297
+ &lt;/div&gt;
298
+ &lt;/li&gt;
299
+
300
+ &lt;li class=&quot;even &quot;&gt;
301
+ &lt;div class=&quot;item&quot;&gt;
302
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/GrupoAlimentos.html#to_s-instance_method&quot; title=&quot;Alimento::GrupoAlimentos#to_s (method)&quot;&gt;#to_s&lt;/a&gt;&lt;/span&gt;
303
+ &lt;small&gt;Alimento::GrupoAlimentos&lt;/small&gt;
304
+ &lt;/div&gt;
305
+ &lt;/li&gt;
306
+
307
+ &lt;li class=&quot;odd &quot;&gt;
308
+ &lt;div class=&quot;item&quot;&gt;
309
+ &lt;span class=&#39;object_link&#39;&gt;&lt;a href=&quot;Alimento/Nodo.html#valor-instance_method&quot; title=&quot;Alimento::Nodo#valor (method)&quot;&gt;#valor&lt;/a&gt;&lt;/span&gt;
310
+ &lt;small&gt;Alimento::Nodo&lt;/small&gt;
311
+ &lt;/div&gt;
312
+ &lt;/li&gt;
313
+
314
+ &lt;/ul&gt;
315
+ &lt;/div&gt;
316
+ &lt;/body&gt;</pre>
317
+
318
+ <p>&lt;/html&gt;</p>
319
+ </main>
320
+
321
+
322
+
323
+ <footer id="validator-badges" role="contentinfo">
324
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
325
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
326
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
327
+ </footer>
328
+
@@ -0,0 +1,223 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>top-level-namespace.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/top-level-namespace.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>Top Level Namespace
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;&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&lt;/a&gt; &amp;raquo;
167
+
168
+ &lt;span class=&quot;title&quot;&gt;Top Level Namespace&lt;/span&gt;</pre>
169
+
170
+ <p>&lt;/div&gt;</p>
171
+
172
+ <pre> &lt;div id=&quot;search&quot;&gt;
173
+
174
+ &lt;a class=&quot;full_list_link&quot; id=&quot;class_list_link&quot;
175
+ href=&quot;class_list.html&quot;&gt;
176
+
177
+ &lt;svg width=&quot;24&quot; height=&quot;24&quot;&gt;
178
+ &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;
179
+ &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;
180
+ &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;
181
+ &lt;/svg&gt;
182
+ &lt;/a&gt;</pre>
183
+
184
+ <p>&lt;/div&gt;</p>
185
+
186
+ <pre> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
187
+ &lt;/div&gt;
188
+
189
+ &lt;div id=&quot;content&quot;&gt;&lt;h1&gt;Top Level Namespace</pre>
190
+
191
+ <p>&lt;/h1&gt; &lt;div class=“box_info”&gt;</p>
192
+
193
+ <p>&lt;/div&gt;</p>
194
+
195
+ <p>&lt;h2&gt;Defined Under Namespace&lt;/h2&gt; &lt;p class=“children”&gt;</p>
196
+
197
+ <pre>&lt;strong class=&quot;modules&quot;&gt;Modules:&lt;/strong&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;</pre>
198
+
199
+ <p>&lt;/p&gt;</p>
200
+
201
+ <p>&lt;/div&gt;</p>
202
+
203
+ <pre> &lt;div id=&quot;footer&quot;&gt;
204
+ Generated on Fri Nov 17 00:05:17 2017 by
205
+ &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;
206
+ 0.9.9 (ruby-2.3.0).</pre>
207
+
208
+ <p>&lt;/div&gt;</p>
209
+
210
+ <pre> &lt;/div&gt;
211
+ &lt;/body&gt;</pre>
212
+
213
+ <p>&lt;/html&gt;</p>
214
+ </main>
215
+
216
+
217
+
218
+ <footer id="validator-badges" role="contentinfo">
219
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
220
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
221
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
222
+ </footer>
223
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file