PlayRockPaperScissorsGame 2.0.7 → 2.0.8

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 (101) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/doc/Constants.html +135 -0
  5. data/doc/Gemfile.html +174 -0
  6. data/doc/Gemfile_lock.html +199 -0
  7. data/doc/LICENSE.html +183 -0
  8. data/doc/PlayRockPaperScissorsGame.html +110 -0
  9. data/doc/PlayRockPaperScissorsGame/Constants.html +135 -0
  10. data/doc/PlayRockPaperScissorsGame/PrivateMethods.html +96 -0
  11. data/doc/PrivateMethods.html +96 -0
  12. data/doc/README_md.html +227 -0
  13. data/doc/RakeTest.html +268 -0
  14. data/doc/RakeTest/Constants.html +135 -0
  15. data/doc/RakeTest/PrivateMethods.html +96 -0
  16. data/doc/Rakefile.html +187 -0
  17. data/doc/RockPaperScissors_sublime-project.html +196 -0
  18. data/doc/RockPaperScissors_sublime-workspace.html +1049 -0
  19. data/doc/certs/gem-public_cert_pem.html +181 -0
  20. data/doc/created.rid +52 -0
  21. data/doc/css/fonts.css +167 -0
  22. data/doc/css/rdoc.css +590 -0
  23. data/doc/docs/CODE_OF_CONDUCT_md.html +270 -0
  24. data/doc/docs/CONTRIBUTING_md.html +239 -0
  25. data/doc/docs/Gemfile.html +164 -0
  26. data/doc/docs/Gemfile_lock.html +373 -0
  27. data/doc/docs/How_to_Build_md.html +207 -0
  28. data/doc/docs/LICENSE.html +286 -0
  29. data/doc/docs/Testing_md.html +200 -0
  30. data/doc/docs/_layouts/default_html.html +212 -0
  31. data/doc/docs/_sass/jekyll-theme-cayman_scss.html +531 -0
  32. data/doc/docs/_sass/normalize_scss.html +679 -0
  33. data/doc/docs/_sass/rouge-github_scss.html +431 -0
  34. data/doc/docs/_sass/variables_scss.html +173 -0
  35. data/doc/docs/_site/CODE_OF_CONDUCT_html.html +305 -0
  36. data/doc/docs/_site/CONTRIBUTING_html.html +261 -0
  37. data/doc/docs/_site/How_to_Build_html.html +236 -0
  38. data/doc/docs/_site/Testing_html.html +237 -0
  39. data/doc/docs/_site/assets/css/style_css.html +549 -0
  40. data/doc/docs/_site/index_html.html +305 -0
  41. data/doc/docs/_site/script/bootstrap.html +166 -0
  42. data/doc/docs/_site/script/cibuild.html +166 -0
  43. data/doc/docs/_site/script/release.html +209 -0
  44. data/doc/docs/_site/script/server.html +164 -0
  45. data/doc/docs/assets/css/style_scss.html +164 -0
  46. data/doc/docs/index_md.html +259 -0
  47. data/doc/docs/jekyll-theme-cayman_gemspec.html +180 -0
  48. data/doc/docs/script/bootstrap.html +166 -0
  49. data/doc/docs/script/cibuild.html +166 -0
  50. data/doc/docs/script/release.html +209 -0
  51. data/doc/docs/script/server.html +164 -0
  52. data/doc/exec/rps_bash.html +234 -0
  53. data/doc/exec/run_bat.html +185 -0
  54. data/doc/exec/uninstall_sh.html +194 -0
  55. data/doc/fonts/Lato-Light.ttf +0 -0
  56. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  57. data/doc/fonts/Lato-Regular.ttf +0 -0
  58. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  59. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  60. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  61. data/doc/images/add.png +0 -0
  62. data/doc/images/arrow_up.png +0 -0
  63. data/doc/images/brick.png +0 -0
  64. data/doc/images/brick_link.png +0 -0
  65. data/doc/images/bug.png +0 -0
  66. data/doc/images/bullet_black.png +0 -0
  67. data/doc/images/bullet_toggle_minus.png +0 -0
  68. data/doc/images/bullet_toggle_plus.png +0 -0
  69. data/doc/images/date.png +0 -0
  70. data/doc/images/delete.png +0 -0
  71. data/doc/images/find.png +0 -0
  72. data/doc/images/loadingAnimation.gif +0 -0
  73. data/doc/images/macFFBgHack.png +0 -0
  74. data/doc/images/package.png +0 -0
  75. data/doc/images/page_green.png +0 -0
  76. data/doc/images/page_white_text.png +0 -0
  77. data/doc/images/page_white_width.png +0 -0
  78. data/doc/images/plugin.png +0 -0
  79. data/doc/images/ruby.png +0 -0
  80. data/doc/images/tag_blue.png +0 -0
  81. data/doc/images/tag_green.png +0 -0
  82. data/doc/images/transparent.png +0 -0
  83. data/doc/images/wrench.png +0 -0
  84. data/doc/images/wrench_orange.png +0 -0
  85. data/doc/images/zoom.png +0 -0
  86. data/doc/index.html +186 -0
  87. data/doc/js/darkfish.js +161 -0
  88. data/doc/js/jquery.js +4 -0
  89. data/doc/js/navigation.js +142 -0
  90. data/doc/js/navigation.js.gz +0 -0
  91. data/doc/js/search.js +109 -0
  92. data/doc/js/search_index.js +1 -0
  93. data/doc/js/search_index.js.gz +0 -0
  94. data/doc/js/searcher.js +229 -0
  95. data/doc/js/searcher.js.gz +0 -0
  96. data/doc/rps_gemspec.html +201 -0
  97. data/doc/table_of_contents.html +280 -0
  98. data/lib/rps/version.rb +1 -1
  99. data/rps.gemspec +1 -1
  100. metadata +95 -1
  101. metadata.gz.sig +0 -0
@@ -0,0 +1,549 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>style.css - 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="../../../../LICENSE.html">LICENSE</a>
67
+
68
+ <li><a href="../../../../README_md.html">README</a>
69
+
70
+ <li><a href="../../../../Rakefile.html">Rakefile</a>
71
+
72
+ <li><a href="../../../../RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
73
+
74
+ <li><a href="../../../../RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
75
+
76
+ <li><a href="../../../../certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
77
+
78
+ <li><a href="../../../../docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
79
+
80
+ <li><a href="../../../../docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
81
+
82
+ <li><a href="../../../../docs/Gemfile.html">Gemfile</a>
83
+
84
+ <li><a href="../../../../docs/Gemfile_lock.html">Gemfile.lock</a>
85
+
86
+ <li><a href="../../../../docs/How_to_Build_md.html">How_to_Build</a>
87
+
88
+ <li><a href="../../../../docs/LICENSE.html">LICENSE</a>
89
+
90
+ <li><a href="../../../../docs/Testing_md.html">Testing</a>
91
+
92
+ <li><a href="../../../../docs/_layouts/default_html.html">default.html</a>
93
+
94
+ <li><a href="../../../../docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
95
+
96
+ <li><a href="../../../../docs/_sass/normalize_scss.html">normalize.scss</a>
97
+
98
+ <li><a href="../../../../docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
99
+
100
+ <li><a href="../../../../docs/_sass/variables_scss.html">variables.scss</a>
101
+
102
+ <li><a href="../../../../docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
103
+
104
+ <li><a href="../../../../docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
105
+
106
+ <li><a href="../../../../docs/_site/How_to_Build_html.html">How_to_Build.html</a>
107
+
108
+ <li><a href="../../../../docs/_site/Testing_html.html">Testing.html</a>
109
+
110
+ <li><a href="../../../../docs/_site/assets/css/style_css.html">style.css</a>
111
+
112
+ <li><a href="../../../../docs/_site/index_html.html">index.html</a>
113
+
114
+ <li><a href="../../../../docs/_site/script/bootstrap.html">bootstrap</a>
115
+
116
+ <li><a href="../../../../docs/_site/script/cibuild.html">cibuild</a>
117
+
118
+ <li><a href="../../../../docs/_site/script/release.html">release</a>
119
+
120
+ <li><a href="../../../../docs/_site/script/server.html">server</a>
121
+
122
+ <li><a href="../../../../docs/assets/css/style_scss.html">style.scss</a>
123
+
124
+ <li><a href="../../../../docs/index_md.html">index</a>
125
+
126
+ <li><a href="../../../../docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
127
+
128
+ <li><a href="../../../../docs/script/bootstrap.html">bootstrap</a>
129
+
130
+ <li><a href="../../../../docs/script/cibuild.html">cibuild</a>
131
+
132
+ <li><a href="../../../../docs/script/release.html">release</a>
133
+
134
+ <li><a href="../../../../docs/script/server.html">server</a>
135
+
136
+ <li><a href="../../../../exec/rps_bash.html">rps.bash</a>
137
+
138
+ <li><a href="../../../../exec/run_bat.html">run.bat</a>
139
+
140
+ <li><a href="../../../../exec/uninstall_sh.html">uninstall.sh</a>
141
+
142
+ <li><a href="../../../../rps_gemspec.html">rps.gemspec</a>
143
+
144
+ </ul>
145
+ </div>
146
+
147
+ </div>
148
+ </nav>
149
+
150
+ <main role="main" aria-label="Page docs/_site/assets/css/style.css">
151
+
152
+ <pre>! normalize.css v3.0.2 | MIT License | git.io/normalize
153
+ 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.</pre>
154
+
155
+ <p>html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */
156
+ -webkit-text-size-adjust: 100%; /* 2 */ }</p>
157
+
158
+ <p>/** Remove default margin. */ body { margin: 0; }</p>
159
+
160
+ <p>/* HTML5 display definitions
161
+ ==========================================================================
162
+ */ /** Correct `block` display not defined for any HTML5 element in IE 8/9.
163
+ Correct `block` display not defined for `details` or `summary` in IE 10/11
164
+ and Firefox. Correct `block` display not defined for `main` in IE 11. */
165
+ article, aside, details, figcaption, figure, footer, header, hgroup, main,
166
+ menu, nav, section, summary { display: block; }</p>
167
+
168
+ <p>/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize
169
+ vertical alignment of `progress` in Chrome, Firefox, and Opera. */ audio,
170
+ canvas, progress, video { display: inline-block; /* 1 */ vertical-align:
171
+ baseline; /* 2 */ }</p>
172
+
173
+ <p>/** Prevent modern browsers from displaying `audio` without controls.
174
+ Remove excess height in iOS 5 devices. */ <a
175
+ href="controls">audio:not(</a>) { display: none; height: 0; }</p>
176
+
177
+ <p>/** Address `[hidden]` styling not present in IE 8/9/10. Hide the
178
+ `template` element in IE 8/9/11, Safari, and Firefox &lt; 22. */ [hidden],
179
+ template { display: none; }</p>
180
+
181
+ <p>/* Links
182
+ ==========================================================================
183
+ */ /** Remove the gray background color from active links in IE 10. */ a {
184
+ background-color: transparent; }</p>
185
+
186
+ <p>/** Improve readability when focused and also mouse hovered in all
187
+ browsers. */ a:active, a:hover { outline: 0; }</p>
188
+
189
+ <p>/* Text-level semantics
190
+ ==========================================================================
191
+ */ /** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
192
+ <a href="title">abbr</a> { border-bottom: 1px dotted; }</p>
193
+
194
+ <p>/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ b,
195
+ strong { font-weight: bold; }</p>
196
+
197
+ <p>/** Address styling not present in Safari and Chrome. */ dfn { font-style:
198
+ italic; }</p>
199
+
200
+ <p>/** Address variable `h1` font-size and margin within `section` and
201
+ `article` contexts in Firefox 4+, Safari, and Chrome. */ h1 { font-size:
202
+ 2em; margin: 0.67em 0; }</p>
203
+
204
+ <p>/** Address styling not present in IE 8/9. */ mark { background: ff0;
205
+ color: #000; }</p>
206
+
207
+ <p>/** Address inconsistent and variable font size in all browsers. */ small {
208
+ font-size: 80%; }</p>
209
+
210
+ <p>/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
211
+ sub, sup { font-size: 75%; line-height: 0; position: relative;
212
+ vertical-align: baseline; }</p>
213
+
214
+ <p>sup { top: -0.5em; }</p>
215
+
216
+ <p>sub { bottom: -0.25em; }</p>
217
+
218
+ <p>/* Embedded content
219
+ ==========================================================================
220
+ */ /** Remove border when inside `a` element in IE 8/9/10. */ img { border:
221
+ 0; }</p>
222
+
223
+ <p>/** Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) {
224
+ overflow: hidden; }</p>
225
+
226
+ <p>/* Grouping content
227
+ ==========================================================================
228
+ */ /** Address margin not present in IE 8/9 and Safari. */ figure { margin:
229
+ 1em 40px; }</p>
230
+
231
+ <p>/** Address differences between Firefox and other browsers. */ hr {
232
+ box-sizing: content-box; height: 0; }</p>
233
+
234
+ <p>/** Contain overflow in all browsers. */ pre { overflow: auto; }</p>
235
+
236
+ <p>/** Address odd `em`-unit font size rendering in all browsers. */ code,
237
+ kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }</p>
238
+
239
+ <p>/* Forms
240
+ ==========================================================================
241
+ */ /** Known limitation: by default, Chrome and Safari on OS X allow very
242
+ limited styling of `select`, unless a `border` property is set. */ /** 1.
243
+ Correct color not being inherited. Known issue: affects color of disabled
244
+ elements. 2. Correct font properties not being inherited. 3. Address
245
+ margins set differently in Firefox 4+, Safari, and Chrome. */ button,
246
+ input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit;
247
+ /* 2 */ margin: 0; /* 3 */ }</p>
248
+
249
+ <p>/** Address `overflow` set to `hidden` in IE 8/9/10/11. */ button {
250
+ overflow: visible; }</p>
251
+
252
+ <p>/** Address inconsistent `text-transform` inheritance for `button` and
253
+ `select`. All other form control elements do not inherit `text-transform`
254
+ values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and
255
+ Opera. Correct `select` style inheritance in Firefox. */ button, select {
256
+ text-transform: none; }</p>
257
+
258
+ <p>/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native
259
+ `audio` and `video` controls. 2. Correct inability to style clickable
260
+ `input` types in iOS. 3. Improve usability and consistency of cursor style
261
+ between image-type `input` and others. */ button, html <a
262
+ href="type="button"">input</a>, <a href="type="reset"">input</a>, <a
263
+ href="type="submit"">input</a> { -webkit-appearance: button; /* 2 */
264
+ cursor: pointer; /* 3 */ }</p>
265
+
266
+ <p>/** Re-set default cursor for disabled elements. */ <a
267
+ href="disabled">button</a>, html <a href="disabled">input</a> { cursor:
268
+ default; }</p>
269
+
270
+ <p>/** Remove inner padding and border in Firefox 4+. */
271
+ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;
272
+ }</p>
273
+
274
+ <p>/** Address Firefox 4+ setting `line-height` on `input` using `!important`
275
+ in the UA stylesheet. */ input { line-height: normal; }</p>
276
+
277
+ <p>/** It&#39;s recommended that you don&#39;t attempt to style these
278
+ elements. Firefox&#39;s implementation doesn&#39;t respect box-sizing,
279
+ padding, or width. 1. Address box sizing set to `content-box` in IE
280
+ 8/9/10. 2. Remove excess padding in IE 8/9/10. */ <a
281
+ href="type="checkbox"">input</a>, <a href="type="radio"">input</a> {
282
+ box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }</p>
283
+
284
+ <p>/** Fix the cursor style for Chrome&#39;s increment/decrement buttons. For
285
+ certain `font-size` values of the `input`, it causes the cursor style of
286
+ the decrement button to change from `default` to `text`. */ <a
287
+ href="type="number"">input</a>::-webkit-inner-spin-button, <a
288
+ href="type="number"">input</a>::-webkit-outer-spin-button { height: auto; }</p>
289
+
290
+ <p>/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2.
291
+ Address `box-sizing` set to `border-box` in Safari and Chrome (include
292
+ `-moz` to future-proof). */ <a href="type="search"">input</a> {
293
+ -webkit-appearance: textfield; /* 1 */ /* 2 */ box-sizing: content-box; }</p>
294
+
295
+ <p>/** Remove inner padding and search cancel button in Safari and Chrome on
296
+ OS X. Safari (but not Chrome) clips the cancel button when the search input
297
+ has padding (and `textfield` appearance). */ <a
298
+ href="type="search"">input</a>::-webkit-search-cancel-button, <a
299
+ href="type="search"">input</a>::-webkit-search-decoration {
300
+ -webkit-appearance: none; }</p>
301
+
302
+ <p>/** Define consistent border, margin, and padding. */ fieldset { border:
303
+ 1px solid c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }</p>
304
+
305
+ <p>/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove
306
+ padding so people aren&#39;t caught out if they zero out fieldsets. */
307
+ legend { border: 0; /* 1 */ padding: 0; /* 2 */ }</p>
308
+
309
+ <p>/** Remove default vertical scrollbar in IE 8/9/10/11. */ textarea {
310
+ overflow: auto; }</p>
311
+
312
+ <p>/** Don&#39;t inherit the `font-weight` (applied by a rule above). NOTE:
313
+ the default cannot safely be changed in Chrome and Safari on OS X. */
314
+ optgroup { font-weight: bold; }</p>
315
+
316
+ <p>/* Tables
317
+ ==========================================================================
318
+ */ /** Remove most spacing between table cells. */ table { border-collapse:
319
+ collapse; border-spacing: 0; }</p>
320
+
321
+ <p>td, th { padding: 0; }</p>
322
+
323
+ <p>.highlight table td { padding: 5px; }</p>
324
+
325
+ <p>.highlight table pre { margin: 0; }</p>
326
+
327
+ <p>.highlight .cm { color: #999988; font-style: italic; }</p>
328
+
329
+ <p>.highlight .cp { color: #999999; font-weight: bold; }</p>
330
+
331
+ <p>.highlight .c1 { color: #999988; font-style: italic; }</p>
332
+
333
+ <p>.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }</p>
334
+
335
+ <p>.highlight .c, .highlight .cd { color: #999988; font-style: italic; }</p>
336
+
337
+ <p>.highlight .err { color: a61717; background-color: e3d2d2; }</p>
338
+
339
+ <p>.highlight .gd { color: #000000; background-color: ffdddd; }</p>
340
+
341
+ <p>.highlight .ge { color: #000000; font-style: italic; }</p>
342
+
343
+ <p>.highlight .gr { color: aa0000; }</p>
344
+
345
+ <p>.highlight .gh { color: #999999; }</p>
346
+
347
+ <p>.highlight .gi { color: #000000; background-color: ddffdd; }</p>
348
+
349
+ <p>.highlight .go { color: #888888; }</p>
350
+
351
+ <p>.highlight .gp { color: #555555; }</p>
352
+
353
+ <p>.highlight .gs { font-weight: bold; }</p>
354
+
355
+ <p>.highlight .gu { color: aaaaaa; }</p>
356
+
357
+ <p>.highlight .gt { color: aa0000; }</p>
358
+
359
+ <p>.highlight .kc { color: #000000; font-weight: bold; }</p>
360
+
361
+ <p>.highlight .kd { color: #000000; font-weight: bold; }</p>
362
+
363
+ <p>.highlight .kn { color: #000000; font-weight: bold; }</p>
364
+
365
+ <p>.highlight .kp { color: #000000; font-weight: bold; }</p>
366
+
367
+ <p>.highlight .kr { color: #000000; font-weight: bold; }</p>
368
+
369
+ <p>.highlight .kt { color: #445588; font-weight: bold; }</p>
370
+
371
+ <p>.highlight .k, .highlight .kv { color: #000000; font-weight: bold; }</p>
372
+
373
+ <p>.highlight .mf { color: #009999; }</p>
374
+
375
+ <p>.highlight .mh { color: #009999; }</p>
376
+
377
+ <p>.highlight .il { color: #009999; }</p>
378
+
379
+ <p>.highlight .mi { color: #009999; }</p>
380
+
381
+ <p>.highlight .mo { color: #009999; }</p>
382
+
383
+ <p>.highlight .m, .highlight .mb, .highlight .mx { color: #009999; }</p>
384
+
385
+ <p>.highlight .sb { color: d14; }</p>
386
+
387
+ <p>.highlight .sc { color: d14; }</p>
388
+
389
+ <p>.highlight .sd { color: d14; }</p>
390
+
391
+ <p>.highlight .s2 { color: d14; }</p>
392
+
393
+ <p>.highlight .se { color: d14; }</p>
394
+
395
+ <p>.highlight .sh { color: d14; }</p>
396
+
397
+ <p>.highlight .si { color: d14; }</p>
398
+
399
+ <p>.highlight .sx { color: d14; }</p>
400
+
401
+ <p>.highlight .sr { color: #009926; }</p>
402
+
403
+ <p>.highlight .s1 { color: d14; }</p>
404
+
405
+ <p>.highlight .ss { color: #990073; }</p>
406
+
407
+ <p>.highlight .s { color: d14; }</p>
408
+
409
+ <p>.highlight .na { color: #008080; }</p>
410
+
411
+ <p>.highlight .bp { color: #999999; }</p>
412
+
413
+ <p>.highlight .nb { color: #0086B3; }</p>
414
+
415
+ <p>.highlight .nc { color: #445588; font-weight: bold; }</p>
416
+
417
+ <p>.highlight .no { color: #008080; }</p>
418
+
419
+ <p>.highlight .nd { color: #3c5d5d; font-weight: bold; }</p>
420
+
421
+ <p>.highlight .ni { color: #800080; }</p>
422
+
423
+ <p>.highlight .ne { color: #990000; font-weight: bold; }</p>
424
+
425
+ <p>.highlight .nf { color: #990000; font-weight: bold; }</p>
426
+
427
+ <p>.highlight .nl { color: #990000; font-weight: bold; }</p>
428
+
429
+ <p>.highlight .nn { color: #555555; }</p>
430
+
431
+ <p>.highlight .nt { color: #000080; }</p>
432
+
433
+ <p>.highlight .vc { color: #008080; }</p>
434
+
435
+ <p>.highlight .vg { color: #008080; }</p>
436
+
437
+ <p>.highlight .vi { color: #008080; }</p>
438
+
439
+ <p>.highlight .nv { color: #008080; }</p>
440
+
441
+ <p>.highlight .ow { color: #000000; font-weight: bold; }</p>
442
+
443
+ <p>.highlight .o { color: #000000; font-weight: bold; }</p>
444
+
445
+ <p>.highlight .w { color: bbbbbb; }</p>
446
+
447
+ <p>.highlight { background-color: f8f8f8; }</p>
448
+
449
+ <pre>{ box-sizing: border-box; }</pre>
450
+
451
+ <p>body { padding: 0; margin: 0; font-family: “Open Sans”, “Helvetica Neue”,
452
+ Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color:
453
+ #606c71; }</p>
454
+
455
+ <p>a { color: #1e6bb8; text-decoration: none; } a:hover { text-decoration:
456
+ underline; }</p>
457
+
458
+ <p>.btn { display: inline-block; margin-bottom: 1rem; color: rgba(255, 255,
459
+ 255, 0.7); background-color: rgba(255, 255, 255, 0.08); border-color:
460
+ rgba(255, 255, 255, 0.2); border-style: solid; border-width: 1px;
461
+ border-radius: 0.3rem; transition: color 0.2s, background-color 0.2s,
462
+ border-color 0.2s; } .btn:hover { color: rgba(255, 255, 255, 0.8);
463
+ text-decoration: none; background-color: rgba(255, 255, 255, 0.2);
464
+ border-color: rgba(255, 255, 255, 0.3); } .btn + .btn { margin-left: 1rem;
465
+ } @media screen and (min-width: 64em) { .btn { padding: 0.75rem 1rem; } }
466
+ @media screen and (min-width: 42em) and (max-width: 64em) { .btn { padding:
467
+ 0.6rem 0.9rem; font-size: 0.9rem; } } @media screen and (max-width: 42em) {
468
+ .btn { display: block; width: 100%; padding: 0.75rem; font-size: 0.9rem; }</p>
469
+
470
+ <pre>.btn + .btn { margin-top: 1rem; margin-left: 0; } }</pre>
471
+
472
+ <p>.page-header { color: fff; text-align: center; background-color: #159957;
473
+ background-image: linear-gradient(120deg, #155799, #159957); } @media
474
+ screen and (min-width: 64em) { .page-header { padding: 5rem 6rem; } }
475
+ @media screen and (min-width: 42em) and (max-width: 64em) { .page-header {
476
+ padding: 3rem 4rem; } } @media screen and (max-width: 42em) { .page-header
477
+ { padding: 2rem 1rem; } }</p>
478
+
479
+ <p>.project-name { margin-top: 0; margin-bottom: 0.1rem; } @media screen and
480
+ (min-width: 64em) { .project-name { font-size: 3.25rem; } } @media screen
481
+ and (min-width: 42em) and (max-width: 64em) { .project-name { font-size:
482
+ 2.25rem; } } @media screen and (max-width: 42em) { .project-name {
483
+ font-size: 1.75rem; } }</p>
484
+
485
+ <p>.project-tagline { margin-bottom: 2rem; font-weight: normal; opacity: 0.7;
486
+ } @media screen and (min-width: 64em) { .project-tagline { font-size:
487
+ 1.25rem; } } @media screen and (min-width: 42em) and (max-width: 64em) {
488
+ .project-tagline { font-size: 1.15rem; } } @media screen and (max-width:
489
+ 42em) { .project-tagline { font-size: 1rem; } }</p>
490
+
491
+ <p>.main-content { word-wrap: break-word; } .main-content :first-child {
492
+ margin-top: 0; } @media screen and (min-width: 64em) { .main-content {
493
+ max-width: 64rem; padding: 2rem 6rem; margin: 0 auto; font-size: 1.1rem; }
494
+ } @media screen and (min-width: 42em) and (max-width: 64em) { .main-content
495
+ { padding: 2rem 4rem; font-size: 1.1rem; } } @media screen and (max-width:
496
+ 42em) { .main-content { padding: 2rem 1rem; font-size: 1rem; } }
497
+ .main-content img { max-width: 100%; } .main-content h1, .main-content h2,
498
+ .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
499
+ margin-top: 2rem; margin-bottom: 1rem; font-weight: normal; color: #159957;
500
+ } .main-content p { margin-bottom: 1em; } .main-content code { padding: 2px
501
+ 4px; font-family: Consolas, “Liberation Mono”, Menlo, Courier, monospace;
502
+ font-size: 0.9rem; color: #567482; background-color: f3f6fa; border-radius:
503
+ 0.3rem; } .main-content pre { padding: 0.8rem; margin-top: 0;
504
+ margin-bottom: 1rem; font: 1rem Consolas, “Liberation Mono”, Menlo,
505
+ Courier, monospace; color: #567482; word-wrap: normal; background-color:
506
+ f3f6fa; border: solid 1px dce6f0; border-radius: 0.3rem; } .main-content
507
+ pre &gt; code { padding: 0; margin: 0; font-size: 0.9rem; color: #567482;
508
+ word-break: normal; white-space: pre; background: transparent; border: 0; }
509
+ .main-content .highlight { margin-bottom: 1rem; } .main-content .highlight
510
+ pre { margin-bottom: 0; word-break: normal; } .main-content .highlight pre,
511
+ .main-content pre { padding: 0.8rem; overflow: auto; font-size: 0.9rem;
512
+ line-height: 1.45; border-radius: 0.3rem; -webkit-overflow-scrolling:
513
+ touch; } .main-content pre code, .main-content pre tt { display: inline;
514
+ max-width: initial; padding: 0; margin: 0; overflow: initial; line-height:
515
+ inherit; word-wrap: normal; background-color: transparent; border: 0; }
516
+ .main-content pre code:before, .main-content pre code:after, .main-content
517
+ pre tt:before, .main-content pre tt:after { content: normal; }
518
+ .main-content ul, .main-content ol { margin-top: 0; } .main-content
519
+ blockquote { padding: 0 1rem; margin-left: 0; color: #819198; border-left:
520
+ 0.3rem solid dce6f0; } .main-content blockquote &gt; :first-child {
521
+ margin-top: 0; } .main-content blockquote &gt; :last-child { margin-bottom:
522
+ 0; } .main-content table { display: block; width: 100%; overflow: auto;
523
+ word-break: normal; word-break: keep-all; -webkit-overflow-scrolling:
524
+ touch; } .main-content table th { font-weight: bold; } .main-content table
525
+ th, .main-content table td { padding: 0.5rem 1rem; border: 1px solid
526
+ e9ebec; } .main-content dl { padding: 0; } .main-content dl dt { padding:
527
+ 0; margin-top: 1rem; font-size: 1rem; font-weight: bold; } .main-content dl
528
+ dd { padding: 0; margin-bottom: 1rem; } .main-content hr { height: 2px;
529
+ padding: 0; margin: 1rem 0; background-color: eff0f1; border: 0; }</p>
530
+
531
+ <p>.site-footer { padding-top: 2rem; margin-top: 2rem; border-top: solid 1px
532
+ eff0f1; } @media screen and (min-width: 64em) { .site-footer { font-size:
533
+ 1rem; } } @media screen and (min-width: 42em) and (max-width: 64em) {
534
+ .site-footer { font-size: 1rem; } } @media screen and (max-width: 42em) {
535
+ .site-footer { font-size: 0.9rem; } }</p>
536
+
537
+ <p>.site-footer-owner { display: block; font-weight: bold; }</p>
538
+
539
+ <p>.site-footer-credits { color: #819198; }</p>
540
+ </main>
541
+
542
+
543
+
544
+ <footer id="validator-badges" role="contentinfo">
545
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
546
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
547
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
548
+ </footer>
549
+