examLPP 0.1.1
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/.coveralls.yml +1 -0
- data/.gitignore +5 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/Gemfile +5 -0
- data/Guardfile +70 -0
- data/LICENSE.txt +22 -0
- data/README.md +19 -0
- data/Rakefile +6 -0
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +714 -0
- data/doc/Exam.html +112 -0
- data/doc/Examen.html +319 -0
- data/doc/Gemfile.html +101 -0
- data/doc/Gemfile_lock.html +186 -0
- data/doc/Guardfile.html +169 -0
- data/doc/LICENSE_txt.html +116 -0
- data/doc/Lista.html +472 -0
- data/doc/Nodo.html +264 -0
- data/doc/Object.html +119 -0
- data/doc/Pregunta.html +346 -0
- data/doc/PreguntaS.html +338 -0
- data/doc/PreguntaVF.html +210 -0
- data/doc/README_md.html +120 -0
- data/doc/Rakefile.html +99 -0
- data/doc/created.rid +18 -0
- data/doc/exam_gemspec.html +127 -0
- data/doc/fonts.css +167 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +118 -0
- data/doc/js/darkfish.js +140 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +580 -0
- data/doc/table_of_contents.html +222 -0
- data/exam.gemspec +32 -0
- data/lib/exam.rb +12 -0
- data/lib/exam/examen.rb +69 -0
- data/lib/exam/lista.rb +109 -0
- data/lib/exam/nodo.rb +14 -0
- data/lib/exam/pregunta.rb +38 -0
- data/lib/exam/preguntaMadre.rb +47 -0
- data/lib/exam/preguntaVF.rb +19 -0
- data/lib/exam/quiz.rb +44 -0
- data/lib/exam/version.rb +3 -0
- data/pkg/exam-0.0.1.gem +0 -0
- data/spec/exam_spec.rb +353 -0
- data/spec/spec_helper.rb +22 -0
- metadata +226 -0
data/doc/Exam.html
ADDED
@@ -0,0 +1,112 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>module Exam - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link href="./fonts.css" rel="stylesheet">
|
10
|
+
<link href="./rdoc.css" rel="stylesheet">
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
var rdoc_rel_prefix = "./";
|
14
|
+
</script>
|
15
|
+
|
16
|
+
<script src="./js/jquery.js"></script>
|
17
|
+
<script src="./js/navigation.js"></script>
|
18
|
+
<script src="./js/search_index.js"></script>
|
19
|
+
<script src="./js/search.js"></script>
|
20
|
+
<script src="./js/searcher.js"></script>
|
21
|
+
<script src="./js/darkfish.js"></script>
|
22
|
+
|
23
|
+
|
24
|
+
<body id="top" role="document" class="module">
|
25
|
+
<nav role="navigation">
|
26
|
+
<div id="project-navigation">
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
+
<h2>
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
30
|
+
</h2>
|
31
|
+
|
32
|
+
<div id="table-of-contents-navigation">
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
41
|
+
<div id="search-field-wrapper">
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
49
|
+
aria-busy="false" aria-expanded="false"
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
+
</form>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
</div>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<div id="class-metadata">
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
</div>
|
65
|
+
</nav>
|
66
|
+
|
67
|
+
<main role="main" aria-labelledby="module-Exam">
|
68
|
+
<h1 id="module-Exam" class="module">
|
69
|
+
module Exam
|
70
|
+
</h1>
|
71
|
+
|
72
|
+
<section class="description">
|
73
|
+
|
74
|
+
</section>
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
<section class="constants-list">
|
86
|
+
<header>
|
87
|
+
<h3>Constants</h3>
|
88
|
+
</header>
|
89
|
+
<dl>
|
90
|
+
|
91
|
+
<dt id="VERSION">VERSION
|
92
|
+
|
93
|
+
<dd>
|
94
|
+
|
95
|
+
|
96
|
+
</dl>
|
97
|
+
</section>
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
</section>
|
104
|
+
</main>
|
105
|
+
|
106
|
+
|
107
|
+
<footer id="validator-badges" role="contentinfo">
|
108
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
109
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
110
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
111
|
+
</footer>
|
112
|
+
|
data/doc/Examen.html
ADDED
@@ -0,0 +1,319 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class Examen - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link href="./fonts.css" rel="stylesheet">
|
10
|
+
<link href="./rdoc.css" rel="stylesheet">
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
var rdoc_rel_prefix = "./";
|
14
|
+
</script>
|
15
|
+
|
16
|
+
<script src="./js/jquery.js"></script>
|
17
|
+
<script src="./js/navigation.js"></script>
|
18
|
+
<script src="./js/search_index.js"></script>
|
19
|
+
<script src="./js/search.js"></script>
|
20
|
+
<script src="./js/searcher.js"></script>
|
21
|
+
<script src="./js/darkfish.js"></script>
|
22
|
+
|
23
|
+
|
24
|
+
<body id="top" role="document" class="class">
|
25
|
+
<nav role="navigation">
|
26
|
+
<div id="project-navigation">
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
+
<h2>
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
30
|
+
</h2>
|
31
|
+
|
32
|
+
<div id="table-of-contents-navigation">
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
41
|
+
<div id="search-field-wrapper">
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
49
|
+
aria-busy="false" aria-expanded="false"
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
+
</form>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
</div>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<div id="class-metadata">
|
59
|
+
|
60
|
+
<div id="parent-class-section" class="nav-section">
|
61
|
+
<h3>Parent</h3>
|
62
|
+
|
63
|
+
|
64
|
+
<p class="link"><a href="Object.html">Object</a>
|
65
|
+
|
66
|
+
</div>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
<!-- Method Quickref -->
|
71
|
+
<div id="method-list-section" class="nav-section">
|
72
|
+
<h3>Methods</h3>
|
73
|
+
|
74
|
+
<ul class="link-list" role="directory">
|
75
|
+
|
76
|
+
<li ><a href="#method-c-new">::new</a>
|
77
|
+
|
78
|
+
<li ><a href="#method-i-hacer_examen">#hacer_examen</a>
|
79
|
+
|
80
|
+
<li ><a href="#method-i-inverso">#inverso</a>
|
81
|
+
|
82
|
+
<li ><a href="#method-i-to_s">#to_s</a>
|
83
|
+
|
84
|
+
</ul>
|
85
|
+
</div>
|
86
|
+
|
87
|
+
</div>
|
88
|
+
</nav>
|
89
|
+
|
90
|
+
<main role="main" aria-labelledby="class-Examen">
|
91
|
+
<h1 id="class-Examen" class="class">
|
92
|
+
class Examen
|
93
|
+
</h1>
|
94
|
+
|
95
|
+
<section class="description">
|
96
|
+
|
97
|
+
<p>Clase examen, que contiene una lista de preguntas y permite la realización
|
98
|
+
de un exámen tipo test con las mismas.</p>
|
99
|
+
|
100
|
+
</section>
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
<section class="attribute-method-details" class="method-section">
|
114
|
+
<header>
|
115
|
+
<h3>Attributes</h3>
|
116
|
+
</header>
|
117
|
+
|
118
|
+
|
119
|
+
<div id="attribute-i-nota" class="method-detail">
|
120
|
+
<div class="method-heading attribute-method-heading">
|
121
|
+
<span class="method-name">nota</span><span
|
122
|
+
class="attribute-access-type">[R]</span>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
<div class="method-description">
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
</div>
|
130
|
+
</div>
|
131
|
+
|
132
|
+
</section>
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
137
|
+
<header>
|
138
|
+
<h3>Public Class Methods</h3>
|
139
|
+
</header>
|
140
|
+
|
141
|
+
|
142
|
+
<div id="method-c-new" class="method-detail ">
|
143
|
+
|
144
|
+
<div class="method-heading">
|
145
|
+
<span class="method-name">new</span><span
|
146
|
+
class="method-args">(lista)</span>
|
147
|
+
|
148
|
+
<span class="method-click-advice">click to toggle source</span>
|
149
|
+
|
150
|
+
</div>
|
151
|
+
|
152
|
+
|
153
|
+
<div class="method-description">
|
154
|
+
|
155
|
+
<p>Constructor.</p>
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
<div class="method-source-code" id="new-source">
|
161
|
+
<pre><span class="ruby-comment"># File lib/exam/examen.rb, line 8</span>
|
162
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span> (<span class="ruby-identifier">lista</span>)
|
163
|
+
<span class="ruby-identifier">lista</span>.<span class="ruby-identifier">ordenar</span>
|
164
|
+
<span class="ruby-ivar">@preguntas</span> = <span class="ruby-identifier">lista</span>
|
165
|
+
<span class="ruby-ivar">@nota</span> = <span class="ruby-value">0</span>
|
166
|
+
<span class="ruby-comment">#inicializamos un array con 0 elementos para las respuestas</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-hacer_examen" class="method-detail ">
|
187
|
+
|
188
|
+
<div class="method-heading">
|
189
|
+
<span class="method-name">hacer_examen</span><span
|
190
|
+
class="method-args">()</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>Método que permite la realización del exament de forma interactiva.</p>
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
<div class="method-source-code" id="hacer_examen-source">
|
205
|
+
<pre><span class="ruby-comment"># File lib/exam/examen.rb, line 37</span>
|
206
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">hacer_examen</span>
|
207
|
+
<span class="ruby-identifier">score</span> = <span class="ruby-value">0</span>
|
208
|
+
<span class="ruby-ivar">@preguntas</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">preg</span><span class="ruby-operator">|</span>
|
209
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-identifier">preg</span>.<span class="ruby-identifier">to_s</span>
|
210
|
+
<span class="ruby-identifier">resp</span> = <span class="ruby-identifier">gets</span>.<span class="ruby-identifier">chomp</span>
|
211
|
+
<span class="ruby-identifier">this</span> = <span class="ruby-identifier">preg</span>.<span class="ruby-identifier">value</span>.<span class="ruby-identifier">resp_correcta?</span>(<span class="ruby-identifier">resp</span>)
|
212
|
+
<span class="ruby-keyword">if</span> (<span class="ruby-identifier">this</span> <span class="ruby-operator">==</span> <span class="ruby-keyword">true</span>)
|
213
|
+
<span class="ruby-identifier">score</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
|
214
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-string">"Respuesta correcta"</span>
|
215
|
+
<span class="ruby-keyword">else</span>
|
216
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-string">"Respuesta incorrecta"</span>
|
217
|
+
<span class="ruby-keyword">end</span>
|
218
|
+
<span class="ruby-keyword">end</span>
|
219
|
+
<span class="ruby-identifier">puts</span> <span class="ruby-string">"Puntuacion: "</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">score</span>
|
220
|
+
<span class="ruby-keyword">end</span></pre>
|
221
|
+
</div>
|
222
|
+
|
223
|
+
</div>
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
</div>
|
229
|
+
|
230
|
+
|
231
|
+
<div id="method-i-inverso" class="method-detail ">
|
232
|
+
|
233
|
+
<div class="method-heading">
|
234
|
+
<span class="method-name">inverso</span><span
|
235
|
+
class="method-args">()</span>
|
236
|
+
|
237
|
+
<span class="method-click-advice">click to toggle source</span>
|
238
|
+
|
239
|
+
</div>
|
240
|
+
|
241
|
+
|
242
|
+
<div class="method-description">
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
<div class="method-source-code" id="inverso-source">
|
250
|
+
<pre><span class="ruby-comment"># File lib/exam/examen.rb, line 30</span>
|
251
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">inverso</span>
|
252
|
+
<span class="ruby-identifier">respuesta</span> = <span class="ruby-string">""</span>
|
253
|
+
<span class="ruby-ivar">@preguntas</span>.<span class="ruby-identifier">reverse_each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">x</span>,<span class="ruby-identifier">y</span><span class="ruby-operator">|</span> <span class="ruby-identifier">respuesta</span> <span class="ruby-operator">+=</span> <span class="ruby-node">"#{x.value.to_s}\n"</span>}
|
254
|
+
<span class="ruby-identifier">respuesta</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-to_s" class="method-detail ">
|
267
|
+
|
268
|
+
<div class="method-heading">
|
269
|
+
<span class="method-name">to_s</span><span
|
270
|
+
class="method-args">()</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>Método que devuelve el examen como un String.</p>
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
<div class="method-source-code" id="to_s-source">
|
285
|
+
<pre><span class="ruby-comment"># File lib/exam/examen.rb, line 16</span>
|
286
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
|
287
|
+
<span class="ruby-identifier">aux</span> = <span class="ruby-ivar">@preguntas</span>.<span class="ruby-identifier">head</span>
|
288
|
+
<span class="ruby-identifier">respuesta</span> = <span class="ruby-string">""</span>
|
289
|
+
<span class="ruby-identifier">respuesta</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">aux</span>.<span class="ruby-identifier">value</span>.<span class="ruby-identifier">to_s</span>
|
290
|
+
<span class="ruby-identifier">respuesta</span> <span class="ruby-operator">+=</span> <span class="ruby-string">"\n"</span>
|
291
|
+
<span class="ruby-keyword">while</span> (<span class="ruby-identifier">aux</span> <span class="ruby-operator">!=</span> <span class="ruby-ivar">@preguntas</span>.<span class="ruby-identifier">tail</span>) <span class="ruby-keyword">do</span>
|
292
|
+
<span class="ruby-identifier">aux</span> = <span class="ruby-identifier">aux</span>.<span class="ruby-identifier">next</span>
|
293
|
+
<span class="ruby-identifier">respuesta</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">aux</span>.<span class="ruby-identifier">value</span>.<span class="ruby-identifier">to_s</span>
|
294
|
+
<span class="ruby-identifier">respuesta</span> <span class="ruby-operator">+=</span> <span class="ruby-string">"\n"</span>
|
295
|
+
<span class="ruby-keyword">end</span>
|
296
|
+
<span class="ruby-identifier">respuesta</span>
|
297
|
+
<span class="ruby-keyword">end</span></pre>
|
298
|
+
</div>
|
299
|
+
|
300
|
+
</div>
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
</div>
|
306
|
+
|
307
|
+
|
308
|
+
</section>
|
309
|
+
|
310
|
+
</section>
|
311
|
+
</main>
|
312
|
+
|
313
|
+
|
314
|
+
<footer id="validator-badges" role="contentinfo">
|
315
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
316
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
317
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
318
|
+
</footer>
|
319
|
+
|
data/doc/Gemfile.html
ADDED
@@ -0,0 +1,101 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Gemfile - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link href="./fonts.css" rel="stylesheet">
|
10
|
+
<link href="./rdoc.css" rel="stylesheet">
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
var rdoc_rel_prefix = "./";
|
14
|
+
</script>
|
15
|
+
|
16
|
+
<script src="./js/jquery.js"></script>
|
17
|
+
<script src="./js/navigation.js"></script>
|
18
|
+
<script src="./js/search_index.js"></script>
|
19
|
+
<script src="./js/search.js"></script>
|
20
|
+
<script src="./js/searcher.js"></script>
|
21
|
+
<script src="./js/darkfish.js"></script>
|
22
|
+
|
23
|
+
|
24
|
+
<body id="top" role="document" class="file">
|
25
|
+
<nav role="navigation">
|
26
|
+
<div id="project-navigation">
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
+
<h2>
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
30
|
+
</h2>
|
31
|
+
|
32
|
+
<div id="table-of-contents-navigation">
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
41
|
+
<div id="search-field-wrapper">
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
44
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
49
|
+
aria-busy="false" aria-expanded="false"
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
+
</form>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
</div>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<div id="project-metadata">
|
59
|
+
<div id="fileindex-section" class="nav-section">
|
60
|
+
<h3>Pages</h3>
|
61
|
+
|
62
|
+
<ul class="link-list">
|
63
|
+
|
64
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
65
|
+
|
66
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
67
|
+
|
68
|
+
<li><a href="./Guardfile.html">Guardfile</a>
|
69
|
+
|
70
|
+
<li><a href="./LICENSE_txt.html">LICENSE</a>
|
71
|
+
|
72
|
+
<li><a href="./README_md.html">README</a>
|
73
|
+
|
74
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
75
|
+
|
76
|
+
<li><a href="./exam_gemspec.html">exam.gemspec</a>
|
77
|
+
|
78
|
+
</ul>
|
79
|
+
</div>
|
80
|
+
|
81
|
+
</div>
|
82
|
+
</nav>
|
83
|
+
|
84
|
+
<main role="main" aria-label="Page Gemfile">
|
85
|
+
|
86
|
+
<p>source '<a href="https://rubygems.org">rubygems.org</a>'</p>
|
87
|
+
|
88
|
+
<p># Specify your gem's dependencies in <a
|
89
|
+
href="exam_gemspec.html">exam.gemspec</a></p>
|
90
|
+
|
91
|
+
<p>gemspec</p>
|
92
|
+
</main>
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
<footer id="validator-badges" role="contentinfo">
|
97
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
98
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
99
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
100
|
+
</footer>
|
101
|
+
|