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,285 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>file.README.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/file.README.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>File: README
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;README&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;file_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
+ &lt;span class=&quot;title&quot;&gt;File: README&lt;/span&gt;</pre>
168
+
169
+ <p>&lt;/div&gt;</p>
170
+
171
+ <pre> &lt;div id=&quot;search&quot;&gt;
172
+
173
+ &lt;a class=&quot;full_list_link&quot; id=&quot;class_list_link&quot;
174
+ href=&quot;class_list.html&quot;&gt;
175
+
176
+ &lt;svg width=&quot;24&quot; height=&quot;24&quot;&gt;
177
+ &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;
178
+ &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;
179
+ &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;
180
+ &lt;/svg&gt;
181
+ &lt;/a&gt;</pre>
182
+
183
+ <p>&lt;/div&gt;</p>
184
+
185
+ <pre> &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
186
+ &lt;/div&gt;
187
+
188
+ &lt;div id=&quot;content&quot;&gt;&lt;div id=&#39;filecontents&#39;&gt;</pre>
189
+
190
+ <p>&lt;h1 id=“label-Alimento”&gt;Alimento&lt;/h1&gt;</p>
191
+
192
+ <p>&lt;p&gt;Welcome to your new gem! In this directory, you&amp;#39;ll find
193
+ the files you need to be able to package up your Ruby library into a gem.
194
+ Put your Ruby code in the file <code>lib/alimento</code>. To experiment
195
+ with that code, run <code>bin/console</code> for an interactive
196
+ prompt.&lt;/p&gt;</p>
197
+
198
+ <p>&lt;p&gt;TODO: Delete this and the text above, and describe your
199
+ gem&lt;/p&gt;</p>
200
+
201
+ <p>&lt;h2 id=“label-Installation”&gt;Installation&lt;/h2&gt;</p>
202
+
203
+ <p>&lt;p&gt;Add this line to your application&amp;#39;s Gemfile:&lt;/p&gt;</p>
204
+
205
+ <p>&lt;pre class=“code ruby”&gt;&lt;code class=“ruby”&gt;&lt;span
206
+ class=&#39;id identifier rubyid_gem&#39;&gt;gem&lt;/span&gt; &lt;span
207
+ class=&#39;tstring&#39;&gt;&lt;span
208
+ class=&#39;tstring_beg&#39;&gt;&amp;#39;&lt;/span&gt;&lt;span
209
+ class=&#39;tstring_content&#39;&gt;alimento&lt;/span&gt;&lt;span
210
+ class=&#39;tstring_end&#39;&gt;&amp;#39;&lt;/span&gt;&lt;/span&gt;
211
+ &lt;/code&gt;&lt;/pre&gt;</p>
212
+
213
+ <p>&lt;p&gt;And then execute:&lt;/p&gt;</p>
214
+
215
+ <p>&lt;pre class=“code ruby”&gt;&lt;code class=“ruby”&gt;$
216
+ bundle&lt;/code&gt;&lt;/pre&gt;</p>
217
+
218
+ <p>&lt;p&gt;Or install it yourself as:&lt;/p&gt;</p>
219
+
220
+ <p>&lt;pre class=“code ruby”&gt;&lt;code class=“ruby”&gt;$ gem install
221
+ alimento&lt;/code&gt;&lt;/pre&gt;</p>
222
+
223
+ <p>&lt;h2 id=“label-Usage”&gt;Usage&lt;/h2&gt;</p>
224
+
225
+ <p>&lt;p&gt;TODO: Write usage instructions here&lt;/p&gt;</p>
226
+
227
+ <p>&lt;h2 id=“label-Development”&gt;Development&lt;/h2&gt;</p>
228
+
229
+ <p>&lt;p&gt;After checking out the repo, run <code>bin/setup</code> to install
230
+ dependencies. Then, run <code>rake spec</code> to run the tests. You can
231
+ also run <code>bin/console</code> for an interactive prompt that will allow
232
+ you to experiment.&lt;/p&gt;</p>
233
+
234
+ <p>&lt;p&gt;To install this gem onto your local machine, run <code>bundle exec
235
+ rake install</code>. To release a new version, update the version number in
236
+ <code>version.rb</code>, and then run <code>bundle exec rake
237
+ release</code>, which will create a git tag for the version, push git
238
+ commits and tags, and push the <code>.gem</code> file to &lt;a href=“<a
239
+ href="https://rubygems.org">rubygems.org</a>.</p">rubygems.org”>rubygems.org</a>.</p</a>&gt;</p>
240
+
241
+ <p>&lt;h2 id=“label-Contributing”&gt;Contributing&lt;/h2&gt;</p>
242
+
243
+ <p>&lt;p&gt;Bug reports and pull requests are welcome on GitHub at &lt;a
244
+ href=“https://github.com/[USERNAME]/alimento”>github.com/[USERNAME]/alimento</a&gt;.
245
+ This project is intended to be a safe, welcoming space for collaboration,
246
+ and contributors are expected to adhere to the &lt;a href=&quot;<a
247
+ href="http://contributor-covenant.org">Contributor“>contributor-covenant.org”>Contributor</a>
248
+ Covenant&lt;/a&gt; code of conduct.&lt;/p&gt;</p>
249
+
250
+ <p>&lt;h2 id=“label-License”&gt;License&lt;/h2&gt;</p>
251
+
252
+ <p>&lt;p&gt;The gem is available as open source under the terms of the &lt;a
253
+ href=“<a
254
+ href="http://opensource.org/licenses/MIT">MIT”>opensource.org/licenses/MIT“>MIT</a>
255
+ License&lt;/a&gt;.&lt;/p&gt;</p>
256
+
257
+ <p>&lt;h2 id=“label-Code+of+Conduct”&gt;Code of Conduct&lt;/h2&gt;</p>
258
+
259
+ <p>&lt;p&gt;Everyone interacting in the <a
260
+ href="../Alimento.html">Alimento</a> project’s codebases, issue trackers,
261
+ chat rooms and mailing lists is expected to follow the of
262
+ conduct[https://github.com/[USERNAME]/alimento/blob/master/CODE_OF_CONDUCT.md].</p&gt;
263
+ &lt;/div&gt;&lt;/div&gt;</p>
264
+
265
+ <pre> &lt;div id=&quot;footer&quot;&gt;
266
+ Generated on Fri Nov 17 00:05:17 2017 by
267
+ &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;
268
+ 0.9.9 (ruby-2.3.0).</pre>
269
+
270
+ <p>&lt;/div&gt;</p>
271
+
272
+ <pre> &lt;/div&gt;
273
+ &lt;/body&gt;</pre>
274
+
275
+ <p>&lt;/html&gt;</p>
276
+ </main>
277
+
278
+
279
+
280
+ <footer id="validator-badges" role="contentinfo">
281
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
282
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
283
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
284
+ </footer>
285
+
@@ -0,0 +1,185 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>file_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/file_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;File 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;File 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;file&quot;&gt;
166
+
167
+ &lt;li id=&quot;object_README&quot; class=&quot;odd&quot;&gt;
168
+ &lt;div class=&quot;item&quot;&gt;&lt;span class=&quot;object_link&quot;&gt;&lt;a href=&quot;index.html&quot; title=&quot;README&quot;&gt;README&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
169
+ &lt;/li&gt;
170
+
171
+ &lt;/ul&gt;
172
+ &lt;/div&gt;
173
+ &lt;/body&gt;</pre>
174
+
175
+ <p>&lt;/html&gt;</p>
176
+ </main>
177
+
178
+
179
+
180
+ <footer id="validator-badges" role="contentinfo">
181
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
182
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
183
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
184
+ </footer>
185
+
@@ -0,0 +1,153 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>frames.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/frames.html">
124
+
125
+ <p>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt;</p>
126
+
127
+ <pre>&lt;meta charset=&quot;utf-8&quot;&gt;
128
+ &lt;title&gt;Documentation by YARD 0.9.9&lt;/title&gt;</pre>
129
+
130
+ <p>&lt;/head&gt; &lt;script type=“text/javascript” charset=“utf-8”&gt;</p>
131
+
132
+ <pre class="ruby"><span class="ruby-identifier">var</span> <span class="ruby-identifier">match</span> = <span class="ruby-identifier">unescape</span>(<span class="ruby-identifier">window</span>.<span class="ruby-identifier">location</span>.<span class="ruby-identifier">hash</span>).<span class="ruby-identifier">match</span>(<span class="ruby-node">/^#!(.+)/</span>);
133
+ <span class="ruby-identifier">var</span> <span class="ruby-identifier">name</span> = <span class="ruby-identifier">match</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">match</span>[<span class="ruby-value">1</span>] <span class="ruby-operator">:</span> <span class="ruby-string">&#39;index.html&#39;</span>;
134
+ <span class="ruby-identifier">name</span> = <span class="ruby-identifier">name</span>.<span class="ruby-identifier">replace</span>(<span class="ruby-regexp">/^(\w+):\/\//</span>, <span class="ruby-string">&#39;&#39;</span>).<span class="ruby-identifier">replace</span>(<span class="ruby-regexp">/^\/\//</span>, <span class="ruby-string">&#39;&#39;</span>);
135
+ <span class="ruby-identifier">window</span>.<span class="ruby-identifier">top</span>.<span class="ruby-identifier">location</span> = <span class="ruby-identifier">name</span>;
136
+ </pre>
137
+
138
+ <p>&lt;/script&gt; &lt;noscript&gt;</p>
139
+
140
+ <pre>&lt;h1&gt;Oops!&lt;/h1&gt;
141
+ &lt;h2&gt;YARD requires JavaScript!&lt;/h2&gt;</pre>
142
+
143
+ <p>&lt;/noscript&gt; &lt;/html&gt;</p>
144
+ </main>
145
+
146
+
147
+
148
+ <footer id="validator-badges" role="contentinfo">
149
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
150
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
151
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
152
+ </footer>
153
+