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,130 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module Alimento - 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="module">
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="class-metadata">
56
+
57
+
58
+
59
+
60
+
61
+ </div>
62
+ </nav>
63
+
64
+ <main role="main" aria-labelledby="module-Alimento">
65
+ <h1 id="module-Alimento" class="module">
66
+ module Alimento
67
+ </h1>
68
+
69
+ <section class="description">
70
+
71
+ <p>encoding: utf-8 Módulo creado para representar un <a
72
+ href="Alimento/Alimento.html">Alimento</a> y sus nutrientes para las
73
+ prácticas de Lenguajes y Paradigmas de Programación</p>
74
+ <dl class="rdoc-list note-list"><dt>Author
75
+ <dd>
76
+ <p>David de León (<a
77
+ href="mailto:alu0100965667@ull.edu.es">alu0100965667@ull.edu.es</a>)</p>
78
+ </dd><dt>Copyright
79
+ <dd>
80
+ <p>Cretive Commons</p>
81
+ </dd><dt>License
82
+ <dd>
83
+ <p>Distributes under the same terms as Ruby</p>
84
+ </dd></dl>
85
+
86
+ </section>
87
+
88
+
89
+
90
+
91
+ <section id="5Buntitled-5D" class="documentation-section">
92
+
93
+
94
+
95
+
96
+
97
+ <section class="constants-list">
98
+ <header>
99
+ <h3>Constants</h3>
100
+ </header>
101
+ <dl>
102
+
103
+ <dt id="Nodo">Nodo
104
+
105
+ <dd><p>Clase que representa a un <a href="Alimento.html#Nodo">Nodo</a> de una
106
+ lista doblemente enlazada</p>
107
+
108
+
109
+ <dt id="VERSION">VERSION
110
+
111
+ <dd><p>Constante <a href="Alimento.html#VERSION">VERSION</a></p>
112
+
113
+
114
+ </dl>
115
+ </section>
116
+
117
+
118
+
119
+
120
+
121
+ </section>
122
+ </main>
123
+
124
+
125
+ <footer id="validator-badges" role="contentinfo">
126
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
127
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
128
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
129
+ </footer>
130
+
@@ -0,0 +1,233 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>CODE_OF_CONDUCT - 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
+ <div class="nav-section">
55
+ <h3>Table of Contents</h3>
56
+
57
+ <ul class="link-list" role="directory">
58
+ <li><a href="#label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct</a>
59
+ <li><a href="#label-Our+Pledge">Our Pledge</a>
60
+ <li><a href="#label-Our+Standards">Our Standards</a>
61
+ <li><a href="#label-Our+Responsibilities">Our Responsibilities</a>
62
+ <li><a href="#label-Scope">Scope</a>
63
+ <li><a href="#label-Enforcement">Enforcement</a>
64
+ <li><a href="#label-Attribution">Attribution</a>
65
+ </ul>
66
+ </div>
67
+
68
+
69
+ <div id="project-metadata">
70
+ <div id="fileindex-section" class="nav-section">
71
+ <h3>Pages</h3>
72
+
73
+ <ul class="link-list">
74
+
75
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
76
+
77
+ <li><a href="./Gemfile.html">Gemfile</a>
78
+
79
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
80
+
81
+ <li><a href="./Guardfile.html">Guardfile</a>
82
+
83
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
84
+
85
+ <li><a href="./README_md.html">README</a>
86
+
87
+ <li><a href="./Rakefile.html">Rakefile</a>
88
+
89
+ <li><a href="./alimento_gemspec.html">alimento.gemspec</a>
90
+
91
+ <li><a href="./bin/setup.html">setup</a>
92
+
93
+ <li><a href="./docs/Alimento_html.html">Alimento.html</a>
94
+
95
+ <li><a href="./docs/Alimento/Alimento_html.html">Alimento.html</a>
96
+
97
+ <li><a href="./docs/Alimento/GrupoAlimentos_html.html">GrupoAlimentos.html</a>
98
+
99
+ <li><a href="./docs/Alimento/Lista_html.html">Lista.html</a>
100
+
101
+ <li><a href="./docs/Alimento/Nodo_html.html">Nodo.html</a>
102
+
103
+ <li><a href="./docs/_index_html.html">_index.html</a>
104
+
105
+ <li><a href="./docs/class_list_html.html">class_list.html</a>
106
+
107
+ <li><a href="./docs/css/common_css.html">common.css</a>
108
+
109
+ <li><a href="./docs/css/full_list_css.html">full_list.css</a>
110
+
111
+ <li><a href="./docs/css/style_css.html">style.css</a>
112
+
113
+ <li><a href="./docs/file_README_html.html">file.README.html</a>
114
+
115
+ <li><a href="./docs/file_list_html.html">file_list.html</a>
116
+
117
+ <li><a href="./docs/frames_html.html">frames.html</a>
118
+
119
+ <li><a href="./docs/index_html.html">index.html</a>
120
+
121
+ <li><a href="./docs/js/app_js.html">app.js</a>
122
+
123
+ <li><a href="./docs/js/full_list_js.html">full_list.js</a>
124
+
125
+ <li><a href="./docs/js/jquery_js.html">jquery.js</a>
126
+
127
+ <li><a href="./docs/method_list_html.html">method_list.html</a>
128
+
129
+ <li><a href="./docs/top-level-namespace_html.html">top-level-namespace.html</a>
130
+
131
+ </ul>
132
+ </div>
133
+
134
+ </div>
135
+ </nav>
136
+
137
+ <main role="main" aria-label="Page CODE_OF_CONDUCT.md">
138
+
139
+ <h1 id="label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct<span><a href="#label-Contributor+Covenant+Code+of+Conduct">&para;</a> <a href="#top">&uarr;</a></span></h1>
140
+
141
+ <h2 id="label-Our+Pledge">Our Pledge<span><a href="#label-Our+Pledge">&para;</a> <a href="#top">&uarr;</a></span></h2>
142
+
143
+ <p>In the interest of fostering an open and welcoming environment, we as
144
+ contributors and maintainers pledge to making participation in our project
145
+ and our community a harassment-free experience for everyone, regardless of
146
+ age, body size, disability, ethnicity, gender identity and expression,
147
+ level of experience, nationality, personal appearance, race, religion, or
148
+ sexual identity and orientation.</p>
149
+
150
+ <h2 id="label-Our+Standards">Our Standards<span><a href="#label-Our+Standards">&para;</a> <a href="#top">&uarr;</a></span></h2>
151
+
152
+ <p>Examples of behavior that contributes to creating a positive environment
153
+ include:</p>
154
+ <ul><li>
155
+ <p>Using welcoming and inclusive language</p>
156
+ </li><li>
157
+ <p>Being respectful of differing viewpoints and experiences</p>
158
+ </li><li>
159
+ <p>Gracefully accepting constructive criticism</p>
160
+ </li><li>
161
+ <p>Focusing on what is best for the community</p>
162
+ </li><li>
163
+ <p>Showing empathy towards other community members</p>
164
+ </li></ul>
165
+
166
+ <p>Examples of unacceptable behavior by participants include:</p>
167
+ <ul><li>
168
+ <p>The use of sexualized language or imagery and unwelcome sexual attention or
169
+ advances</p>
170
+ </li><li>
171
+ <p>Trolling, insulting/derogatory comments, and personal or political attacks</p>
172
+ </li><li>
173
+ <p>Public or private harassment</p>
174
+ </li><li>
175
+ <p>Publishing others&#39; private information, such as a physical or
176
+ electronic address, without explicit permission</p>
177
+ </li><li>
178
+ <p>Other conduct which could reasonably be considered inappropriate in a
179
+ professional setting</p>
180
+ </li></ul>
181
+
182
+ <h2 id="label-Our+Responsibilities">Our Responsibilities<span><a href="#label-Our+Responsibilities">&para;</a> <a href="#top">&uarr;</a></span></h2>
183
+
184
+ <p>Project maintainers are responsible for clarifying the standards of
185
+ acceptable behavior and are expected to take appropriate and fair
186
+ corrective action in response to any instances of unacceptable behavior.</p>
187
+
188
+ <p>Project maintainers have the right and responsibility to remove, edit, or
189
+ reject comments, commits, code, wiki edits, issues, and other contributions
190
+ that are not aligned to this Code of Conduct, or to ban temporarily or
191
+ permanently any contributor for other behaviors that they deem
192
+ inappropriate, threatening, offensive, or harmful.</p>
193
+
194
+ <h2 id="label-Scope">Scope<span><a href="#label-Scope">&para;</a> <a href="#top">&uarr;</a></span></h2>
195
+
196
+ <p>This Code of Conduct applies both within project spaces and in public
197
+ spaces when an individual is representing the project or its community.
198
+ Examples of representing a project or community include using an official
199
+ project e-mail address, posting via an official social media account, or
200
+ acting as an appointed representative at an online or offline event.
201
+ Representation of a project may be further defined and clarified by project
202
+ maintainers.</p>
203
+
204
+ <h2 id="label-Enforcement">Enforcement<span><a href="#label-Enforcement">&para;</a> <a href="#top">&uarr;</a></span></h2>
205
+
206
+ <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
207
+ reported by contacting the project team at xdxrovied@gmail.com. All
208
+ complaints will be reviewed and investigated and will result in a response
209
+ that is deemed necessary and appropriate to the circumstances. The project
210
+ team is obligated to maintain confidentiality with regard to the reporter
211
+ of an incident. Further details of specific enforcement policies may be
212
+ posted separately.</p>
213
+
214
+ <p>Project maintainers who do not follow or enforce the Code of Conduct in
215
+ good faith may face temporary or permanent repercussions as determined by
216
+ other members of the project&#39;s leadership.</p>
217
+
218
+ <h2 id="label-Attribution">Attribution<span><a href="#label-Attribution">&para;</a> <a href="#top">&uarr;</a></span></h2>
219
+
220
+ <p>This Code of Conduct is adapted from the <a
221
+ href="http://contributor-covenant.org">Contributor Covenant</a>, version
222
+ 1.4, available at <a
223
+ href="http://contributor-covenant.org/version/1/4/">contributor-covenant.org/version/1/4</a></p>
224
+ </main>
225
+
226
+
227
+
228
+ <footer id="validator-badges" role="contentinfo">
229
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
230
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
231
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
232
+ </footer>
233
+
data/docs/Gemfile.html ADDED
@@ -0,0 +1,141 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile - 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 Gemfile">
124
+
125
+ <p>source “<a href="https://rubygems.org">rubygems.org</a>”</p>
126
+
127
+ <p>git_source(:github) {|repo_name| “<a
128
+ href="https://github.com/#{repo_name">github.com/#{repo_name</a>}” }</p>
129
+
130
+ <p># Specify your gem&#39;s dependencies in <a
131
+ href="alimento_gemspec.html">alimento.gemspec</a> gemspec</p>
132
+ </main>
133
+
134
+
135
+
136
+ <footer id="validator-badges" role="contentinfo">
137
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
138
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
139
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
140
+ </footer>
141
+