exam1 0.0.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 +2 -0
- data/.coveralls.yml~ +0 -0
- data/.gitignore +14 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/.travis.yml~ +0 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +38 -0
- data/Rakefile +18 -0
- data/exam1.gemspec +30 -0
- data/exam1.gemspec~ +23 -0
- data/lib/exam1.rb +9 -0
- data/lib/exam1/SeleccionSimple.rb +86 -0
- data/lib/exam1/SeleccionSimple.rb~ +86 -0
- data/lib/exam1/doc/Exam1.html +112 -0
- data/lib/exam1/doc/Examen.html +484 -0
- data/lib/exam1/doc/Interfaz.html +384 -0
- data/lib/exam1/doc/List.html +467 -0
- data/lib/exam1/doc/Nodo.html +167 -0
- data/lib/exam1/doc/Object.html +119 -0
- data/lib/exam1/doc/SeleccionSimple.html +361 -0
- data/lib/exam1/doc/SeleccionSimple_rb~.html +237 -0
- data/lib/exam1/doc/Verdadero_Falso.html +208 -0
- data/lib/exam1/doc/created.rid +60 -0
- data/lib/exam1/doc/doc/Exam1_html.html +230 -0
- data/lib/exam1/doc/doc/Examen_html.html +556 -0
- data/lib/exam1/doc/doc/Interfaz_html.html +468 -0
- data/lib/exam1/doc/doc/List_html.html +531 -0
- data/lib/exam1/doc/doc/Nodo_html.html +285 -0
- data/lib/exam1/doc/doc/Object_html.html +237 -0
- data/lib/exam1/doc/doc/SeleccionSimple_html.html +454 -0
- data/lib/exam1/doc/doc/SeleccionSimple_rb~_html.html +377 -0
- data/lib/exam1/doc/doc/Verdadero_Falso_html.html +318 -0
- data/lib/exam1/doc/doc/examen_rb~_html.html +425 -0
- data/lib/exam1/doc/doc/fonts_css.html +307 -0
- data/lib/exam1/doc/doc/index_html.html +241 -0
- data/lib/exam1/doc/doc/js/darkfish_js.html +286 -0
- data/lib/exam1/doc/doc/js/jquery_js.html +1450 -0
- data/lib/exam1/doc/doc/js/navigation_js.html +271 -0
- data/lib/exam1/doc/doc/js/search_index_js.html +177 -0
- data/lib/exam1/doc/doc/js/search_js.html +240 -0
- data/lib/exam1/doc/doc/js/searcher_js.html +358 -0
- data/lib/exam1/doc/doc/linkedlist_rb~_html.html +345 -0
- data/lib/exam1/doc/doc/rdoc_css.html +844 -0
- data/lib/exam1/doc/doc/table_of_contents_html.html +352 -0
- data/lib/exam1/doc/examen_rb~.html +300 -0
- data/lib/exam1/doc/fonts.css +167 -0
- data/lib/exam1/doc/fonts/Lato-Light.ttf +0 -0
- data/lib/exam1/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/lib/exam1/doc/fonts/Lato-Regular.ttf +0 -0
- data/lib/exam1/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/lib/exam1/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/lib/exam1/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/lib/exam1/doc/images/add.png +0 -0
- data/lib/exam1/doc/images/arrow_up.png +0 -0
- data/lib/exam1/doc/images/brick.png +0 -0
- data/lib/exam1/doc/images/brick_link.png +0 -0
- data/lib/exam1/doc/images/bug.png +0 -0
- data/lib/exam1/doc/images/bullet_black.png +0 -0
- data/lib/exam1/doc/images/bullet_toggle_minus.png +0 -0
- data/lib/exam1/doc/images/bullet_toggle_plus.png +0 -0
- data/lib/exam1/doc/images/date.png +0 -0
- data/lib/exam1/doc/images/delete.png +0 -0
- data/lib/exam1/doc/images/find.png +0 -0
- data/lib/exam1/doc/images/loadingAnimation.gif +0 -0
- data/lib/exam1/doc/images/macFFBgHack.png +0 -0
- data/lib/exam1/doc/images/package.png +0 -0
- data/lib/exam1/doc/images/page_green.png +0 -0
- data/lib/exam1/doc/images/page_white_text.png +0 -0
- data/lib/exam1/doc/images/page_white_width.png +0 -0
- data/lib/exam1/doc/images/plugin.png +0 -0
- data/lib/exam1/doc/images/ruby.png +0 -0
- data/lib/exam1/doc/images/tag_blue.png +0 -0
- data/lib/exam1/doc/images/tag_green.png +0 -0
- data/lib/exam1/doc/images/transparent.png +0 -0
- data/lib/exam1/doc/images/wrench.png +0 -0
- data/lib/exam1/doc/images/wrench_orange.png +0 -0
- data/lib/exam1/doc/images/zoom.png +0 -0
- data/lib/exam1/doc/index.html +152 -0
- data/lib/exam1/doc/js/darkfish.js +140 -0
- data/lib/exam1/doc/js/jquery.js +18 -0
- data/lib/exam1/doc/js/navigation.js +142 -0
- data/lib/exam1/doc/js/search.js +109 -0
- data/lib/exam1/doc/js/search_index.js +1 -0
- data/lib/exam1/doc/js/searcher.js +228 -0
- data/lib/exam1/doc/linkedlist_rb~.html +238 -0
- data/lib/exam1/doc/rdoc.css +580 -0
- data/lib/exam1/doc/table_of_contents.html +288 -0
- data/lib/exam1/examen.rb +178 -0
- data/lib/exam1/examen.rb~ +178 -0
- data/lib/exam1/linkedlist.rb +129 -0
- data/lib/exam1/linkedlist.rb~ +134 -0
- data/lib/exam1/version.rb +3 -0
- data/spec/.yardoc/checksums +0 -0
- data/spec/.yardoc/object_types +0 -0
- data/spec/.yardoc/objects/root.dat +0 -0
- data/spec/.yardoc/proxy_types +0 -0
- data/spec/doc/_index.html +88 -0
- data/spec/doc/class_list.html +58 -0
- data/spec/doc/created.rid +3 -0
- data/spec/doc/css/common.css +1 -0
- data/spec/doc/css/full_list.css +57 -0
- data/spec/doc/css/style.css +339 -0
- data/spec/doc/file_list.html +57 -0
- data/spec/doc/frames.html +26 -0
- data/spec/doc/images/brick.png +0 -0
- data/spec/doc/images/brick_link.png +0 -0
- data/spec/doc/images/bug.png +0 -0
- data/spec/doc/images/bullet_black.png +0 -0
- data/spec/doc/images/bullet_toggle_minus.png +0 -0
- data/spec/doc/images/bullet_toggle_plus.png +0 -0
- data/spec/doc/images/date.png +0 -0
- data/spec/doc/images/find.png +0 -0
- data/spec/doc/images/loadingAnimation.gif +0 -0
- data/spec/doc/images/macFFBgHack.png +0 -0
- data/spec/doc/images/package.png +0 -0
- data/spec/doc/images/page_green.png +0 -0
- data/spec/doc/images/page_white_text.png +0 -0
- data/spec/doc/images/page_white_width.png +0 -0
- data/spec/doc/images/plugin.png +0 -0
- data/spec/doc/images/ruby.png +0 -0
- data/spec/doc/images/tag_green.png +0 -0
- data/spec/doc/images/wrench.png +0 -0
- data/spec/doc/images/wrench_orange.png +0 -0
- data/spec/doc/images/zoom.png +0 -0
- data/spec/doc/index.html +88 -0
- data/spec/doc/js/app.js +219 -0
- data/spec/doc/js/darkfish.js +118 -0
- data/spec/doc/js/full_list.js +181 -0
- data/spec/doc/js/jquery.js +4 -0
- data/spec/doc/js/quicksearch.js +114 -0
- data/spec/doc/js/thickbox-compressed.js +10 -0
- data/spec/doc/linkedlist_spec_rb.html +56 -0
- data/spec/doc/method_list.html +57 -0
- data/spec/doc/rdoc.css +763 -0
- data/spec/doc/spec_helper_rb.html +54 -0
- data/spec/doc/top-level-namespace.html +102 -0
- data/spec/linkedlist_spec.rb +449 -0
- data/spec/linkedlist_spec.rb~ +449 -0
- data/spec/spec_helper.rb +28 -0
- metadata +331 -0
|
@@ -0,0 +1,844 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>rdoc.css - 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="../SeleccionSimple_rb~.html">SeleccionSimple.rb~</a>
|
|
65
|
+
|
|
66
|
+
<li><a href="../doc/Exam1_html.html">Exam1.html</a>
|
|
67
|
+
|
|
68
|
+
<li><a href="../doc/Examen_html.html">Examen.html</a>
|
|
69
|
+
|
|
70
|
+
<li><a href="../doc/Interfaz_html.html">Interfaz.html</a>
|
|
71
|
+
|
|
72
|
+
<li><a href="../doc/List_html.html">List.html</a>
|
|
73
|
+
|
|
74
|
+
<li><a href="../doc/Nodo_html.html">Nodo.html</a>
|
|
75
|
+
|
|
76
|
+
<li><a href="../doc/Object_html.html">Object.html</a>
|
|
77
|
+
|
|
78
|
+
<li><a href="../doc/SeleccionSimple_html.html">SeleccionSimple.html</a>
|
|
79
|
+
|
|
80
|
+
<li><a href="../doc/SeleccionSimple_rb~_html.html">SeleccionSimple_rb~.html</a>
|
|
81
|
+
|
|
82
|
+
<li><a href="../doc/Verdadero_Falso_html.html">Verdadero_Falso.html</a>
|
|
83
|
+
|
|
84
|
+
<li><a href="../doc/examen_rb~_html.html">examen_rb~.html</a>
|
|
85
|
+
|
|
86
|
+
<li><a href="../doc/fonts_css.html">fonts.css</a>
|
|
87
|
+
|
|
88
|
+
<li><a href="../doc/index_html.html">index.html</a>
|
|
89
|
+
|
|
90
|
+
<li><a href="../doc/js/darkfish_js.html">darkfish.js</a>
|
|
91
|
+
|
|
92
|
+
<li><a href="../doc/js/jquery_js.html">jquery.js</a>
|
|
93
|
+
|
|
94
|
+
<li><a href="../doc/js/navigation_js.html">navigation.js</a>
|
|
95
|
+
|
|
96
|
+
<li><a href="../doc/js/search_js.html">search.js</a>
|
|
97
|
+
|
|
98
|
+
<li><a href="../doc/js/search_index_js.html">search_index.js</a>
|
|
99
|
+
|
|
100
|
+
<li><a href="../doc/js/searcher_js.html">searcher.js</a>
|
|
101
|
+
|
|
102
|
+
<li><a href="../doc/linkedlist_rb~_html.html">linkedlist_rb~.html</a>
|
|
103
|
+
|
|
104
|
+
<li><a href="../doc/rdoc_css.html">rdoc.css</a>
|
|
105
|
+
|
|
106
|
+
<li><a href="../doc/table_of_contents_html.html">table_of_contents.html</a>
|
|
107
|
+
|
|
108
|
+
<li><a href="../examen_rb~.html">examen.rb~</a>
|
|
109
|
+
|
|
110
|
+
<li><a href="../linkedlist_rb~.html">linkedlist.rb~</a>
|
|
111
|
+
|
|
112
|
+
</ul>
|
|
113
|
+
</div>
|
|
114
|
+
|
|
115
|
+
</div>
|
|
116
|
+
</nav>
|
|
117
|
+
|
|
118
|
+
<main role="main" aria-label="Page doc/rdoc.css">
|
|
119
|
+
|
|
120
|
+
<pre>"Darkfish" Rdoc CSS
|
|
121
|
+
$Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
|
|
122
|
+
|
|
123
|
+
Author: Michael Granger <ged@FaerieMUD.org>
|
|
124
|
+
|
|
125
|
+
vim: ft=css et sw=2 ts=2 sts=2</pre>
|
|
126
|
+
|
|
127
|
+
<p>/* Base Green is: #6C8C22 */</p>
|
|
128
|
+
|
|
129
|
+
<pre>{ padding: 0; margin: 0; }</pre>
|
|
130
|
+
|
|
131
|
+
<p>body {</p>
|
|
132
|
+
|
|
133
|
+
<pre>background: #fafafa;
|
|
134
|
+
font-family: Lato, sans-serif;
|
|
135
|
+
font-weight: 300;</pre>
|
|
136
|
+
|
|
137
|
+
<p>}</p>
|
|
138
|
+
|
|
139
|
+
<p>h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {</p>
|
|
140
|
+
|
|
141
|
+
<pre>display: none;
|
|
142
|
+
padding-left: 1em;
|
|
143
|
+
font-size: 10px;
|
|
144
|
+
vertical-align: super;</pre>
|
|
145
|
+
|
|
146
|
+
<p>}</p>
|
|
147
|
+
|
|
148
|
+
<p>h1:hover span, h2:hover span, h3:hover span, h4:hover span, h5:hover span,
|
|
149
|
+
h6:hover span {</p>
|
|
150
|
+
|
|
151
|
+
<pre>display: inline;</pre>
|
|
152
|
+
|
|
153
|
+
<p>}</p>
|
|
154
|
+
|
|
155
|
+
<p>:link, :visited {</p>
|
|
156
|
+
|
|
157
|
+
<pre>color: #6C8C22;
|
|
158
|
+
text-decoration: none;</pre>
|
|
159
|
+
|
|
160
|
+
<p>}</p>
|
|
161
|
+
|
|
162
|
+
<p>:link: hover, :visited: hover {</p>
|
|
163
|
+
|
|
164
|
+
<pre>border-bottom: 1px dotted #6C8C22;</pre>
|
|
165
|
+
|
|
166
|
+
<p>}</p>
|
|
167
|
+
|
|
168
|
+
<p>code, pre {</p>
|
|
169
|
+
|
|
170
|
+
<pre>font-family: "Source Code Pro", Monaco, monospace;</pre>
|
|
171
|
+
|
|
172
|
+
<p>}</p>
|
|
173
|
+
|
|
174
|
+
<p>/* @group Generic Classes */</p>
|
|
175
|
+
|
|
176
|
+
<p>.initially-hidden {</p>
|
|
177
|
+
|
|
178
|
+
<pre>display: none;</pre>
|
|
179
|
+
|
|
180
|
+
<p>}</p>
|
|
181
|
+
|
|
182
|
+
<p>search-field {</p>
|
|
183
|
+
|
|
184
|
+
<pre>width: 98%;
|
|
185
|
+
background: white;
|
|
186
|
+
border: none;
|
|
187
|
+
height: 1.5em;
|
|
188
|
+
-webkit-border-radius: 4px;
|
|
189
|
+
-moz-border-radius: 4px;
|
|
190
|
+
border-radius: 4px;
|
|
191
|
+
text-align: left;</pre>
|
|
192
|
+
|
|
193
|
+
<p>} search-field:focus {</p>
|
|
194
|
+
|
|
195
|
+
<pre>background: #f1edba;</pre>
|
|
196
|
+
|
|
197
|
+
<p>} search-field:-moz-placeholder, search-field::-webkit-input-placeholder {</p>
|
|
198
|
+
|
|
199
|
+
<pre>font-weight: bold;
|
|
200
|
+
color: #666;</pre>
|
|
201
|
+
|
|
202
|
+
<p>}</p>
|
|
203
|
+
|
|
204
|
+
<p>.missing-docs {</p>
|
|
205
|
+
|
|
206
|
+
<pre>font-size: 120%;
|
|
207
|
+
background: white url(images/wrench_orange.png) no-repeat 4px center;
|
|
208
|
+
color: #ccc;
|
|
209
|
+
line-height: 2em;
|
|
210
|
+
border: 1px solid #d00;
|
|
211
|
+
opacity: 1;
|
|
212
|
+
padding-left: 20px;
|
|
213
|
+
text-indent: 24px;
|
|
214
|
+
letter-spacing: 3px;
|
|
215
|
+
font-weight: bold;
|
|
216
|
+
-webkit-border-radius: 5px;
|
|
217
|
+
-moz-border-radius: 5px;</pre>
|
|
218
|
+
|
|
219
|
+
<p>}</p>
|
|
220
|
+
|
|
221
|
+
<p>.target-section {</p>
|
|
222
|
+
|
|
223
|
+
<pre>border: 2px solid #dcce90;
|
|
224
|
+
border-left-width: 8px;
|
|
225
|
+
padding: 0 1em;
|
|
226
|
+
background: #fff3c2;</pre>
|
|
227
|
+
|
|
228
|
+
<p>}</p>
|
|
229
|
+
|
|
230
|
+
<p>/* @end */</p>
|
|
231
|
+
|
|
232
|
+
<p>/* @group Index Page, Standalone file pages */ .table-of-contents ul {</p>
|
|
233
|
+
|
|
234
|
+
<pre>margin: 1em;
|
|
235
|
+
list-style: none;</pre>
|
|
236
|
+
|
|
237
|
+
<p>}</p>
|
|
238
|
+
|
|
239
|
+
<p>.table-of-contents ul ul {</p>
|
|
240
|
+
|
|
241
|
+
<pre>margin-top: 0.25em;</pre>
|
|
242
|
+
|
|
243
|
+
<p>}</p>
|
|
244
|
+
|
|
245
|
+
<p>.table-of-contents ul :link, .table-of-contents ul :visited {</p>
|
|
246
|
+
|
|
247
|
+
<pre>font-size: 16px;</pre>
|
|
248
|
+
|
|
249
|
+
<p>}</p>
|
|
250
|
+
|
|
251
|
+
<p>.table-of-contents li {</p>
|
|
252
|
+
|
|
253
|
+
<pre>margin-bottom: 0.25em;</pre>
|
|
254
|
+
|
|
255
|
+
<p>}</p>
|
|
256
|
+
|
|
257
|
+
<p>.table-of-contents li .toc-toggle {</p>
|
|
258
|
+
|
|
259
|
+
<pre>width: 16px;
|
|
260
|
+
height: 16px;
|
|
261
|
+
background: url(images/add.png) no-repeat;</pre>
|
|
262
|
+
|
|
263
|
+
<p>}</p>
|
|
264
|
+
|
|
265
|
+
<p>.table-of-contents li .toc-toggle.open {</p>
|
|
266
|
+
|
|
267
|
+
<pre>background: url(images/delete.png) no-repeat;</pre>
|
|
268
|
+
|
|
269
|
+
<p>}</p>
|
|
270
|
+
|
|
271
|
+
<p>/* @end */</p>
|
|
272
|
+
|
|
273
|
+
<p>/* @group Top-Level Structure */</p>
|
|
274
|
+
|
|
275
|
+
<p>nav {</p>
|
|
276
|
+
|
|
277
|
+
<pre>float: left;
|
|
278
|
+
width: 260px;
|
|
279
|
+
font-family: Helvetica, sans-serif;
|
|
280
|
+
font-size: 14px;</pre>
|
|
281
|
+
|
|
282
|
+
<p>}</p>
|
|
283
|
+
|
|
284
|
+
<p>main {</p>
|
|
285
|
+
|
|
286
|
+
<pre>display: block;
|
|
287
|
+
margin: 0 2em 5em 260px;
|
|
288
|
+
padding-left: 20px;
|
|
289
|
+
min-width: 340px;
|
|
290
|
+
font-size: 16px;</pre>
|
|
291
|
+
|
|
292
|
+
<p>}</p>
|
|
293
|
+
|
|
294
|
+
<p>main h1, main h2, main h3, main h4, main h5, main h6 {</p>
|
|
295
|
+
|
|
296
|
+
<pre>font-family: Helvetica, sans-serif;</pre>
|
|
297
|
+
|
|
298
|
+
<p>}</p>
|
|
299
|
+
|
|
300
|
+
<p>.table-of-contents main {</p>
|
|
301
|
+
|
|
302
|
+
<pre>margin-left: 2em;</pre>
|
|
303
|
+
|
|
304
|
+
<p>}</p>
|
|
305
|
+
|
|
306
|
+
<p>validator-badges {</p>
|
|
307
|
+
|
|
308
|
+
<pre>clear: both;
|
|
309
|
+
margin: 1em 1em 2em;
|
|
310
|
+
font-size: smaller;</pre>
|
|
311
|
+
|
|
312
|
+
<p>}</p>
|
|
313
|
+
|
|
314
|
+
<p>/* @end */</p>
|
|
315
|
+
|
|
316
|
+
<p>/* @group navigation */ nav {</p>
|
|
317
|
+
|
|
318
|
+
<pre>margin-bottom: 1em;</pre>
|
|
319
|
+
|
|
320
|
+
<p>}</p>
|
|
321
|
+
|
|
322
|
+
<p>nav .nav-section {</p>
|
|
323
|
+
|
|
324
|
+
<pre>margin-top: 2em;
|
|
325
|
+
border-top: 2px solid #aaa;
|
|
326
|
+
font-size: 90%;
|
|
327
|
+
overflow: hidden;</pre>
|
|
328
|
+
|
|
329
|
+
<p>}</p>
|
|
330
|
+
|
|
331
|
+
<p>nav h2 {</p>
|
|
332
|
+
|
|
333
|
+
<pre>margin: 0;
|
|
334
|
+
padding: 2px 8px 2px 8px;
|
|
335
|
+
background-color: #e8e8e8;
|
|
336
|
+
color: #555;
|
|
337
|
+
font-size: 125%;
|
|
338
|
+
text-align: center;</pre>
|
|
339
|
+
|
|
340
|
+
<p>}</p>
|
|
341
|
+
|
|
342
|
+
<p>nav h3, table-of-contents-navigation {</p>
|
|
343
|
+
|
|
344
|
+
<pre>margin: 0;
|
|
345
|
+
padding: 2px 8px 2px 8px;
|
|
346
|
+
text-align: right;
|
|
347
|
+
background-color: #e8e8e8;
|
|
348
|
+
color: #555;</pre>
|
|
349
|
+
|
|
350
|
+
<p>}</p>
|
|
351
|
+
|
|
352
|
+
<p>nav ul, nav dl, nav p {</p>
|
|
353
|
+
|
|
354
|
+
<pre>padding: 4px 8px 0;
|
|
355
|
+
list-style: none;</pre>
|
|
356
|
+
|
|
357
|
+
<p>}</p>
|
|
358
|
+
|
|
359
|
+
<p>project-navigation .nav-section {</p>
|
|
360
|
+
|
|
361
|
+
<pre>margin: 0;
|
|
362
|
+
border-top: 0;</pre>
|
|
363
|
+
|
|
364
|
+
<p>}</p>
|
|
365
|
+
|
|
366
|
+
<p>home-section h2 {</p>
|
|
367
|
+
|
|
368
|
+
<pre>text-align: center;</pre>
|
|
369
|
+
|
|
370
|
+
<p>}</p>
|
|
371
|
+
|
|
372
|
+
<p>table-of-contents-navigation {</p>
|
|
373
|
+
|
|
374
|
+
<pre>font-size: 1.2em;
|
|
375
|
+
font-weight: bold;
|
|
376
|
+
text-align: center;</pre>
|
|
377
|
+
|
|
378
|
+
<p>}</p>
|
|
379
|
+
|
|
380
|
+
<p>search-section {</p>
|
|
381
|
+
|
|
382
|
+
<pre>margin-top: 0;
|
|
383
|
+
border-top: 0;</pre>
|
|
384
|
+
|
|
385
|
+
<p>}</p>
|
|
386
|
+
|
|
387
|
+
<p>search-field-wrapper {</p>
|
|
388
|
+
|
|
389
|
+
<pre>border-top: 1px solid #aaa;
|
|
390
|
+
border-bottom: 1px solid #aaa;
|
|
391
|
+
padding: 3px 8px;
|
|
392
|
+
background-color: #e8e8e8;
|
|
393
|
+
color: #555;</pre>
|
|
394
|
+
|
|
395
|
+
<p>}</p>
|
|
396
|
+
|
|
397
|
+
<p>ul.link-list li {</p>
|
|
398
|
+
|
|
399
|
+
<pre>white-space: nowrap;
|
|
400
|
+
line-height: 1.4em;</pre>
|
|
401
|
+
|
|
402
|
+
<p>}</p>
|
|
403
|
+
|
|
404
|
+
<p>ul.link-list .type {</p>
|
|
405
|
+
|
|
406
|
+
<pre>font-size: 8px;
|
|
407
|
+
text-transform: uppercase;
|
|
408
|
+
color: white;
|
|
409
|
+
background: #969696;
|
|
410
|
+
padding: 2px 4px;
|
|
411
|
+
-webkit-border-radius: 5px;</pre>
|
|
412
|
+
|
|
413
|
+
<p>}</p>
|
|
414
|
+
|
|
415
|
+
<p>.calls-super {</p>
|
|
416
|
+
|
|
417
|
+
<pre>background: url(images/arrow_up.png) no-repeat right center;</pre>
|
|
418
|
+
|
|
419
|
+
<p>}</p>
|
|
420
|
+
|
|
421
|
+
<p>/* @end */</p>
|
|
422
|
+
|
|
423
|
+
<p>/* @group Documentation Section */ main {</p>
|
|
424
|
+
|
|
425
|
+
<pre>color: #333;</pre>
|
|
426
|
+
|
|
427
|
+
<p>}</p>
|
|
428
|
+
|
|
429
|
+
<p>main > h1:first-child, main > h2:first-child, main >
|
|
430
|
+
h3:first-child, main > h4:first-child, main > h5:first-child, main
|
|
431
|
+
> h6:first-child {</p>
|
|
432
|
+
|
|
433
|
+
<pre>margin-top: 0px;</pre>
|
|
434
|
+
|
|
435
|
+
<p>}</p>
|
|
436
|
+
|
|
437
|
+
<p>main sup {</p>
|
|
438
|
+
|
|
439
|
+
<pre>vertical-align: super;
|
|
440
|
+
font-size: 0.8em;</pre>
|
|
441
|
+
|
|
442
|
+
<p>}</p>
|
|
443
|
+
|
|
444
|
+
<p>/* The heading with the class name */ main <a href="class">h1</a> {</p>
|
|
445
|
+
|
|
446
|
+
<pre>margin-top: 0;
|
|
447
|
+
margin-bottom: 1em;
|
|
448
|
+
font-size: 2em;
|
|
449
|
+
color: #6C8C22;</pre>
|
|
450
|
+
|
|
451
|
+
<p>}</p>
|
|
452
|
+
|
|
453
|
+
<p>main h1 {</p>
|
|
454
|
+
|
|
455
|
+
<pre>margin: 2em 0 0.5em;
|
|
456
|
+
font-size: 1.7em;</pre>
|
|
457
|
+
|
|
458
|
+
<p>}</p>
|
|
459
|
+
|
|
460
|
+
<p>main h2 {</p>
|
|
461
|
+
|
|
462
|
+
<pre>margin: 2em 0 0.5em;
|
|
463
|
+
font-size: 1.5em;</pre>
|
|
464
|
+
|
|
465
|
+
<p>}</p>
|
|
466
|
+
|
|
467
|
+
<p>main h3 {</p>
|
|
468
|
+
|
|
469
|
+
<pre>margin: 2em 0 0.5em;
|
|
470
|
+
font-size: 1.2em;</pre>
|
|
471
|
+
|
|
472
|
+
<p>}</p>
|
|
473
|
+
|
|
474
|
+
<p>main h4 {</p>
|
|
475
|
+
|
|
476
|
+
<pre>margin: 2em 0 0.5em;
|
|
477
|
+
font-size: 1.1em;</pre>
|
|
478
|
+
|
|
479
|
+
<p>}</p>
|
|
480
|
+
|
|
481
|
+
<p>main h5 {</p>
|
|
482
|
+
|
|
483
|
+
<pre>margin: 2em 0 0.5em;
|
|
484
|
+
font-size: 1em;</pre>
|
|
485
|
+
|
|
486
|
+
<p>}</p>
|
|
487
|
+
|
|
488
|
+
<p>main h6 {</p>
|
|
489
|
+
|
|
490
|
+
<pre>margin: 2em 0 0.5em;
|
|
491
|
+
font-size: 1em;</pre>
|
|
492
|
+
|
|
493
|
+
<p>}</p>
|
|
494
|
+
|
|
495
|
+
<p>main p {</p>
|
|
496
|
+
|
|
497
|
+
<pre>margin: 0 0 0.5em;
|
|
498
|
+
line-height: 1.4em;</pre>
|
|
499
|
+
|
|
500
|
+
<p>}</p>
|
|
501
|
+
|
|
502
|
+
<p>main pre {</p>
|
|
503
|
+
|
|
504
|
+
<pre>margin: 1.2em 0.5em;
|
|
505
|
+
padding: 1em;
|
|
506
|
+
font-size: 0.8em;</pre>
|
|
507
|
+
|
|
508
|
+
<p>}</p>
|
|
509
|
+
|
|
510
|
+
<p>main hr {</p>
|
|
511
|
+
|
|
512
|
+
<pre>margin: 1.5em 1em;
|
|
513
|
+
border: 2px solid #ddd;</pre>
|
|
514
|
+
|
|
515
|
+
<p>}</p>
|
|
516
|
+
|
|
517
|
+
<p>main blockquote {</p>
|
|
518
|
+
|
|
519
|
+
<pre>margin: 0 2em 1.2em 1.2em;
|
|
520
|
+
padding-left: 0.5em;
|
|
521
|
+
border-left: 2px solid #ddd;</pre>
|
|
522
|
+
|
|
523
|
+
<p>}</p>
|
|
524
|
+
|
|
525
|
+
<p>main ol, main ul {</p>
|
|
526
|
+
|
|
527
|
+
<pre>margin: 1em 2em;</pre>
|
|
528
|
+
|
|
529
|
+
<p>}</p>
|
|
530
|
+
|
|
531
|
+
<p>main li > p {</p>
|
|
532
|
+
|
|
533
|
+
<pre>margin-bottom: 0.5em;</pre>
|
|
534
|
+
|
|
535
|
+
<p>}</p>
|
|
536
|
+
|
|
537
|
+
<p>main dl {</p>
|
|
538
|
+
|
|
539
|
+
<pre>margin: 1em 0.5em;</pre>
|
|
540
|
+
|
|
541
|
+
<p>}</p>
|
|
542
|
+
|
|
543
|
+
<p>main dt {</p>
|
|
544
|
+
|
|
545
|
+
<pre>margin-bottom: 0.5em;
|
|
546
|
+
font-weight: bold;</pre>
|
|
547
|
+
|
|
548
|
+
<p>}</p>
|
|
549
|
+
|
|
550
|
+
<p>main dd {</p>
|
|
551
|
+
|
|
552
|
+
<pre>margin: 0 1em 1em 0.5em;</pre>
|
|
553
|
+
|
|
554
|
+
<p>}</p>
|
|
555
|
+
|
|
556
|
+
<p>main header h2 {</p>
|
|
557
|
+
|
|
558
|
+
<pre>margin-top: 2em;
|
|
559
|
+
border-width: 0;
|
|
560
|
+
border-top: 4px solid #bbb;
|
|
561
|
+
font-size: 130%;</pre>
|
|
562
|
+
|
|
563
|
+
<p>}</p>
|
|
564
|
+
|
|
565
|
+
<p>main header h3 {</p>
|
|
566
|
+
|
|
567
|
+
<pre>margin: 2em 0 1.5em;
|
|
568
|
+
border-width: 0;
|
|
569
|
+
border-top: 3px solid #bbb;
|
|
570
|
+
font-size: 120%;</pre>
|
|
571
|
+
|
|
572
|
+
<p>}</p>
|
|
573
|
+
|
|
574
|
+
<p>.documentation-section-title {</p>
|
|
575
|
+
|
|
576
|
+
<pre>position: relative;</pre>
|
|
577
|
+
|
|
578
|
+
<p>} .documentation-section-title .section-click-top {</p>
|
|
579
|
+
|
|
580
|
+
<pre>position: absolute;
|
|
581
|
+
top: 6px;
|
|
582
|
+
left: 12px;
|
|
583
|
+
font-size: 10px;
|
|
584
|
+
color: #9b9877;
|
|
585
|
+
visibility: hidden;
|
|
586
|
+
padding-left: 0.5px;</pre>
|
|
587
|
+
|
|
588
|
+
<p>}</p>
|
|
589
|
+
|
|
590
|
+
<p>.documentation-section-title:hover .section-click-top {</p>
|
|
591
|
+
|
|
592
|
+
<pre>visibility: visible;</pre>
|
|
593
|
+
|
|
594
|
+
<p>}</p>
|
|
595
|
+
|
|
596
|
+
<p>.constants-list > dl {</p>
|
|
597
|
+
|
|
598
|
+
<pre>margin: 1em 0 2em;
|
|
599
|
+
border: 0;</pre>
|
|
600
|
+
|
|
601
|
+
<p>}</p>
|
|
602
|
+
|
|
603
|
+
<p>.constants-list > dl dt {</p>
|
|
604
|
+
|
|
605
|
+
<pre>margin-bottom: 0.75em;
|
|
606
|
+
padding-left: 0;
|
|
607
|
+
font-family: "Source Code Pro", Monaco, monospace;
|
|
608
|
+
font-size: 110%;</pre>
|
|
609
|
+
|
|
610
|
+
<p>}</p>
|
|
611
|
+
|
|
612
|
+
<p>.constants-list > dl dt a {</p>
|
|
613
|
+
|
|
614
|
+
<pre>color: inherit;</pre>
|
|
615
|
+
|
|
616
|
+
<p>}</p>
|
|
617
|
+
|
|
618
|
+
<p>.constants-list > dl dd {</p>
|
|
619
|
+
|
|
620
|
+
<pre>margin: 0 0 2em 0;
|
|
621
|
+
padding: 0;
|
|
622
|
+
color: #666;</pre>
|
|
623
|
+
|
|
624
|
+
<p>}</p>
|
|
625
|
+
|
|
626
|
+
<p>.documentation-section h2 {</p>
|
|
627
|
+
|
|
628
|
+
<pre>position: relative;</pre>
|
|
629
|
+
|
|
630
|
+
<p>}</p>
|
|
631
|
+
|
|
632
|
+
<p>.documentation-section h2 a {</p>
|
|
633
|
+
|
|
634
|
+
<pre>position: absolute;
|
|
635
|
+
top: 8px;
|
|
636
|
+
right: 10px;
|
|
637
|
+
font-size: 12px;
|
|
638
|
+
color: #9b9877;
|
|
639
|
+
visibility: hidden;</pre>
|
|
640
|
+
|
|
641
|
+
<p>}</p>
|
|
642
|
+
|
|
643
|
+
<p>.documentation-section h2:hover a {</p>
|
|
644
|
+
|
|
645
|
+
<pre>visibility: visible;</pre>
|
|
646
|
+
|
|
647
|
+
<p>}</p>
|
|
648
|
+
|
|
649
|
+
<p>/* @group Method Details */</p>
|
|
650
|
+
|
|
651
|
+
<p>main .method-source-code {</p>
|
|
652
|
+
|
|
653
|
+
<pre>display: none;</pre>
|
|
654
|
+
|
|
655
|
+
<p>}</p>
|
|
656
|
+
|
|
657
|
+
<p>main .method-description .method-calls-super {</p>
|
|
658
|
+
|
|
659
|
+
<pre>color: #333;
|
|
660
|
+
font-weight: bold;</pre>
|
|
661
|
+
|
|
662
|
+
<p>}</p>
|
|
663
|
+
|
|
664
|
+
<p>main .method-detail {</p>
|
|
665
|
+
|
|
666
|
+
<pre>margin-bottom: 2.5em;
|
|
667
|
+
cursor: pointer;</pre>
|
|
668
|
+
|
|
669
|
+
<p>}</p>
|
|
670
|
+
|
|
671
|
+
<p>main .method-detail:target {</p>
|
|
672
|
+
|
|
673
|
+
<pre>margin-left: -10px;
|
|
674
|
+
border-left: 10px solid #f1edba;</pre>
|
|
675
|
+
|
|
676
|
+
<p>}</p>
|
|
677
|
+
|
|
678
|
+
<p>main .method-heading {</p>
|
|
679
|
+
|
|
680
|
+
<pre>position: relative;
|
|
681
|
+
font-family: "Source Code Pro", Monaco, monospace;
|
|
682
|
+
font-size: 110%;
|
|
683
|
+
font-weight: bold;
|
|
684
|
+
color: #333;</pre>
|
|
685
|
+
|
|
686
|
+
<p>} main .method-heading :link, main .method-heading :visited {</p>
|
|
687
|
+
|
|
688
|
+
<pre>color: inherit;</pre>
|
|
689
|
+
|
|
690
|
+
<p>} main .method-click-advice {</p>
|
|
691
|
+
|
|
692
|
+
<pre>position: absolute;
|
|
693
|
+
top: 2px;
|
|
694
|
+
right: 5px;
|
|
695
|
+
font-size: 12px;
|
|
696
|
+
color: #9b9877;
|
|
697
|
+
visibility: hidden;
|
|
698
|
+
padding-right: 20px;
|
|
699
|
+
line-height: 20px;
|
|
700
|
+
background: url(images/zoom.png) no-repeat right top;</pre>
|
|
701
|
+
|
|
702
|
+
<p>} main .method-heading:hover .method-click-advice {</p>
|
|
703
|
+
|
|
704
|
+
<pre>visibility: visible;</pre>
|
|
705
|
+
|
|
706
|
+
<p>}</p>
|
|
707
|
+
|
|
708
|
+
<p>main .method-alias .method-heading {</p>
|
|
709
|
+
|
|
710
|
+
<pre>color: #666;</pre>
|
|
711
|
+
|
|
712
|
+
<p>}</p>
|
|
713
|
+
|
|
714
|
+
<p>main .method-description, main .aliases {</p>
|
|
715
|
+
|
|
716
|
+
<pre>margin-top: 0.75em;
|
|
717
|
+
color: #333;</pre>
|
|
718
|
+
|
|
719
|
+
<p>}</p>
|
|
720
|
+
|
|
721
|
+
<p>main .aliases {</p>
|
|
722
|
+
|
|
723
|
+
<pre>padding-top: 4px;
|
|
724
|
+
font-style: italic;
|
|
725
|
+
cursor: default;</pre>
|
|
726
|
+
|
|
727
|
+
<p>} main .method-description ul {</p>
|
|
728
|
+
|
|
729
|
+
<pre>margin-left: 1.5em;</pre>
|
|
730
|
+
|
|
731
|
+
<p>}</p>
|
|
732
|
+
|
|
733
|
+
<p>main attribute-method-details .method-detail:hover {</p>
|
|
734
|
+
|
|
735
|
+
<pre>background-color: transparent;
|
|
736
|
+
cursor: default;</pre>
|
|
737
|
+
|
|
738
|
+
<p>} main .attribute-access-type {</p>
|
|
739
|
+
|
|
740
|
+
<pre>text-transform: uppercase;
|
|
741
|
+
padding: 0 1em;</pre>
|
|
742
|
+
|
|
743
|
+
<p>} /* @end */</p>
|
|
744
|
+
|
|
745
|
+
<p>/* @end */</p>
|
|
746
|
+
|
|
747
|
+
<p>/* @group Source Code */</p>
|
|
748
|
+
|
|
749
|
+
<p>pre {</p>
|
|
750
|
+
|
|
751
|
+
<pre>margin: 0.5em 0;
|
|
752
|
+
border: 1px dashed #999;
|
|
753
|
+
padding: 0.5em;
|
|
754
|
+
background: #262626;
|
|
755
|
+
color: white;
|
|
756
|
+
overflow: auto;</pre>
|
|
757
|
+
|
|
758
|
+
<p>}</p>
|
|
759
|
+
|
|
760
|
+
<p>.ruby-constant { color: #7fffd4; background: transparent; } .ruby-keyword
|
|
761
|
+
{ color: #00ffff; background: transparent; } .ruby-ivar { color:
|
|
762
|
+
eedd82; background: transparent; } .ruby-operator { color: #00ffee;
|
|
763
|
+
background: transparent; } .ruby-identifier { color: ffdead; background:
|
|
764
|
+
transparent; } .ruby-node { color: ffa07a; background: transparent; }
|
|
765
|
+
.ruby-comment { color: dc0000; background: transparent; } .ruby-regexp
|
|
766
|
+
{ color: ffa07a; background: transparent; } .ruby-value { color:
|
|
767
|
+
#7fffd4; background: transparent; }</p>
|
|
768
|
+
|
|
769
|
+
<p>/* @end */</p>
|
|
770
|
+
|
|
771
|
+
<p>/* @group search results */ search-results {</p>
|
|
772
|
+
|
|
773
|
+
<pre>font-family: Lato, sans-serif;
|
|
774
|
+
font-weight: 300;</pre>
|
|
775
|
+
|
|
776
|
+
<p>}</p>
|
|
777
|
+
|
|
778
|
+
<p>search-results .search-match {</p>
|
|
779
|
+
|
|
780
|
+
<pre>font-family: Helvetica, sans-serif;
|
|
781
|
+
font-weight: normal;</pre>
|
|
782
|
+
|
|
783
|
+
<p>}</p>
|
|
784
|
+
|
|
785
|
+
<p>search-results .search-selected {</p>
|
|
786
|
+
|
|
787
|
+
<pre>background: #e8e8e8;
|
|
788
|
+
border-bottom: 1px solid transparent;</pre>
|
|
789
|
+
|
|
790
|
+
<p>}</p>
|
|
791
|
+
|
|
792
|
+
<p>search-results li {</p>
|
|
793
|
+
|
|
794
|
+
<pre>list-style: none;
|
|
795
|
+
border-bottom: 1px solid #aaa;
|
|
796
|
+
margin-bottom: 0.5em;</pre>
|
|
797
|
+
|
|
798
|
+
<p>}</p>
|
|
799
|
+
|
|
800
|
+
<p>search-results li:last-child {</p>
|
|
801
|
+
|
|
802
|
+
<pre>border-bottom: none;
|
|
803
|
+
margin-bottom: 0;</pre>
|
|
804
|
+
|
|
805
|
+
<p>}</p>
|
|
806
|
+
|
|
807
|
+
<p>search-results li p {</p>
|
|
808
|
+
|
|
809
|
+
<pre>padding: 0;
|
|
810
|
+
margin: 0.5em;</pre>
|
|
811
|
+
|
|
812
|
+
<p>}</p>
|
|
813
|
+
|
|
814
|
+
<p>search-results .search-namespace {</p>
|
|
815
|
+
|
|
816
|
+
<pre>font-weight: bold;</pre>
|
|
817
|
+
|
|
818
|
+
<p>}</p>
|
|
819
|
+
|
|
820
|
+
<p>search-results li em {</p>
|
|
821
|
+
|
|
822
|
+
<pre>background: yellow;
|
|
823
|
+
font-style: normal;</pre>
|
|
824
|
+
|
|
825
|
+
<p>}</p>
|
|
826
|
+
|
|
827
|
+
<p>search-results pre {</p>
|
|
828
|
+
|
|
829
|
+
<pre>margin: 0.5em;
|
|
830
|
+
font-family: "Source Code Pro", Monaco, monospace;</pre>
|
|
831
|
+
|
|
832
|
+
<p>}</p>
|
|
833
|
+
|
|
834
|
+
<p>/* @end */</p>
|
|
835
|
+
</main>
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
<footer id="validator-badges" role="contentinfo">
|
|
840
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
841
|
+
<p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
|
|
842
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
843
|
+
</footer>
|
|
844
|
+
|