pract06 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +5 -0
- data/Documentacion_rdoc/Datos.html +96 -0
- data/Documentacion_rdoc/Dieta.html +647 -0
- data/Documentacion_rdoc/Edad.html +311 -0
- data/Documentacion_rdoc/Gemfile.html +93 -0
- data/Documentacion_rdoc/Gemfile_lock.html +175 -0
- data/Documentacion_rdoc/Lse.html +679 -0
- data/Documentacion_rdoc/Menu_alimentos.html +312 -0
- data/Documentacion_rdoc/Object.html +182 -0
- data/Documentacion_rdoc/Pract06.html +110 -0
- data/Documentacion_rdoc/Pract08.html +110 -0
- data/Documentacion_rdoc/Pract09.html +110 -0
- data/Documentacion_rdoc/README_md.html +123 -0
- data/Documentacion_rdoc/Rakefile.html +94 -0
- data/Documentacion_rdoc/created.rid +13 -0
- data/Documentacion_rdoc/css/fonts.css +167 -0
- data/Documentacion_rdoc/css/rdoc.css +590 -0
- data/Documentacion_rdoc/fonts/Lato-Light.ttf +0 -0
- data/Documentacion_rdoc/fonts/Lato-LightItalic.ttf +0 -0
- data/Documentacion_rdoc/fonts/Lato-Regular.ttf +0 -0
- data/Documentacion_rdoc/fonts/Lato-RegularItalic.ttf +0 -0
- data/Documentacion_rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/Documentacion_rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/Documentacion_rdoc/images/add.png +0 -0
- data/Documentacion_rdoc/images/arrow_up.png +0 -0
- data/Documentacion_rdoc/images/brick.png +0 -0
- data/Documentacion_rdoc/images/brick_link.png +0 -0
- data/Documentacion_rdoc/images/bug.png +0 -0
- data/Documentacion_rdoc/images/bullet_black.png +0 -0
- data/Documentacion_rdoc/images/bullet_toggle_minus.png +0 -0
- data/Documentacion_rdoc/images/bullet_toggle_plus.png +0 -0
- data/Documentacion_rdoc/images/date.png +0 -0
- data/Documentacion_rdoc/images/delete.png +0 -0
- data/Documentacion_rdoc/images/find.png +0 -0
- data/Documentacion_rdoc/images/loadingAnimation.gif +0 -0
- data/Documentacion_rdoc/images/macFFBgHack.png +0 -0
- data/Documentacion_rdoc/images/package.png +0 -0
- data/Documentacion_rdoc/images/page_green.png +0 -0
- data/Documentacion_rdoc/images/page_white_text.png +0 -0
- data/Documentacion_rdoc/images/page_white_width.png +0 -0
- data/Documentacion_rdoc/images/plugin.png +0 -0
- data/Documentacion_rdoc/images/ruby.png +0 -0
- data/Documentacion_rdoc/images/tag_blue.png +0 -0
- data/Documentacion_rdoc/images/tag_green.png +0 -0
- data/Documentacion_rdoc/images/transparent.png +0 -0
- data/Documentacion_rdoc/images/wrench.png +0 -0
- data/Documentacion_rdoc/images/wrench_orange.png +0 -0
- data/Documentacion_rdoc/images/zoom.png +0 -0
- data/Documentacion_rdoc/index.html +135 -0
- data/Documentacion_rdoc/js/darkfish.js +161 -0
- data/Documentacion_rdoc/js/jquery.js +4 -0
- data/Documentacion_rdoc/js/navigation.js +142 -0
- data/Documentacion_rdoc/js/navigation.js.gz +0 -0
- data/Documentacion_rdoc/js/search.js +109 -0
- data/Documentacion_rdoc/js/search_index.js +1 -0
- data/Documentacion_rdoc/js/search_index.js.gz +0 -0
- data/Documentacion_rdoc/js/searcher.js +229 -0
- data/Documentacion_rdoc/js/searcher.js.gz +0 -0
- data/Documentacion_rdoc/pract06_gemspec.html +127 -0
- data/Documentacion_rdoc/table_of_contents.html +248 -0
- data/Gemfile +4 -0
- data/Guardfile +82 -0
- data/README.md +19 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/pract06.rb +16 -0
- data/lib/pract06/Dieta.rb +122 -0
- data/lib/pract06/menu.rb +164 -0
- data/lib/pract06/menu_dieta.rb +162 -0
- data/lib/pract06/version.rb +15 -0
- data/pract06.gemspec +39 -0
- metadata +201 -0
@@ -0,0 +1,311 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class Edad - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
<body id="top" role="document" class="class">
|
23
|
+
<nav role="navigation">
|
24
|
+
<div id="project-navigation">
|
25
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
26
|
+
<h2>
|
27
|
+
<a href="./index.html" rel="home">Home</a>
|
28
|
+
</h2>
|
29
|
+
|
30
|
+
<div id="table-of-contents-navigation">
|
31
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
32
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
33
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
38
|
+
<form action="#" method="get" accept-charset="utf-8">
|
39
|
+
<div id="search-field-wrapper">
|
40
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
41
|
+
aria-autocomplete="list" aria-controls="search-results"
|
42
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
43
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<ul id="search-results" aria-label="Search Results"
|
47
|
+
aria-busy="false" aria-expanded="false"
|
48
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
49
|
+
</form>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
<div id="class-metadata">
|
57
|
+
|
58
|
+
<div id="parent-class-section" class="nav-section">
|
59
|
+
<h3>Parent</h3>
|
60
|
+
|
61
|
+
|
62
|
+
<p class="link"><a href="Dieta.html">Dieta</a>
|
63
|
+
|
64
|
+
</div>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
<!-- Method Quickref -->
|
69
|
+
<div id="method-list-section" class="nav-section">
|
70
|
+
<h3>Methods</h3>
|
71
|
+
|
72
|
+
<ul class="link-list" role="directory">
|
73
|
+
|
74
|
+
<li class="calls-super" ><a href="#method-c-new">::new</a>
|
75
|
+
|
76
|
+
<li class="calls-super" ><a href="#method-i-3C-3C">#<<</a>
|
77
|
+
|
78
|
+
<li ><a href="#method-i-3C-3D-3E">#<=></a>
|
79
|
+
|
80
|
+
<li ><a href="#method-i-change_edad">#change_edad</a>
|
81
|
+
|
82
|
+
</ul>
|
83
|
+
</div>
|
84
|
+
|
85
|
+
</div>
|
86
|
+
</nav>
|
87
|
+
|
88
|
+
<main role="main" aria-labelledby="class-Edad">
|
89
|
+
<h1 id="class-Edad" class="class">
|
90
|
+
class Edad
|
91
|
+
</h1>
|
92
|
+
|
93
|
+
<section class="description">
|
94
|
+
|
95
|
+
<p>CLASE DE GRUPO BASADA EN EDAD</p>
|
96
|
+
|
97
|
+
</section>
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
<section class="attribute-method-details" class="method-section">
|
111
|
+
<header>
|
112
|
+
<h3>Attributes</h3>
|
113
|
+
</header>
|
114
|
+
|
115
|
+
|
116
|
+
<div id="attribute-i-edad" class="method-detail">
|
117
|
+
<div class="method-heading attribute-method-heading">
|
118
|
+
<span class="method-name">edad</span><span
|
119
|
+
class="attribute-access-type">[R]</span>
|
120
|
+
</div>
|
121
|
+
|
122
|
+
<div class="method-description">
|
123
|
+
|
124
|
+
<p>Metodo de acceso a al variable de instancia</p>
|
125
|
+
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
|
129
|
+
</section>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
134
|
+
<header>
|
135
|
+
<h3>Public Class Methods</h3>
|
136
|
+
</header>
|
137
|
+
|
138
|
+
|
139
|
+
<div id="method-c-new" class="method-detail ">
|
140
|
+
|
141
|
+
<div class="method-heading">
|
142
|
+
<span class="method-name">new</span><span
|
143
|
+
class="method-args">(edad)</span>
|
144
|
+
|
145
|
+
<span class="method-click-advice">click to toggle source</span>
|
146
|
+
|
147
|
+
</div>
|
148
|
+
|
149
|
+
|
150
|
+
<div class="method-description">
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
<div class="method-calls-super">
|
156
|
+
Calls superclass method
|
157
|
+
<a href="Dieta.html#method-c-new">Dieta.new</a>
|
158
|
+
</div>
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
<div class="method-source-code" id="new-source">
|
163
|
+
<pre><span class="ruby-comment"># File lib/pract06/menu.rb, line 51</span>
|
164
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">edad</span>)
|
165
|
+
<span class="ruby-keyword">super</span>(<span class="ruby-value">0</span>,<span class="ruby-value">0</span>,<span class="ruby-value">0</span>,<span class="ruby-value">0</span>,<span class="ruby-value">0</span>,<span class="ruby-value">0</span>,<span class="ruby-value">0</span>)
|
166
|
+
<span class="ruby-ivar">@edad</span>=<span class="ruby-identifier">edad</span>
|
167
|
+
<span class="ruby-keyword">end</span></pre>
|
168
|
+
</div>
|
169
|
+
|
170
|
+
</div>
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
</div>
|
176
|
+
|
177
|
+
|
178
|
+
</section>
|
179
|
+
|
180
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
181
|
+
<header>
|
182
|
+
<h3>Public Instance Methods</h3>
|
183
|
+
</header>
|
184
|
+
|
185
|
+
|
186
|
+
<div id="method-i-3C-3C" class="method-detail ">
|
187
|
+
|
188
|
+
<div class="method-heading">
|
189
|
+
<span class="method-name"><<</span><span
|
190
|
+
class="method-args">(dieta)</span>
|
191
|
+
|
192
|
+
<span class="method-click-advice">click to toggle source</span>
|
193
|
+
|
194
|
+
</div>
|
195
|
+
|
196
|
+
|
197
|
+
<div class="method-description">
|
198
|
+
|
199
|
+
<p>Metodo instancia, permite insertar una dieta</p>
|
200
|
+
|
201
|
+
|
202
|
+
<div class="method-calls-super">
|
203
|
+
Calls superclass method
|
204
|
+
<a href="Dieta.html#method-i-3C-3C">Dieta#<<</a>
|
205
|
+
</div>
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
<div class="method-source-code" id="3C-3C-source">
|
210
|
+
<pre><span class="ruby-comment"># File lib/pract06/menu.rb, line 77</span>
|
211
|
+
<span class="ruby-keyword">def</span> <span class="ruby-operator"><<</span>(<span class="ruby-identifier">dieta</span>)
|
212
|
+
<span class="ruby-keyword">super</span>(<span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">tipo_dieta</span>, <span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">ingesta</span>, <span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">descripcion</span>, <span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">racion</span>, <span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">cantidad</span>, <span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">kcal</span>, <span class="ruby-identifier">dieta</span>.<span class="ruby-identifier">percent</span>)
|
213
|
+
<span class="ruby-keyword">end</span></pre>
|
214
|
+
</div>
|
215
|
+
|
216
|
+
</div>
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
</div>
|
222
|
+
|
223
|
+
|
224
|
+
<div id="method-i-3C-3D-3E" class="method-detail ">
|
225
|
+
|
226
|
+
<div class="method-heading">
|
227
|
+
<span class="method-name"><=></span><span
|
228
|
+
class="method-args">(otro)</span>
|
229
|
+
|
230
|
+
<span class="method-click-advice">click to toggle source</span>
|
231
|
+
|
232
|
+
</div>
|
233
|
+
|
234
|
+
|
235
|
+
<div class="method-description">
|
236
|
+
|
237
|
+
<p>Comparable_____________________________________</p>
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
<div class="method-source-code" id="3C-3D-3E-source">
|
243
|
+
<pre><span class="ruby-comment"># File lib/pract06/menu.rb, line 63</span>
|
244
|
+
<span class="ruby-keyword">def</span> <span class="ruby-operator"><=></span>(<span class="ruby-identifier">otro</span>)
|
245
|
+
<span class="ruby-comment">#Implementanto este apartado, elaboramos un metodo</span>
|
246
|
+
<span class="ruby-comment">#que distingue no solo entre calorias si no </span>
|
247
|
+
<span class="ruby-comment">#tambien en el porcentaje de grasas, proteinas, etc.</span>
|
248
|
+
<span class="ruby-keyword">if</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">kcal</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">otro</span>.<span class="ruby-identifier">kcal</span>)
|
249
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">get_prot</span> <span class="ruby-operator"><=></span> <span class="ruby-identifier">otro</span>.<span class="ruby-identifier">get_prot</span>
|
250
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">get_gras</span> <span class="ruby-operator"><=></span> <span class="ruby-identifier">otro</span>.<span class="ruby-identifier">get_gras</span>
|
251
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">get_hidr</span> <span class="ruby-operator"><=></span> <span class="ruby-identifier">otro</span>.<span class="ruby-identifier">get_hidr</span>
|
252
|
+
<span class="ruby-keyword">else</span>
|
253
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">kcal</span> <span class="ruby-operator"><=></span> <span class="ruby-identifier">otro</span>.<span class="ruby-identifier">kcal</span>
|
254
|
+
<span class="ruby-keyword">end</span>
|
255
|
+
<span class="ruby-keyword">end</span></pre>
|
256
|
+
</div>
|
257
|
+
|
258
|
+
</div>
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
</div>
|
264
|
+
|
265
|
+
|
266
|
+
<div id="method-i-change_edad" class="method-detail ">
|
267
|
+
|
268
|
+
<div class="method-heading">
|
269
|
+
<span class="method-name">change_edad</span><span
|
270
|
+
class="method-args">(a,b)</span>
|
271
|
+
|
272
|
+
<span class="method-click-advice">click to toggle source</span>
|
273
|
+
|
274
|
+
</div>
|
275
|
+
|
276
|
+
|
277
|
+
<div class="method-description">
|
278
|
+
|
279
|
+
<p>Metodo instancia, permite cambiar el atributo de rango de edad del grupo de
|
280
|
+
edades.</p>
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
<div class="method-source-code" id="change_edad-source">
|
286
|
+
<pre><span class="ruby-comment"># File lib/pract06/menu.rb, line 57</span>
|
287
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change_edad</span>(<span class="ruby-identifier">a</span>,<span class="ruby-identifier">b</span>)
|
288
|
+
<span class="ruby-ivar">@edad</span>= <span class="ruby-node">"de #{a} a #{b} años"</span>
|
289
|
+
<span class="ruby-keyword">end</span></pre>
|
290
|
+
</div>
|
291
|
+
|
292
|
+
</div>
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
</div>
|
298
|
+
|
299
|
+
|
300
|
+
</section>
|
301
|
+
|
302
|
+
</section>
|
303
|
+
</main>
|
304
|
+
|
305
|
+
|
306
|
+
<footer id="validator-badges" role="contentinfo">
|
307
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
308
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
309
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
310
|
+
</footer>
|
311
|
+
|
@@ -0,0 +1,93 @@
|
|
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
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
<body id="top" role="document" class="file">
|
23
|
+
<nav role="navigation">
|
24
|
+
<div id="project-navigation">
|
25
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
26
|
+
<h2>
|
27
|
+
<a href="./index.html" rel="home">Home</a>
|
28
|
+
</h2>
|
29
|
+
|
30
|
+
<div id="table-of-contents-navigation">
|
31
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
32
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
33
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
38
|
+
<form action="#" method="get" accept-charset="utf-8">
|
39
|
+
<div id="search-field-wrapper">
|
40
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
41
|
+
aria-autocomplete="list" aria-controls="search-results"
|
42
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
43
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<ul id="search-results" aria-label="Search Results"
|
47
|
+
aria-busy="false" aria-expanded="false"
|
48
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
49
|
+
</form>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
<div id="project-metadata">
|
57
|
+
<div id="fileindex-section" class="nav-section">
|
58
|
+
<h3>Pages</h3>
|
59
|
+
|
60
|
+
<ul class="link-list">
|
61
|
+
|
62
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
63
|
+
|
64
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
65
|
+
|
66
|
+
<li><a href="./README_md.html">README</a>
|
67
|
+
|
68
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
69
|
+
|
70
|
+
<li><a href="./pract06_gemspec.html">pract06.gemspec</a>
|
71
|
+
|
72
|
+
</ul>
|
73
|
+
</div>
|
74
|
+
|
75
|
+
</div>
|
76
|
+
</nav>
|
77
|
+
|
78
|
+
<main role="main" aria-label="Page Gemfile">
|
79
|
+
|
80
|
+
<p>source '<a href="https://rubygems.org">rubygems.org</a>'</p>
|
81
|
+
|
82
|
+
<p># Specify your gem's dependencies in <a
|
83
|
+
href="pract06_gemspec.html">pract06.gemspec</a> gemspec</p>
|
84
|
+
</main>
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
<footer id="validator-badges" role="contentinfo">
|
89
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
90
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
91
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
92
|
+
</footer>
|
93
|
+
|
@@ -0,0 +1,175 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Gemfile.lock - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
<body id="top" role="document" class="file">
|
23
|
+
<nav role="navigation">
|
24
|
+
<div id="project-navigation">
|
25
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
26
|
+
<h2>
|
27
|
+
<a href="./index.html" rel="home">Home</a>
|
28
|
+
</h2>
|
29
|
+
|
30
|
+
<div id="table-of-contents-navigation">
|
31
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
32
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
33
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
38
|
+
<form action="#" method="get" accept-charset="utf-8">
|
39
|
+
<div id="search-field-wrapper">
|
40
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
41
|
+
aria-autocomplete="list" aria-controls="search-results"
|
42
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
43
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<ul id="search-results" aria-label="Search Results"
|
47
|
+
aria-busy="false" aria-expanded="false"
|
48
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
49
|
+
</form>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
<div id="project-metadata">
|
57
|
+
<div id="fileindex-section" class="nav-section">
|
58
|
+
<h3>Pages</h3>
|
59
|
+
|
60
|
+
<ul class="link-list">
|
61
|
+
|
62
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
63
|
+
|
64
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
65
|
+
|
66
|
+
<li><a href="./README_md.html">README</a>
|
67
|
+
|
68
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
69
|
+
|
70
|
+
<li><a href="./pract06_gemspec.html">pract06.gemspec</a>
|
71
|
+
|
72
|
+
</ul>
|
73
|
+
</div>
|
74
|
+
|
75
|
+
</div>
|
76
|
+
</nav>
|
77
|
+
|
78
|
+
<main role="main" aria-label="Page Gemfile.lock">
|
79
|
+
|
80
|
+
<p>PATH</p>
|
81
|
+
|
82
|
+
<pre>remote: .
|
83
|
+
specs:
|
84
|
+
pract06 (0.4.0)</pre>
|
85
|
+
|
86
|
+
<p>GEM</p>
|
87
|
+
|
88
|
+
<pre>remote: https://rubygems.org/
|
89
|
+
specs:
|
90
|
+
coderay (1.1.1)
|
91
|
+
diff-lcs (1.2.5)
|
92
|
+
ffi (1.9.14)
|
93
|
+
formatador (0.2.5)
|
94
|
+
guard (2.14.0)
|
95
|
+
formatador (>= 0.2.4)
|
96
|
+
listen (>= 2.7, < 4.0)
|
97
|
+
lumberjack (~> 1.0)
|
98
|
+
nenv (~> 0.1)
|
99
|
+
notiffany (~> 0.0)
|
100
|
+
pry (>= 0.9.12)
|
101
|
+
shellany (~> 0.0)
|
102
|
+
thor (>= 0.18.1)
|
103
|
+
guard-bundler (2.1.0)
|
104
|
+
bundler (~> 1.0)
|
105
|
+
guard (~> 2.2)
|
106
|
+
guard-compat (~> 1.1)
|
107
|
+
guard-compat (1.2.1)
|
108
|
+
guard-rspec (4.7.3)
|
109
|
+
guard (~> 2.1)
|
110
|
+
guard-compat (~> 1.1)
|
111
|
+
rspec (>= 2.99.0, < 4.0)
|
112
|
+
listen (3.1.5)
|
113
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
114
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
115
|
+
ruby_dep (~> 1.2)
|
116
|
+
lumberjack (1.0.10)
|
117
|
+
method_source (0.8.2)
|
118
|
+
nenv (0.3.0)
|
119
|
+
notiffany (0.1.1)
|
120
|
+
nenv (~> 0.1)
|
121
|
+
shellany (~> 0.0)
|
122
|
+
pry (0.10.4)
|
123
|
+
coderay (~> 1.1.0)
|
124
|
+
method_source (~> 0.8.1)
|
125
|
+
slop (~> 3.4)
|
126
|
+
rake (10.5.0)
|
127
|
+
rb-fsevent (0.9.8)
|
128
|
+
rb-inotify (0.9.7)
|
129
|
+
ffi (>= 0.5.0)
|
130
|
+
rspec (3.5.0)
|
131
|
+
rspec-core (~> 3.5.0)
|
132
|
+
rspec-expectations (~> 3.5.0)
|
133
|
+
rspec-mocks (~> 3.5.0)
|
134
|
+
rspec-core (3.5.4)
|
135
|
+
rspec-support (~> 3.5.0)
|
136
|
+
rspec-expectations (3.5.0)
|
137
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
138
|
+
rspec-support (~> 3.5.0)
|
139
|
+
rspec-mocks (3.5.0)
|
140
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
141
|
+
rspec-support (~> 3.5.0)
|
142
|
+
rspec-support (3.5.0)
|
143
|
+
ruby_dep (1.5.0)
|
144
|
+
shellany (0.0.1)
|
145
|
+
slop (3.6.0)
|
146
|
+
thor (0.19.1)</pre>
|
147
|
+
|
148
|
+
<p>PLATFORMS</p>
|
149
|
+
|
150
|
+
<pre class="ruby"><span class="ruby-identifier">ruby</span>
|
151
|
+
</pre>
|
152
|
+
|
153
|
+
<p>DEPENDENCIES</p>
|
154
|
+
|
155
|
+
<pre>bundler (~> 1.13)
|
156
|
+
guard
|
157
|
+
guard-bundler
|
158
|
+
guard-rspec
|
159
|
+
pract06!
|
160
|
+
rake (~> 10.0)
|
161
|
+
rspec (~> 3.0)</pre>
|
162
|
+
|
163
|
+
<p>BUNDLED WITH</p>
|
164
|
+
|
165
|
+
<pre>1.13.6</pre>
|
166
|
+
</main>
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
<footer id="validator-badges" role="contentinfo">
|
171
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
172
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
173
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
174
|
+
</footer>
|
175
|
+
|