prct06-TDD 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.
Files changed (85) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/Changelog.md +275 -0
  6. data/Gemfile +5 -0
  7. data/Gemfile.lock +93 -0
  8. data/Guardfile +83 -0
  9. data/README.md +39 -0
  10. data/Rakefile +6 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +8 -0
  13. data/docs/Alimento.html +1039 -0
  14. data/docs/Changelog_md.html +280 -0
  15. data/docs/Dieta.html +272 -0
  16. data/docs/Gema.html +110 -0
  17. data/docs/Gema/Error.html +103 -0
  18. data/docs/Gemfile.html +100 -0
  19. data/docs/Gemfile_lock.html +179 -0
  20. data/docs/Guardfile.html +171 -0
  21. data/docs/ListaDobleEnlazada.html +542 -0
  22. data/docs/Object.html +117 -0
  23. data/docs/Plato.html +567 -0
  24. data/docs/Plato/CompareMode.html +117 -0
  25. data/docs/PlatoEficienciaEnergetica.html +316 -0
  26. data/docs/README_md.html +143 -0
  27. data/docs/Rakefile.html +102 -0
  28. data/docs/bin/setup.html +102 -0
  29. data/docs/created.rid +23 -0
  30. data/docs/css/fonts.css +167 -0
  31. data/docs/css/rdoc.css +590 -0
  32. data/docs/fonts/Lato-Light.ttf +0 -0
  33. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  34. data/docs/fonts/Lato-Regular.ttf +0 -0
  35. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  36. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  37. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  38. data/docs/images/add.png +0 -0
  39. data/docs/images/arrow_up.png +0 -0
  40. data/docs/images/brick.png +0 -0
  41. data/docs/images/brick_link.png +0 -0
  42. data/docs/images/bug.png +0 -0
  43. data/docs/images/bullet_black.png +0 -0
  44. data/docs/images/bullet_toggle_minus.png +0 -0
  45. data/docs/images/bullet_toggle_plus.png +0 -0
  46. data/docs/images/date.png +0 -0
  47. data/docs/images/delete.png +0 -0
  48. data/docs/images/find.png +0 -0
  49. data/docs/images/loadingAnimation.gif +0 -0
  50. data/docs/images/macFFBgHack.png +0 -0
  51. data/docs/images/package.png +0 -0
  52. data/docs/images/page_green.png +0 -0
  53. data/docs/images/page_white_text.png +0 -0
  54. data/docs/images/page_white_width.png +0 -0
  55. data/docs/images/plugin.png +0 -0
  56. data/docs/images/ruby.png +0 -0
  57. data/docs/images/tag_blue.png +0 -0
  58. data/docs/images/tag_green.png +0 -0
  59. data/docs/images/transparent.png +0 -0
  60. data/docs/images/wrench.png +0 -0
  61. data/docs/images/wrench_orange.png +0 -0
  62. data/docs/images/zoom.png +0 -0
  63. data/docs/index.html +123 -0
  64. data/docs/js/darkfish.js +161 -0
  65. data/docs/js/jquery.js +4 -0
  66. data/docs/js/navigation.js +141 -0
  67. data/docs/js/navigation.js.gz +0 -0
  68. data/docs/js/search.js +109 -0
  69. data/docs/js/search_index.js +1 -0
  70. data/docs/js/search_index.js.gz +0 -0
  71. data/docs/js/searcher.js +229 -0
  72. data/docs/js/searcher.js.gz +0 -0
  73. data/docs/prct06-TDD_gemspec.html +134 -0
  74. data/docs/table_of_contents.html +381 -0
  75. data/lib/Alimento.rb +205 -0
  76. data/lib/Dieta.rb +28 -0
  77. data/lib/Menu.rb +61 -0
  78. data/lib/Plato.rb +138 -0
  79. data/lib/Plato.rb.save +110 -0
  80. data/lib/PlatoEficienciaEnergetica.rb +32 -0
  81. data/lib/gema.rb +12 -0
  82. data/lib/gema/ListaDobleEnlazada.rb +103 -0
  83. data/lib/gema/version.rb +3 -0
  84. data/prct06-TDD.gemspec +37 -0
  85. metadata +214 -0
@@ -0,0 +1,117 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module Plato::CompareMode - 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
+
23
+ <body id="top" role="document" class="module">
24
+ <nav role="navigation">
25
+ <div id="project-navigation">
26
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
27
+ <h2>
28
+ <a href="../index.html" rel="home">Home</a>
29
+ </h2>
30
+
31
+ <div id="table-of-contents-navigation">
32
+ <a href="../table_of_contents.html#pages">Pages</a>
33
+ <a href="../table_of_contents.html#classes">Classes</a>
34
+ <a href="../table_of_contents.html#methods">Methods</a>
35
+ </div>
36
+ </div>
37
+
38
+ <div id="search-section" role="search" class="project-section initially-hidden">
39
+ <form action="#" method="get" accept-charset="utf-8">
40
+ <div id="search-field-wrapper">
41
+ <input id="search-field" role="combobox" aria-label="Search"
42
+ aria-autocomplete="list" aria-controls="search-results"
43
+ type="text" name="search" placeholder="Search" spellcheck="false"
44
+ title="Type to search, Up and Down to navigate, Enter to load">
45
+ </div>
46
+
47
+ <ul id="search-results" aria-label="Search Results"
48
+ aria-busy="false" aria-expanded="false"
49
+ aria-atomic="false" class="initially-hidden"></ul>
50
+ </form>
51
+ </div>
52
+
53
+ </div>
54
+
55
+
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+
62
+
63
+ </div>
64
+ </nav>
65
+
66
+ <main role="main" aria-labelledby="module-Plato::CompareMode">
67
+ <h1 id="module-Plato::CompareMode" class="module">
68
+ module Plato::CompareMode
69
+ </h1>
70
+
71
+ <section class="description">
72
+
73
+ <p>Enum útil para controlar el comportamiento del metodo &#39;&lt;=&gt;&#39; (necesario para el modulo &#39;Comparable&#39;). </p>
74
+
75
+ </section>
76
+
77
+
78
+ <section id="5Buntitled-5D" class="documentation-section">
79
+
80
+
81
+
82
+
83
+
84
+ <section class="constants-list">
85
+ <header>
86
+ <h3>Constants</h3>
87
+ </header>
88
+ <dl>
89
+
90
+ <dt id="ByHuellaNutricional">ByHuellaNutricional
91
+
92
+ <dd>
93
+
94
+
95
+ <dt id="ByVCT">ByVCT
96
+
97
+ <dd>
98
+
99
+
100
+ </dl>
101
+ </section>
102
+
103
+
104
+
105
+
106
+
107
+ </section>
108
+
109
+ </main>
110
+
111
+
112
+ <footer id="validator-badges" role="contentinfo">
113
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
114
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
115
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
116
+ </footer>
117
+
@@ -0,0 +1,316 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class PlatoEficienciaEnergetica - 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
+
23
+ <body id="top" role="document" class="class">
24
+ <nav role="navigation">
25
+ <div id="project-navigation">
26
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
27
+ <h2>
28
+ <a href="./index.html" rel="home">Home</a>
29
+ </h2>
30
+
31
+ <div id="table-of-contents-navigation">
32
+ <a href="./table_of_contents.html#pages">Pages</a>
33
+ <a href="./table_of_contents.html#classes">Classes</a>
34
+ <a href="./table_of_contents.html#methods">Methods</a>
35
+ </div>
36
+ </div>
37
+
38
+ <div id="search-section" role="search" class="project-section initially-hidden">
39
+ <form action="#" method="get" accept-charset="utf-8">
40
+ <div id="search-field-wrapper">
41
+ <input id="search-field" role="combobox" aria-label="Search"
42
+ aria-autocomplete="list" aria-controls="search-results"
43
+ type="text" name="search" placeholder="Search" spellcheck="false"
44
+ title="Type to search, Up and Down to navigate, Enter to load">
45
+ </div>
46
+
47
+ <ul id="search-results" aria-label="Search Results"
48
+ aria-busy="false" aria-expanded="false"
49
+ aria-atomic="false" class="initially-hidden"></ul>
50
+ </form>
51
+ </div>
52
+
53
+ </div>
54
+
55
+
56
+
57
+ <div id="class-metadata">
58
+
59
+ <div id="parent-class-section" class="nav-section">
60
+ <h3>Parent</h3>
61
+
62
+
63
+ <p class="link"><a href="Plato.html">Plato</a>
64
+
65
+ </div>
66
+
67
+
68
+
69
+ <!-- Method Quickref -->
70
+ <div id="method-list-section" class="nav-section">
71
+ <h3>Methods</h3>
72
+
73
+ <ul class="link-list" role="directory">
74
+
75
+ <li class="calls-super" ><a href="#method-c-new">::new</a>
76
+
77
+ <li ><a href="#method-i-extracted">#extracted</a>
78
+
79
+ <li ><a href="#method-i-inserted">#inserted</a>
80
+
81
+ <li ><a href="#method-i-to_s">#to_s</a>
82
+
83
+ </ul>
84
+ </div>
85
+
86
+ </div>
87
+ </nav>
88
+
89
+ <main role="main" aria-labelledby="class-PlatoEficienciaEnergetica">
90
+ <h1 id="class-PlatoEficienciaEnergetica" class="class">
91
+ class PlatoEficienciaEnergetica
92
+ </h1>
93
+
94
+ <section class="description">
95
+
96
+ </section>
97
+
98
+
99
+ <section id="5Buntitled-5D" class="documentation-section">
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+ <section class="attribute-method-details" class="method-section">
108
+ <header>
109
+ <h3>Attributes</h3>
110
+ </header>
111
+
112
+
113
+ <div id="attribute-i-totalEmisiones" class="method-detail">
114
+ <div class="method-heading attribute-method-heading">
115
+ <span class="method-name">totalEmisiones</span><span
116
+ class="attribute-access-type">[R]</span>
117
+ </div>
118
+
119
+ <div class="method-description">
120
+
121
+
122
+
123
+ </div>
124
+ </div>
125
+
126
+ <div id="attribute-i-totalTerreno" class="method-detail">
127
+ <div class="method-heading attribute-method-heading">
128
+ <span class="method-name">totalTerreno</span><span
129
+ class="attribute-access-type">[R]</span>
130
+ </div>
131
+
132
+ <div class="method-description">
133
+
134
+
135
+
136
+ </div>
137
+ </div>
138
+
139
+ </section>
140
+
141
+
142
+
143
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
144
+ <header>
145
+ <h3>Public Class Methods</h3>
146
+ </header>
147
+
148
+
149
+ <div id="method-c-new" class="method-detail ">
150
+
151
+ <div class="method-heading">
152
+ <span class="method-name">new</span><span
153
+ class="method-args">(nombre)</span>
154
+
155
+ <span class="method-click-advice">click to toggle source</span>
156
+
157
+ </div>
158
+
159
+
160
+ <div class="method-description">
161
+
162
+
163
+
164
+
165
+ <div class="method-calls-super">
166
+ Calls superclass method
167
+ <a href="Plato.html#method-c-new"><code>Plato::new</code></a>
168
+ </div>
169
+
170
+
171
+
172
+ <div class="method-source-code" id="new-source">
173
+ <pre><span class="ruby-comment"># File lib/PlatoEficienciaEnergetica.rb, line 7</span>
174
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">nombre</span>)
175
+ <span class="ruby-keyword">super</span>(<span class="ruby-identifier">nombre</span>)
176
+ <span class="ruby-ivar">@totalEmisiones</span> = <span class="ruby-value">0</span>
177
+ <span class="ruby-ivar">@totalTerreno</span> = <span class="ruby-value">0</span>
178
+ <span class="ruby-keyword">end</span></pre>
179
+ </div>
180
+
181
+ </div>
182
+
183
+
184
+
185
+
186
+ </div>
187
+
188
+
189
+ </section>
190
+
191
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
192
+ <header>
193
+ <h3>Public Instance Methods</h3>
194
+ </header>
195
+
196
+
197
+ <div id="method-i-extracted" class="method-detail ">
198
+
199
+ <div class="method-heading">
200
+ <span class="method-name">extracted</span><span
201
+ class="method-args">(value)</span>
202
+
203
+ <span class="method-click-advice">click to toggle source</span>
204
+
205
+ </div>
206
+
207
+
208
+ <div class="method-description">
209
+
210
+
211
+
212
+
213
+
214
+
215
+ <div class="method-source-code" id="extracted-source">
216
+ <pre><span class="ruby-comment"># File lib/PlatoEficienciaEnergetica.rb, line 21</span>
217
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">extracted</span>(<span class="ruby-identifier">value</span>)
218
+ <span class="ruby-identifier">method</span>(<span class="ruby-value">:extracted</span>).<span class="ruby-identifier">super_method</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">value</span>) <span class="ruby-comment">#Llama al metodo insert de padre</span>
219
+ <span class="ruby-identifier">alimento</span> = <span class="ruby-identifier">value</span>
220
+ <span class="ruby-keyword">if</span>(<span class="ruby-identifier">value</span>.<span class="ruby-identifier">instance_of?</span> <span class="ruby-constant">Node</span>) <span class="ruby-keyword">then</span> <span class="ruby-identifier">alimento</span> = <span class="ruby-identifier">value</span>.<span class="ruby-identifier">value</span> <span class="ruby-keyword">end</span>
221
+ <span class="ruby-ivar">@totalEmisiones</span> <span class="ruby-operator">-=</span> <span class="ruby-identifier">alimento</span>.<span class="ruby-identifier">gei</span>
222
+ <span class="ruby-ivar">@totalTerreno</span> <span class="ruby-operator">-=</span> <span class="ruby-identifier">alimento</span>.<span class="ruby-identifier">terreno</span>
223
+ <span class="ruby-keyword">end</span></pre>
224
+ </div>
225
+
226
+ </div>
227
+
228
+
229
+
230
+
231
+ </div>
232
+
233
+
234
+ <div id="method-i-inserted" class="method-detail ">
235
+
236
+ <div class="method-heading">
237
+ <span class="method-name">inserted</span><span
238
+ class="method-args">(value)</span>
239
+
240
+ <span class="method-click-advice">click to toggle source</span>
241
+
242
+ </div>
243
+
244
+
245
+ <div class="method-description">
246
+
247
+
248
+
249
+
250
+
251
+
252
+ <div class="method-source-code" id="inserted-source">
253
+ <pre><span class="ruby-comment"># File lib/PlatoEficienciaEnergetica.rb, line 13</span>
254
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">inserted</span>(<span class="ruby-identifier">value</span>)
255
+ <span class="ruby-identifier">method</span>(<span class="ruby-value">:inserted</span>).<span class="ruby-identifier">super_method</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">value</span>) <span class="ruby-comment">#Llama al metodo insert de padre</span>
256
+ <span class="ruby-identifier">alimento</span> = <span class="ruby-identifier">value</span>
257
+ <span class="ruby-keyword">if</span>(<span class="ruby-identifier">value</span>.<span class="ruby-identifier">instance_of?</span> <span class="ruby-constant">Node</span>) <span class="ruby-keyword">then</span> <span class="ruby-identifier">alimento</span> = <span class="ruby-identifier">value</span>.<span class="ruby-identifier">value</span> <span class="ruby-keyword">end</span>
258
+ <span class="ruby-ivar">@totalEmisiones</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">alimento</span>.<span class="ruby-identifier">gei</span>
259
+ <span class="ruby-ivar">@totalTerreno</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">alimento</span>.<span class="ruby-identifier">terreno</span>
260
+ <span class="ruby-keyword">end</span></pre>
261
+ </div>
262
+
263
+ </div>
264
+
265
+
266
+
267
+
268
+ </div>
269
+
270
+
271
+ <div id="method-i-to_s" class="method-detail ">
272
+
273
+ <div class="method-heading">
274
+ <span class="method-name">to_s</span><span
275
+ class="method-args">()</span>
276
+
277
+ <span class="method-click-advice">click to toggle source</span>
278
+
279
+ </div>
280
+
281
+
282
+ <div class="method-description">
283
+
284
+
285
+
286
+
287
+
288
+
289
+ <div class="method-source-code" id="to_s-source">
290
+ <pre><span class="ruby-comment"># File lib/PlatoEficienciaEnergetica.rb, line 29</span>
291
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_s</span>
292
+ <span class="ruby-keyword">return</span> <span class="ruby-identifier">method</span>(<span class="ruby-value">:to_s</span>).<span class="ruby-identifier">super_method</span>.<span class="ruby-identifier">call</span> <span class="ruby-operator">+</span> <span class="ruby-node">&quot; . #{@totalEmisiones} kgCO2, #{@totalTerreno} m^2&quot;</span>
293
+ <span class="ruby-keyword">end</span></pre>
294
+ </div>
295
+
296
+ </div>
297
+
298
+
299
+
300
+
301
+ </div>
302
+
303
+
304
+ </section>
305
+
306
+ </section>
307
+
308
+ </main>
309
+
310
+
311
+ <footer id="validator-badges" role="contentinfo">
312
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
313
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
314
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
315
+ </footer>
316
+
@@ -0,0 +1,143 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>README - 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
+
23
+ <body id="top" role="document" class="file">
24
+ <nav role="navigation">
25
+ <div id="project-navigation">
26
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
27
+ <h2>
28
+ <a href="./index.html" rel="home">Home</a>
29
+ </h2>
30
+
31
+ <div id="table-of-contents-navigation">
32
+ <a href="./table_of_contents.html#pages">Pages</a>
33
+ <a href="./table_of_contents.html#classes">Classes</a>
34
+ <a href="./table_of_contents.html#methods">Methods</a>
35
+ </div>
36
+ </div>
37
+
38
+ <div id="search-section" role="search" class="project-section initially-hidden">
39
+ <form action="#" method="get" accept-charset="utf-8">
40
+ <div id="search-field-wrapper">
41
+ <input id="search-field" role="combobox" aria-label="Search"
42
+ aria-autocomplete="list" aria-controls="search-results"
43
+ type="text" name="search" placeholder="Search" spellcheck="false"
44
+ title="Type to search, Up and Down to navigate, Enter to load">
45
+ </div>
46
+
47
+ <ul id="search-results" aria-label="Search Results"
48
+ aria-busy="false" aria-expanded="false"
49
+ aria-atomic="false" class="initially-hidden"></ul>
50
+ </form>
51
+ </div>
52
+
53
+ </div>
54
+
55
+
56
+ <div class="nav-section">
57
+ <h3>Table of Contents</h3>
58
+
59
+ <ul class="link-list" role="directory">
60
+ <li><a href="#label-Prct06-3A-3ATDD">Prct06::TDD</a>
61
+ <li><a href="#label-Installation">Installation</a>
62
+ <li><a href="#label-Usage">Usage</a>
63
+ <li><a href="#label-Development">Development</a>
64
+ <li><a href="#label-Contributing">Contributing</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="./Changelog_md.html">Changelog</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="./README_md.html">README</a>
84
+
85
+ <li><a href="./Rakefile.html">Rakefile</a>
86
+
87
+ <li><a href="./bin/setup.html">setup</a>
88
+
89
+ <li><a href="./prct06-TDD_gemspec.html">prct06-TDD.gemspec</a>
90
+
91
+ </ul>
92
+ </div>
93
+
94
+ </div>
95
+ </nav>
96
+
97
+ <main role="main" aria-label="Page README.md">
98
+
99
+ <h1 id="label-Prct06-3A-3ATDD">Prct06::TDD<span><a href="#label-Prct06-3A-3ATDD">&para;</a> <a href="#top">&uarr;</a></span></h1>
100
+
101
+ <p>Welcome to your new gem! In this directory, you&#39;ll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file <code>lib/prct06/TDD</code>. To experiment with that code, run <code>bin/console</code> for an interactive prompt.</p>
102
+
103
+ <p>TODO: Delete this and the text above, and describe your gem</p>
104
+
105
+ <h2 id="label-Installation">Installation<span><a href="#label-Installation">&para;</a> <a href="#top">&uarr;</a></span></h2>
106
+
107
+ <p>Add this line to your application&#39;s Gemfile:</p>
108
+
109
+ <pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-string">&#39;prct06-TDD&#39;</span>
110
+ </pre>
111
+
112
+ <p>And then execute:</p>
113
+
114
+ <pre>$ bundle</pre>
115
+
116
+ <p>Or install it yourself as:</p>
117
+
118
+ <pre>$ gem install prct06-TDD</pre>
119
+
120
+ <h2 id="label-Usage">Usage<span><a href="#label-Usage">&para;</a> <a href="#top">&uarr;</a></span></h2>
121
+
122
+ <p>TODO: Write usage instructions here</p>
123
+
124
+ <h2 id="label-Development">Development<span><a href="#label-Development">&para;</a> <a href="#top">&uarr;</a></span></h2>
125
+
126
+ <p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p>
127
+
128
+ <p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and tags, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p>
129
+
130
+ <h2 id="label-Contributing">Contributing<span><a href="#label-Contributing">&para;</a> <a href="#top">&uarr;</a></span></h2>
131
+
132
+ <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/ULL-ESIT-LPP-1920/tdd-JDM-ULL-93">github.com/ULL-ESIT-LPP-1920/tdd-JDM-ULL-93</a>.</p>
133
+
134
+ </main>
135
+
136
+
137
+
138
+ <footer id="validator-badges" role="contentinfo">
139
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
140
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
141
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
142
+ </footer>
143
+