PlayRockPaperScissorsGame 2.0.7 → 2.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/doc/Constants.html +135 -0
- data/doc/Gemfile.html +174 -0
- data/doc/Gemfile_lock.html +199 -0
- data/doc/LICENSE.html +183 -0
- data/doc/PlayRockPaperScissorsGame.html +110 -0
- data/doc/PlayRockPaperScissorsGame/Constants.html +135 -0
- data/doc/PlayRockPaperScissorsGame/PrivateMethods.html +96 -0
- data/doc/PrivateMethods.html +96 -0
- data/doc/README_md.html +227 -0
- data/doc/RakeTest.html +268 -0
- data/doc/RakeTest/Constants.html +135 -0
- data/doc/RakeTest/PrivateMethods.html +96 -0
- data/doc/Rakefile.html +187 -0
- data/doc/RockPaperScissors_sublime-project.html +196 -0
- data/doc/RockPaperScissors_sublime-workspace.html +1049 -0
- data/doc/certs/gem-public_cert_pem.html +181 -0
- data/doc/created.rid +52 -0
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +590 -0
- data/doc/docs/CODE_OF_CONDUCT_md.html +270 -0
- data/doc/docs/CONTRIBUTING_md.html +239 -0
- data/doc/docs/Gemfile.html +164 -0
- data/doc/docs/Gemfile_lock.html +373 -0
- data/doc/docs/How_to_Build_md.html +207 -0
- data/doc/docs/LICENSE.html +286 -0
- data/doc/docs/Testing_md.html +200 -0
- data/doc/docs/_layouts/default_html.html +212 -0
- data/doc/docs/_sass/jekyll-theme-cayman_scss.html +531 -0
- data/doc/docs/_sass/normalize_scss.html +679 -0
- data/doc/docs/_sass/rouge-github_scss.html +431 -0
- data/doc/docs/_sass/variables_scss.html +173 -0
- data/doc/docs/_site/CODE_OF_CONDUCT_html.html +305 -0
- data/doc/docs/_site/CONTRIBUTING_html.html +261 -0
- data/doc/docs/_site/How_to_Build_html.html +236 -0
- data/doc/docs/_site/Testing_html.html +237 -0
- data/doc/docs/_site/assets/css/style_css.html +549 -0
- data/doc/docs/_site/index_html.html +305 -0
- data/doc/docs/_site/script/bootstrap.html +166 -0
- data/doc/docs/_site/script/cibuild.html +166 -0
- data/doc/docs/_site/script/release.html +209 -0
- data/doc/docs/_site/script/server.html +164 -0
- data/doc/docs/assets/css/style_scss.html +164 -0
- data/doc/docs/index_md.html +259 -0
- data/doc/docs/jekyll-theme-cayman_gemspec.html +180 -0
- data/doc/docs/script/bootstrap.html +166 -0
- data/doc/docs/script/cibuild.html +166 -0
- data/doc/docs/script/release.html +209 -0
- data/doc/docs/script/server.html +164 -0
- data/doc/exec/rps_bash.html +234 -0
- data/doc/exec/run_bat.html +185 -0
- data/doc/exec/uninstall_sh.html +194 -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 +186 -0
- data/doc/js/darkfish.js +161 -0
- data/doc/js/jquery.js +4 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +229 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/rps_gemspec.html +201 -0
- data/doc/table_of_contents.html +280 -0
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +1 -1
- metadata +95 -1
- metadata.gz.sig +0 -0
@@ -0,0 +1,200 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Testing - 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
|
+
<div class="nav-section">
|
56
|
+
<h3>Table of Contents</h3>
|
57
|
+
|
58
|
+
<ul class="link-list" role="directory">
|
59
|
+
<li><a href="#label-How+to+test+this+Gem">How to test this Gem</a>
|
60
|
+
<li><a href="#label-What+you+will+need">What you will need</a>
|
61
|
+
<li><a href="#label-Start+Testing">Start Testing</a>
|
62
|
+
<li><a href="#label-Site+Nav">Site Nav</a>
|
63
|
+
</ul>
|
64
|
+
</div>
|
65
|
+
|
66
|
+
|
67
|
+
<div id="project-metadata">
|
68
|
+
<div id="fileindex-section" class="nav-section">
|
69
|
+
<h3>Pages</h3>
|
70
|
+
|
71
|
+
<ul class="link-list">
|
72
|
+
|
73
|
+
<li><a href="../Gemfile.html">Gemfile</a>
|
74
|
+
|
75
|
+
<li><a href="../Gemfile_lock.html">Gemfile.lock</a>
|
76
|
+
|
77
|
+
<li><a href="../LICENSE.html">LICENSE</a>
|
78
|
+
|
79
|
+
<li><a href="../README_md.html">README</a>
|
80
|
+
|
81
|
+
<li><a href="../Rakefile.html">Rakefile</a>
|
82
|
+
|
83
|
+
<li><a href="../RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
|
84
|
+
|
85
|
+
<li><a href="../RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
|
86
|
+
|
87
|
+
<li><a href="../certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
|
88
|
+
|
89
|
+
<li><a href="../docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
90
|
+
|
91
|
+
<li><a href="../docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
|
92
|
+
|
93
|
+
<li><a href="../docs/Gemfile.html">Gemfile</a>
|
94
|
+
|
95
|
+
<li><a href="../docs/Gemfile_lock.html">Gemfile.lock</a>
|
96
|
+
|
97
|
+
<li><a href="../docs/How_to_Build_md.html">How_to_Build</a>
|
98
|
+
|
99
|
+
<li><a href="../docs/LICENSE.html">LICENSE</a>
|
100
|
+
|
101
|
+
<li><a href="../docs/Testing_md.html">Testing</a>
|
102
|
+
|
103
|
+
<li><a href="../docs/_layouts/default_html.html">default.html</a>
|
104
|
+
|
105
|
+
<li><a href="../docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
|
106
|
+
|
107
|
+
<li><a href="../docs/_sass/normalize_scss.html">normalize.scss</a>
|
108
|
+
|
109
|
+
<li><a href="../docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
|
110
|
+
|
111
|
+
<li><a href="../docs/_sass/variables_scss.html">variables.scss</a>
|
112
|
+
|
113
|
+
<li><a href="../docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
|
114
|
+
|
115
|
+
<li><a href="../docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
|
116
|
+
|
117
|
+
<li><a href="../docs/_site/How_to_Build_html.html">How_to_Build.html</a>
|
118
|
+
|
119
|
+
<li><a href="../docs/_site/Testing_html.html">Testing.html</a>
|
120
|
+
|
121
|
+
<li><a href="../docs/_site/assets/css/style_css.html">style.css</a>
|
122
|
+
|
123
|
+
<li><a href="../docs/_site/index_html.html">index.html</a>
|
124
|
+
|
125
|
+
<li><a href="../docs/_site/script/bootstrap.html">bootstrap</a>
|
126
|
+
|
127
|
+
<li><a href="../docs/_site/script/cibuild.html">cibuild</a>
|
128
|
+
|
129
|
+
<li><a href="../docs/_site/script/release.html">release</a>
|
130
|
+
|
131
|
+
<li><a href="../docs/_site/script/server.html">server</a>
|
132
|
+
|
133
|
+
<li><a href="../docs/assets/css/style_scss.html">style.scss</a>
|
134
|
+
|
135
|
+
<li><a href="../docs/index_md.html">index</a>
|
136
|
+
|
137
|
+
<li><a href="../docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
|
138
|
+
|
139
|
+
<li><a href="../docs/script/bootstrap.html">bootstrap</a>
|
140
|
+
|
141
|
+
<li><a href="../docs/script/cibuild.html">cibuild</a>
|
142
|
+
|
143
|
+
<li><a href="../docs/script/release.html">release</a>
|
144
|
+
|
145
|
+
<li><a href="../docs/script/server.html">server</a>
|
146
|
+
|
147
|
+
<li><a href="../exec/rps_bash.html">rps.bash</a>
|
148
|
+
|
149
|
+
<li><a href="../exec/run_bat.html">run.bat</a>
|
150
|
+
|
151
|
+
<li><a href="../exec/uninstall_sh.html">uninstall.sh</a>
|
152
|
+
|
153
|
+
<li><a href="../rps_gemspec.html">rps.gemspec</a>
|
154
|
+
|
155
|
+
</ul>
|
156
|
+
</div>
|
157
|
+
|
158
|
+
</div>
|
159
|
+
</nav>
|
160
|
+
|
161
|
+
<main role="main" aria-label="Page docs/Testing.md">
|
162
|
+
|
163
|
+
<p>— layout: default —</p>
|
164
|
+
|
165
|
+
<h1 id="label-How+to+test+this+Gem">How to test this Gem<span><a href="#label-How+to+test+this+Gem">¶</a> <a href="#top">↑</a></span></h1>
|
166
|
+
|
167
|
+
<h2 id="label-What+you+will+need">What you will need<span><a href="#label-What+you+will+need">¶</a> <a href="#top">↑</a></span></h2>
|
168
|
+
<ol><li>
|
169
|
+
<p>Ruby & Ruby Gems installed</p>
|
170
|
+
</li><li>
|
171
|
+
<p>Rake installed</p>
|
172
|
+
</li><li>
|
173
|
+
<p>The RockPaperScissors repo cloned or downloaded</p>
|
174
|
+
</li></ol>
|
175
|
+
|
176
|
+
<h2 id="label-Start+Testing">Start <a href="Testing_md.html">Testing</a><span><a href="#label-Start+Testing">¶</a> <a href="#top">↑</a></span></h2>
|
177
|
+
<ol><li>
|
178
|
+
<p>Open <code>Terminal</code>/<code>Command Prompt</code> and <code>cd</code>
|
179
|
+
to the directory of the repo's folder</p>
|
180
|
+
</li><li>
|
181
|
+
<p>Type: <code>rake test</code> and hit
|
182
|
+
<kbd>enter</kbd>/<kbd>return</kbd></p>
|
183
|
+
</li></ol>
|
184
|
+
<hr>
|
185
|
+
|
186
|
+
<h2 id="label-Site+Nav">Site Nav<span><a href="#label-Site+Nav">¶</a> <a href="#top">↑</a></span></h2>
|
187
|
+
|
188
|
+
<p><a href="./">Home</a> | <a href="How_to_Build">How to Build</a> | <a
|
189
|
+
href="CONTRIBUTING">Contributing</a> | <a href="CODE_OF_CONDUCT">Code of
|
190
|
+
Conduct</a></p>
|
191
|
+
</main>
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
<footer id="validator-badges" role="contentinfo">
|
196
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
197
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
198
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
199
|
+
</footer>
|
200
|
+
|
@@ -0,0 +1,212 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>default.html - 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/_layouts/default.html">
|
151
|
+
|
152
|
+
<p><!DOCTYPE html> <html lang=“en-us”></p>
|
153
|
+
|
154
|
+
<pre><head>
|
155
|
+
<meta charset="UTF-8">
|
156
|
+
<title>{{ page.title | default: site.title }}</title>
|
157
|
+
<meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
|
158
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
159
|
+
<meta name="theme-color" content="#157878">
|
160
|
+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
161
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
162
|
+
</head>
|
163
|
+
<body>
|
164
|
+
<section class="page-header">
|
165
|
+
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
|
166
|
+
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
167
|
+
{% if site.github.is_project_page %}
|
168
|
+
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
169
|
+
<a href="{{ site.github.issues_url }}" class="btn">Report a Bug</a>
|
170
|
+
{% endif %}
|
171
|
+
{% if site.show_downloads %}
|
172
|
+
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
173
|
+
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
174
|
+
{% endif %}
|
175
|
+
<br/>
|
176
|
+
<a href="#site-nav" class="btn">Site Nav</a>
|
177
|
+
</section>
|
178
|
+
|
179
|
+
<section class="main-content">
|
180
|
+
{{ content }}
|
181
|
+
|
182
|
+
<footer class="site-footer">
|
183
|
+
{% if site.github.is_project_page %}
|
184
|
+
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
185
|
+
{% endif %}
|
186
|
+
</footer>
|
187
|
+
</section>
|
188
|
+
|
189
|
+
{% if site.google_analytics %}
|
190
|
+
<script type="text/javascript">
|
191
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
192
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
193
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
194
|
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
195
|
+
|
196
|
+
ga('create', '{{ site.google_analytics }}', 'auto');
|
197
|
+
ga('send', 'pageview');
|
198
|
+
</script>
|
199
|
+
{% endif %}
|
200
|
+
</body></pre>
|
201
|
+
|
202
|
+
<p></html></p>
|
203
|
+
</main>
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
<footer id="validator-badges" role="contentinfo">
|
208
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
209
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
210
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
211
|
+
</footer>
|
212
|
+
|
@@ -0,0 +1,531 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>jekyll-theme-cayman.scss - 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/_sass/jekyll-theme-cayman.scss">
|
151
|
+
|
152
|
+
<p>@import “normalize”; @import “rouge-github”; @import “variables”;</p>
|
153
|
+
|
154
|
+
<p>@mixin large {</p>
|
155
|
+
|
156
|
+
<pre>@media screen and (min-width: #{$large-breakpoint}) {
|
157
|
+
@content;
|
158
|
+
}</pre>
|
159
|
+
|
160
|
+
<p>}</p>
|
161
|
+
|
162
|
+
<p>@mixin medium {</p>
|
163
|
+
|
164
|
+
<pre>@media screen and (min-width: #{$medium-breakpoint}) and (max-width: #{$large-breakpoint}) {
|
165
|
+
@content;
|
166
|
+
}</pre>
|
167
|
+
|
168
|
+
<p>}</p>
|
169
|
+
|
170
|
+
<p>@mixin small {</p>
|
171
|
+
|
172
|
+
<pre>@media screen and (max-width: #{$medium-breakpoint}) {
|
173
|
+
@content;
|
174
|
+
}</pre>
|
175
|
+
|
176
|
+
<p>}</p>
|
177
|
+
<ul><li>
|
178
|
+
<p>{ box-sizing: border-box;</p>
|
179
|
+
</li></ul>
|
180
|
+
|
181
|
+
<p>}</p>
|
182
|
+
|
183
|
+
<p>body {</p>
|
184
|
+
|
185
|
+
<pre>padding: 0;
|
186
|
+
margin: 0;
|
187
|
+
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
188
|
+
font-size: 16px;
|
189
|
+
line-height: 1.5;
|
190
|
+
color: $body-text-color;</pre>
|
191
|
+
|
192
|
+
<p>}</p>
|
193
|
+
|
194
|
+
<p>a {</p>
|
195
|
+
|
196
|
+
<pre>color: $body-link-color;
|
197
|
+
text-decoration: none;
|
198
|
+
|
199
|
+
&:hover {
|
200
|
+
text-decoration: underline;
|
201
|
+
}</pre>
|
202
|
+
|
203
|
+
<p>}</p>
|
204
|
+
|
205
|
+
<p>.btn {</p>
|
206
|
+
|
207
|
+
<pre>display: inline-block;
|
208
|
+
margin-bottom: 1rem;
|
209
|
+
color: rgba(255, 255, 255, 0.7);
|
210
|
+
background-color: rgba(255, 255, 255, 0.08);
|
211
|
+
border-color: rgba(255, 255, 255, 0.2);
|
212
|
+
border-style: solid;
|
213
|
+
border-width: 1px;
|
214
|
+
border-radius: 0.3rem;
|
215
|
+
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
|
216
|
+
|
217
|
+
&:hover {
|
218
|
+
color: rgba(255, 255, 255, 0.8);
|
219
|
+
text-decoration: none;
|
220
|
+
background-color: rgba(255, 255, 255, 0.2);
|
221
|
+
border-color: rgba(255, 255, 255, 0.3);
|
222
|
+
}
|
223
|
+
|
224
|
+
+ .btn {
|
225
|
+
margin-left: 1rem;
|
226
|
+
}
|
227
|
+
|
228
|
+
@include large {
|
229
|
+
padding: 0.75rem 1rem;
|
230
|
+
}
|
231
|
+
|
232
|
+
@include medium {
|
233
|
+
padding: 0.6rem 0.9rem;
|
234
|
+
font-size: 0.9rem;
|
235
|
+
}
|
236
|
+
|
237
|
+
@include small {
|
238
|
+
display: block;
|
239
|
+
width: 100%;
|
240
|
+
padding: 0.75rem;
|
241
|
+
font-size: 0.9rem;
|
242
|
+
|
243
|
+
+ .btn {
|
244
|
+
margin-top: 1rem;
|
245
|
+
margin-left: 0;
|
246
|
+
}
|
247
|
+
}</pre>
|
248
|
+
|
249
|
+
<p>}</p>
|
250
|
+
|
251
|
+
<p>.page-header {</p>
|
252
|
+
|
253
|
+
<pre>color: $header-heading-color;
|
254
|
+
text-align: center;
|
255
|
+
background-color: $header-bg-color;
|
256
|
+
background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
|
257
|
+
|
258
|
+
@include large {
|
259
|
+
padding: 5rem 6rem;
|
260
|
+
}
|
261
|
+
|
262
|
+
@include medium {
|
263
|
+
padding: 3rem 4rem;
|
264
|
+
}
|
265
|
+
|
266
|
+
@include small {
|
267
|
+
padding: 2rem 1rem;
|
268
|
+
}</pre>
|
269
|
+
|
270
|
+
<p>}</p>
|
271
|
+
|
272
|
+
<p>.project-name {</p>
|
273
|
+
|
274
|
+
<pre>margin-top: 0;
|
275
|
+
margin-bottom: 0.1rem;
|
276
|
+
|
277
|
+
@include large {
|
278
|
+
font-size: 3.25rem;
|
279
|
+
}
|
280
|
+
|
281
|
+
@include medium {
|
282
|
+
font-size: 2.25rem;
|
283
|
+
}
|
284
|
+
|
285
|
+
@include small {
|
286
|
+
font-size: 1.75rem;
|
287
|
+
}</pre>
|
288
|
+
|
289
|
+
<p>}</p>
|
290
|
+
|
291
|
+
<p>.project-tagline {</p>
|
292
|
+
|
293
|
+
<pre>margin-bottom: 2rem;
|
294
|
+
font-weight: normal;
|
295
|
+
opacity: 0.7;
|
296
|
+
|
297
|
+
@include large {
|
298
|
+
font-size: 1.25rem;
|
299
|
+
}
|
300
|
+
|
301
|
+
@include medium {
|
302
|
+
font-size: 1.15rem;
|
303
|
+
}
|
304
|
+
|
305
|
+
@include small {
|
306
|
+
font-size: 1rem;
|
307
|
+
}</pre>
|
308
|
+
|
309
|
+
<p>}</p>
|
310
|
+
|
311
|
+
<p>.main-content {</p>
|
312
|
+
|
313
|
+
<pre>word-wrap: break-word;
|
314
|
+
|
315
|
+
:first-child {
|
316
|
+
margin-top: 0;
|
317
|
+
}
|
318
|
+
|
319
|
+
@include large {
|
320
|
+
max-width: 64rem;
|
321
|
+
padding: 2rem 6rem;
|
322
|
+
margin: 0 auto;
|
323
|
+
font-size: 1.1rem;
|
324
|
+
}
|
325
|
+
|
326
|
+
@include medium {
|
327
|
+
padding: 2rem 4rem;
|
328
|
+
font-size: 1.1rem;
|
329
|
+
}
|
330
|
+
|
331
|
+
@include small {
|
332
|
+
padding: 2rem 1rem;
|
333
|
+
font-size: 1rem;
|
334
|
+
}
|
335
|
+
|
336
|
+
img {
|
337
|
+
max-width: 100%;
|
338
|
+
}
|
339
|
+
|
340
|
+
h1,
|
341
|
+
h2,
|
342
|
+
h3,
|
343
|
+
h4,
|
344
|
+
h5,
|
345
|
+
h6 {
|
346
|
+
margin-top: 2rem;
|
347
|
+
margin-bottom: 1rem;
|
348
|
+
font-weight: normal;
|
349
|
+
color: $section-headings-color;
|
350
|
+
}
|
351
|
+
|
352
|
+
p {
|
353
|
+
margin-bottom: 1em;
|
354
|
+
}
|
355
|
+
|
356
|
+
code {
|
357
|
+
padding: 2px 4px;
|
358
|
+
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
359
|
+
font-size: 0.9rem;
|
360
|
+
color: $code-text-color;
|
361
|
+
background-color: $code-bg-color;
|
362
|
+
border-radius: 0.3rem;
|
363
|
+
}
|
364
|
+
|
365
|
+
pre {
|
366
|
+
padding: 0.8rem;
|
367
|
+
margin-top: 0;
|
368
|
+
margin-bottom: 1rem;
|
369
|
+
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
370
|
+
color: $code-text-color;
|
371
|
+
word-wrap: normal;
|
372
|
+
background-color: $code-bg-color;
|
373
|
+
border: solid 1px $border-color;
|
374
|
+
border-radius: 0.3rem;
|
375
|
+
|
376
|
+
> code {
|
377
|
+
padding: 0;
|
378
|
+
margin: 0;
|
379
|
+
font-size: 0.9rem;
|
380
|
+
color: $code-text-color;
|
381
|
+
word-break: normal;
|
382
|
+
white-space: pre;
|
383
|
+
background: transparent;
|
384
|
+
border: 0;
|
385
|
+
}
|
386
|
+
}
|
387
|
+
|
388
|
+
.highlight {
|
389
|
+
margin-bottom: 1rem;
|
390
|
+
|
391
|
+
pre {
|
392
|
+
margin-bottom: 0;
|
393
|
+
word-break: normal;
|
394
|
+
}
|
395
|
+
}
|
396
|
+
|
397
|
+
.highlight pre,
|
398
|
+
pre {
|
399
|
+
padding: 0.8rem;
|
400
|
+
overflow: auto;
|
401
|
+
font-size: 0.9rem;
|
402
|
+
line-height: 1.45;
|
403
|
+
border-radius: 0.3rem;
|
404
|
+
-webkit-overflow-scrolling: touch;
|
405
|
+
}
|
406
|
+
|
407
|
+
pre code,
|
408
|
+
pre tt {
|
409
|
+
display: inline;
|
410
|
+
max-width: initial;
|
411
|
+
padding: 0;
|
412
|
+
margin: 0;
|
413
|
+
overflow: initial;
|
414
|
+
line-height: inherit;
|
415
|
+
word-wrap: normal;
|
416
|
+
background-color: transparent;
|
417
|
+
border: 0;
|
418
|
+
|
419
|
+
&:before,
|
420
|
+
&:after {
|
421
|
+
content: normal;
|
422
|
+
}
|
423
|
+
}
|
424
|
+
|
425
|
+
ul,
|
426
|
+
ol {
|
427
|
+
margin-top: 0;
|
428
|
+
}
|
429
|
+
|
430
|
+
blockquote {
|
431
|
+
padding: 0 1rem;
|
432
|
+
margin-left: 0;
|
433
|
+
color: $blockquote-text-color;
|
434
|
+
border-left: 0.3rem solid $border-color;
|
435
|
+
|
436
|
+
> :first-child {
|
437
|
+
margin-top: 0;
|
438
|
+
}
|
439
|
+
|
440
|
+
> :last-child {
|
441
|
+
margin-bottom: 0;
|
442
|
+
}
|
443
|
+
}
|
444
|
+
|
445
|
+
table {
|
446
|
+
display: block;
|
447
|
+
width: 100%;
|
448
|
+
overflow: auto;
|
449
|
+
word-break: normal;
|
450
|
+
word-break: keep-all; // For Firefox to horizontally scroll wider tables.
|
451
|
+
-webkit-overflow-scrolling: touch;
|
452
|
+
|
453
|
+
th {
|
454
|
+
font-weight: bold;
|
455
|
+
}
|
456
|
+
|
457
|
+
th,
|
458
|
+
td {
|
459
|
+
padding: 0.5rem 1rem;
|
460
|
+
border: 1px solid $table-border-color;
|
461
|
+
}
|
462
|
+
}
|
463
|
+
|
464
|
+
dl {
|
465
|
+
padding: 0;
|
466
|
+
|
467
|
+
dt {
|
468
|
+
padding: 0;
|
469
|
+
margin-top: 1rem;
|
470
|
+
font-size: 1rem;
|
471
|
+
font-weight: bold;
|
472
|
+
}
|
473
|
+
|
474
|
+
dd {
|
475
|
+
padding: 0;
|
476
|
+
margin-bottom: 1rem;
|
477
|
+
}
|
478
|
+
}
|
479
|
+
|
480
|
+
hr {
|
481
|
+
height: 2px;
|
482
|
+
padding: 0;
|
483
|
+
margin: 1rem 0;
|
484
|
+
background-color: $hr-border-color;
|
485
|
+
border: 0;
|
486
|
+
}</pre>
|
487
|
+
|
488
|
+
<p>}</p>
|
489
|
+
|
490
|
+
<p>.site-footer {</p>
|
491
|
+
|
492
|
+
<pre>padding-top: 2rem;
|
493
|
+
margin-top: 2rem;
|
494
|
+
border-top: solid 1px $hr-border-color;
|
495
|
+
|
496
|
+
@include large {
|
497
|
+
font-size: 1rem;
|
498
|
+
}
|
499
|
+
|
500
|
+
@include medium {
|
501
|
+
font-size: 1rem;
|
502
|
+
}
|
503
|
+
|
504
|
+
@include small {
|
505
|
+
font-size: 0.9rem;
|
506
|
+
}</pre>
|
507
|
+
|
508
|
+
<p>}</p>
|
509
|
+
|
510
|
+
<p>.site-footer-owner {</p>
|
511
|
+
|
512
|
+
<pre>display: block;
|
513
|
+
font-weight: bold;</pre>
|
514
|
+
|
515
|
+
<p>}</p>
|
516
|
+
|
517
|
+
<p>.site-footer-credits {</p>
|
518
|
+
|
519
|
+
<pre>color: $blockquote-text-color;</pre>
|
520
|
+
|
521
|
+
<p>}</p>
|
522
|
+
</main>
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
<footer id="validator-badges" role="contentinfo">
|
527
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
528
|
+
<p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
|
529
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
530
|
+
</footer>
|
531
|
+
|