alimento-alu0101132907 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +2 -0
  3. data/.gitignore +11 -0
  4. data/.rspec +3 -0
  5. data/.travis.yml +8 -0
  6. data/Gemfile +4 -0
  7. data/Gemfile.lock +97 -0
  8. data/Guardfile +84 -0
  9. data/README.md +27 -0
  10. data/Rakefile +6 -0
  11. data/alimento.gemspec +35 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/docs/Alimento.html +133 -0
  15. data/docs/Alimento/Comida.html +1129 -0
  16. data/docs/Alimento/Error.html +124 -0
  17. data/docs/Dll.html +1762 -0
  18. data/docs/Dll/Node.html +410 -0
  19. data/docs/Gemfile.html +100 -0
  20. data/docs/Gemfile_lock.html +178 -0
  21. data/docs/Guardfile.html +182 -0
  22. data/docs/Plato.html +1002 -0
  23. data/docs/PlatoEfi.html +561 -0
  24. data/docs/README_md.html +135 -0
  25. data/docs/Rakefile.html +101 -0
  26. data/docs/_index.html +183 -0
  27. data/docs/alimento_gemspec.html +132 -0
  28. data/docs/bin/setup.html +101 -0
  29. data/docs/class_list.html +51 -0
  30. data/docs/created.rid +16 -0
  31. data/docs/css/common.css +1 -0
  32. data/docs/css/fonts.css +167 -0
  33. data/docs/css/full_list.css +58 -0
  34. data/docs/css/rdoc.css +611 -0
  35. data/docs/css/style.css +496 -0
  36. data/docs/file.README.html +102 -0
  37. data/docs/file_list.html +56 -0
  38. data/docs/fonts/Lato-Light.ttf +0 -0
  39. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  40. data/docs/fonts/Lato-Regular.ttf +0 -0
  41. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  42. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  43. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  44. data/docs/frames.html +17 -0
  45. data/docs/images/add.png +0 -0
  46. data/docs/images/arrow_up.png +0 -0
  47. data/docs/images/brick.png +0 -0
  48. data/docs/images/brick_link.png +0 -0
  49. data/docs/images/bug.png +0 -0
  50. data/docs/images/bullet_black.png +0 -0
  51. data/docs/images/bullet_toggle_minus.png +0 -0
  52. data/docs/images/bullet_toggle_plus.png +0 -0
  53. data/docs/images/date.png +0 -0
  54. data/docs/images/delete.png +0 -0
  55. data/docs/images/find.png +0 -0
  56. data/docs/images/loadingAnimation.gif +0 -0
  57. data/docs/images/macFFBgHack.png +0 -0
  58. data/docs/images/package.png +0 -0
  59. data/docs/images/page_green.png +0 -0
  60. data/docs/images/page_white_text.png +0 -0
  61. data/docs/images/page_white_width.png +0 -0
  62. data/docs/images/plugin.png +0 -0
  63. data/docs/images/ruby.png +0 -0
  64. data/docs/images/tag_blue.png +0 -0
  65. data/docs/images/tag_green.png +0 -0
  66. data/docs/images/transparent.png +0 -0
  67. data/docs/images/wrench.png +0 -0
  68. data/docs/images/wrench_orange.png +0 -0
  69. data/docs/images/zoom.png +0 -0
  70. data/docs/index.html +102 -0
  71. data/docs/js/app.js +303 -0
  72. data/docs/js/darkfish.js +84 -0
  73. data/docs/js/full_list.js +216 -0
  74. data/docs/js/jquery.js +4 -0
  75. data/docs/js/navigation.js +106 -0
  76. data/docs/js/navigation.js.gz +0 -0
  77. data/docs/js/search.js +110 -0
  78. data/docs/js/search_index.js +1 -0
  79. data/docs/js/search_index.js.gz +0 -0
  80. data/docs/js/searcher.js +229 -0
  81. data/docs/js/searcher.js.gz +0 -0
  82. data/docs/method_list.html +411 -0
  83. data/docs/table_of_contents.html +259 -0
  84. data/docs/top-level-namespace.html +112 -0
  85. data/lib/alimento.rb +46 -0
  86. data/lib/alimento/alimento.rb +70 -0
  87. data/lib/alimento/dll.rb +164 -0
  88. data/lib/alimento/plato.rb +173 -0
  89. data/lib/alimento/version.rb +3 -0
  90. metadata +243 -0
@@ -0,0 +1,101 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>setup - 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/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
19
+
20
+ <link href="../css/fonts.css" rel="stylesheet">
21
+ <link href="../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+ <body id="top" role="document" class="file">
26
+ <nav role="navigation">
27
+ <div id="project-navigation">
28
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
29
+ <h2>
30
+ <a href="../index.html" rel="home">Home</a>
31
+ </h2>
32
+
33
+ <div id="table-of-contents-navigation">
34
+ <a href="../table_of_contents.html#pages">Pages</a>
35
+ <a href="../table_of_contents.html#classes">Classes</a>
36
+ <a href="../table_of_contents.html#methods">Methods</a>
37
+ </div>
38
+ </div>
39
+
40
+ <div id="search-section" role="search" class="project-section initially-hidden">
41
+ <form action="#" method="get" accept-charset="utf-8">
42
+ <div id="search-field-wrapper">
43
+ <input id="search-field" role="combobox" aria-label="Search"
44
+ aria-autocomplete="list" aria-controls="search-results"
45
+ type="text" name="search" placeholder="Search" spellcheck="false"
46
+ title="Type to search, Up and Down to navigate, Enter to load">
47
+ </div>
48
+
49
+ <ul id="search-results" aria-label="Search Results"
50
+ aria-busy="false" aria-expanded="false"
51
+ aria-atomic="false" class="initially-hidden"></ul>
52
+ </form>
53
+ </div>
54
+
55
+ </div>
56
+
57
+
58
+
59
+ <div id="project-metadata">
60
+ <div id="fileindex-section" class="nav-section">
61
+ <h3>Pages</h3>
62
+
63
+ <ul class="link-list">
64
+
65
+ <li><a href="../Gemfile.html">Gemfile</a>
66
+
67
+ <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
68
+
69
+ <li><a href="../Guardfile.html">Guardfile</a>
70
+
71
+ <li><a href="../README_md.html">README</a>
72
+
73
+ <li><a href="../Rakefile.html">Rakefile</a>
74
+
75
+ <li><a href="../alimento_gemspec.html">alimento.gemspec</a>
76
+
77
+ <li><a href="../bin/setup.html">setup</a>
78
+
79
+ </ul>
80
+ </div>
81
+
82
+ </div>
83
+ </nav>
84
+
85
+ <main role="main" aria-label="Page bin/setup">
86
+
87
+ <p>#!/usr/bin/env bash set -euo pipefail IFS=$&#39;nt&#39; set -vx</p>
88
+
89
+ <p>bundle install</p>
90
+
91
+ <p># Do any other automated setup that you need to do here</p>
92
+ </main>
93
+
94
+
95
+
96
+ <footer id="validator-badges" role="contentinfo">
97
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
98
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.1.1.
99
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
100
+ </footer>
101
+
@@ -0,0 +1,51 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <title>Class List</title>
19
+ <base id="base_target" target="_parent" />
20
+ </head>
21
+ <body>
22
+ <div id="content">
23
+ <div class="fixed_header">
24
+ <h1 id="full_list_header">Class List</h1>
25
+ <div id="full_list_nav">
26
+
27
+ <span><a target="_self" href="class_list.html">
28
+ Classes
29
+ </a></span>
30
+
31
+ <span><a target="_self" href="method_list.html">
32
+ Methods
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="file_list.html">
36
+ Files
37
+ </a></span>
38
+
39
+ </div>
40
+
41
+ <div id="search">Search: <input type="text" /></div>
42
+ </div>
43
+
44
+ <ul id="full_list" class="class">
45
+ <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
+ <li id='object_Alimento' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Alimento.html" title="Alimento (module)">Alimento</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Alimento::Comida' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Alimento/Comida.html" title="Alimento::Comida (class)">Comida</a></span> &lt; Object<small class='search_info'>Alimento</small></div></li><li id='object_Alimento::Error' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Alimento/Error.html" title="Alimento::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>Alimento</small></div></li></ul></li><li id='object_Dll' class='odd'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Dll.html" title="Dll (class)">Dll</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Dll::Node' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Dll/Node.html" title="Dll::Node (class)">Node</a></span> &lt; Struct<small class='search_info'>Dll</small></div></li></ul></li><li id='object_Plato' class='odd'><div class='item' style='padding-left:30px'><span class='object_link'><a href="Plato.html" title="Plato (class)">Plato</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div></li><li id='object_PlatoEfi' class='even'><div class='item' style='padding-left:30px'><span class='object_link'><a href="PlatoEfi.html" title="PlatoEfi (class)">PlatoEfi</a></span> &lt; Plato<small class='search_info'>Top Level Namespace</small></div></li>
47
+
48
+ </ul>
49
+ </div>
50
+ </body>
51
+ </html>
@@ -0,0 +1,16 @@
1
+ Thu, 19 Dec 2019 13:41:28 +0000
2
+ ./Guardfile Tue, 26 Nov 2019 18:45:22 +0000
3
+ ./Gemfile.lock Tue, 26 Nov 2019 18:45:22 +0000
4
+ ./README.md Tue, 26 Nov 2019 18:45:22 +0000
5
+ ./alimento.gemspec Tue, 26 Nov 2019 18:45:22 +0000
6
+ ./Gemfile Thu, 14 Nov 2019 18:20:01 +0000
7
+ ./lib/alimento/plato.rb Thu, 19 Dec 2019 13:30:29 +0000
8
+ ./lib/alimento/dll.rb Fri, 29 Nov 2019 13:25:12 +0000
9
+ ./lib/alimento/alimento.rb Thu, 19 Dec 2019 12:57:40 +0000
10
+ ./lib/alimento/version.rb Thu, 14 Nov 2019 18:19:19 +0000
11
+ ./lib/alimento.rb Thu, 28 Nov 2019 22:16:47 +0000
12
+ ./spec/alimento_spec.rb Thu, 19 Dec 2019 13:41:21 +0000
13
+ ./spec/spec_helper.rb Fri, 15 Nov 2019 14:55:09 +0000
14
+ ./Rakefile Thu, 14 Nov 2019 18:31:40 +0000
15
+ ./bin/setup Thu, 14 Nov 2019 18:19:26 +0000
16
+ ./bin/console Thu, 14 Nov 2019 18:19:26 +0000
@@ -0,0 +1 @@
1
+ /* Override this file with custom rules */
@@ -0,0 +1,167 @@
1
+ /*
2
+ * Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
3
+ * with Reserved Font Name "Source". All Rights Reserved. Source is a
4
+ * trademark of Adobe Systems Incorporated in the United States and/or other
5
+ * countries.
6
+ *
7
+ * This Font Software is licensed under the SIL Open Font License, Version
8
+ * 1.1.
9
+ *
10
+ * This license is copied below, and is also available with a FAQ at:
11
+ * http://scripts.sil.org/OFL
12
+ */
13
+
14
+ @font-face {
15
+ font-family: "Source Code Pro";
16
+ font-style: normal;
17
+ font-weight: 400;
18
+ src: local("Source Code Pro"),
19
+ local("SourceCodePro-Regular"),
20
+ url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
21
+ }
22
+
23
+ @font-face {
24
+ font-family: "Source Code Pro";
25
+ font-style: normal;
26
+ font-weight: 700;
27
+ src: local("Source Code Pro Bold"),
28
+ local("SourceCodePro-Bold"),
29
+ url("../fonts/SourceCodePro-Bold.ttf") format("truetype");
30
+ }
31
+
32
+ /*
33
+ * Copyright (c) 2010, Łukasz Dziedzic (dziedzic@typoland.com),
34
+ * with Reserved Font Name Lato.
35
+ *
36
+ * This Font Software is licensed under the SIL Open Font License, Version
37
+ * 1.1.
38
+ *
39
+ * This license is copied below, and is also available with a FAQ at:
40
+ * http://scripts.sil.org/OFL
41
+ */
42
+
43
+ @font-face {
44
+ font-family: "Lato";
45
+ font-style: normal;
46
+ font-weight: 300;
47
+ src: local("Lato Light"),
48
+ local("Lato-Light"),
49
+ url("../fonts/Lato-Light.ttf") format("truetype");
50
+ }
51
+
52
+ @font-face {
53
+ font-family: "Lato";
54
+ font-style: italic;
55
+ font-weight: 300;
56
+ src: local("Lato Light Italic"),
57
+ local("Lato-LightItalic"),
58
+ url("../fonts/Lato-LightItalic.ttf") format("truetype");
59
+ }
60
+
61
+ @font-face {
62
+ font-family: "Lato";
63
+ font-style: normal;
64
+ font-weight: 700;
65
+ src: local("Lato Regular"),
66
+ local("Lato-Regular"),
67
+ url("../fonts/Lato-Regular.ttf") format("truetype");
68
+ }
69
+
70
+ @font-face {
71
+ font-family: "Lato";
72
+ font-style: italic;
73
+ font-weight: 700;
74
+ src: local("Lato Italic"),
75
+ local("Lato-Italic"),
76
+ url("../fonts/Lato-RegularItalic.ttf") format("truetype");
77
+ }
78
+
79
+ /*
80
+ * -----------------------------------------------------------
81
+ * SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
82
+ * -----------------------------------------------------------
83
+ *
84
+ * PREAMBLE
85
+ * The goals of the Open Font License (OFL) are to stimulate worldwide
86
+ * development of collaborative font projects, to support the font creation
87
+ * efforts of academic and linguistic communities, and to provide a free and
88
+ * open framework in which fonts may be shared and improved in partnership
89
+ * with others.
90
+ *
91
+ * The OFL allows the licensed fonts to be used, studied, modified and
92
+ * redistributed freely as long as they are not sold by themselves. The
93
+ * fonts, including any derivative works, can be bundled, embedded,
94
+ * redistributed and/or sold with any software provided that any reserved
95
+ * names are not used by derivative works. The fonts and derivatives,
96
+ * however, cannot be released under any other type of license. The
97
+ * requirement for fonts to remain under this license does not apply
98
+ * to any document created using the fonts or their derivatives.
99
+ *
100
+ * DEFINITIONS
101
+ * "Font Software" refers to the set of files released by the Copyright
102
+ * Holder(s) under this license and clearly marked as such. This may
103
+ * include source files, build scripts and documentation.
104
+ *
105
+ * "Reserved Font Name" refers to any names specified as such after the
106
+ * copyright statement(s).
107
+ *
108
+ * "Original Version" refers to the collection of Font Software components as
109
+ * distributed by the Copyright Holder(s).
110
+ *
111
+ * "Modified Version" refers to any derivative made by adding to, deleting,
112
+ * or substituting -- in part or in whole -- any of the components of the
113
+ * Original Version, by changing formats or by porting the Font Software to a
114
+ * new environment.
115
+ *
116
+ * "Author" refers to any designer, engineer, programmer, technical
117
+ * writer or other person who contributed to the Font Software.
118
+ *
119
+ * PERMISSION & CONDITIONS
120
+ * Permission is hereby granted, free of charge, to any person obtaining
121
+ * a copy of the Font Software, to use, study, copy, merge, embed, modify,
122
+ * redistribute, and sell modified and unmodified copies of the Font
123
+ * Software, subject to the following conditions:
124
+ *
125
+ * 1) Neither the Font Software nor any of its individual components,
126
+ * in Original or Modified Versions, may be sold by itself.
127
+ *
128
+ * 2) Original or Modified Versions of the Font Software may be bundled,
129
+ * redistributed and/or sold with any software, provided that each copy
130
+ * contains the above copyright notice and this license. These can be
131
+ * included either as stand-alone text files, human-readable headers or
132
+ * in the appropriate machine-readable metadata fields within text or
133
+ * binary files as long as those fields can be easily viewed by the user.
134
+ *
135
+ * 3) No Modified Version of the Font Software may use the Reserved Font
136
+ * Name(s) unless explicit written permission is granted by the corresponding
137
+ * Copyright Holder. This restriction only applies to the primary font name as
138
+ * presented to the users.
139
+ *
140
+ * 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
141
+ * Software shall not be used to promote, endorse or advertise any
142
+ * Modified Version, except to acknowledge the contribution(s) of the
143
+ * Copyright Holder(s) and the Author(s) or with their explicit written
144
+ * permission.
145
+ *
146
+ * 5) The Font Software, modified or unmodified, in part or in whole,
147
+ * must be distributed entirely under this license, and must not be
148
+ * distributed under any other license. The requirement for fonts to
149
+ * remain under this license does not apply to any document created
150
+ * using the Font Software.
151
+ *
152
+ * TERMINATION
153
+ * This license becomes null and void if any of the above conditions are
154
+ * not met.
155
+ *
156
+ * DISCLAIMER
157
+ * THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
158
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
159
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
160
+ * OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
161
+ * COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
162
+ * INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
163
+ * DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
164
+ * FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
165
+ * OTHER DEALINGS IN THE FONT SOFTWARE.
166
+ */
167
+
@@ -0,0 +1,58 @@
1
+ body {
2
+ margin: 0;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
+ font-size: 13px;
5
+ height: 101%;
6
+ overflow-x: hidden;
7
+ background: #fafafa;
8
+ }
9
+
10
+ h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
11
+ .clear { clear: both; }
12
+ .fixed_header { position: fixed; background: #fff; width: 100%; padding-bottom: 10px; margin-top: 0; top: 0; z-index: 9999; height: 70px; }
13
+ #search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
14
+ #content.insearch #search, #content.insearch #noresults { background: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAAPr6+pKSkoiIiO7u7sjIyNjY2J6engAAAI6OjsbGxjIyMlJSUuzs7KamppSUlPLy8oKCghwcHLKysqSkpJqamvT09Pj4+KioqM7OzkRERAwMDGBgYN7e3ujo6Ly8vCoqKjY2NkZGRtTU1MTExDw8PE5OTj4+PkhISNDQ0MrKylpaWrS0tOrq6nBwcKysrLi4uLq6ul5eXlxcXGJiYoaGhuDg4H5+fvz8/KKiohgYGCwsLFZWVgQEBFBQUMzMzDg4OFhYWBoaGvDw8NbW1pycnOLi4ubm5kBAQKqqqiQkJCAgIK6urnJyckpKSjQ0NGpqatLS0sDAwCYmJnx8fEJCQlRUVAoKCggICLCwsOTk5ExMTPb29ra2tmZmZmhoaNzc3KCgoBISEiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==) no-repeat center left; }
15
+ #full_list { padding: 0; list-style: none; margin-left: 0; margin-top: 80px; font-size: 1.1em; }
16
+ #full_list ul { padding: 0; }
17
+ #full_list li { padding: 0; margin: 0; list-style: none; }
18
+ #full_list li .item { padding: 5px 5px 5px 12px; }
19
+ #noresults { padding: 7px 12px; background: #fff; }
20
+ #content.insearch #noresults { margin-left: 7px; }
21
+ li.collapsed ul { display: none; }
22
+ li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
23
+ li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
24
+ li { color: #888; cursor: pointer; }
25
+ li.deprecated { text-decoration: line-through; font-style: italic; }
26
+ li.odd { background: #f0f0f0; }
27
+ li.even { background: #fafafa; }
28
+ .item:hover { background: #ddd; }
29
+ li small:before { content: "("; }
30
+ li small:after { content: ")"; }
31
+ li small.search_info { display: none; }
32
+ a, a:visited { text-decoration: none; color: #05a; }
33
+ li.clicked > .item { background: #05a; color: #ccc; }
34
+ li.clicked > .item a, li.clicked > .item a:visited { color: #eee; }
35
+ li.clicked > .item a.toggle { opacity: 0.5; background-position: bottom right; }
36
+ li.collapsed.clicked a.toggle { background-position: top right; }
37
+ #search input { border: 1px solid #bbb; border-radius: 3px; }
38
+ #full_list_nav { margin-left: 10px; font-size: 0.9em; display: block; color: #aaa; }
39
+ #full_list_nav a, #nav a:visited { color: #358; }
40
+ #full_list_nav a:hover { background: transparent; color: #5af; }
41
+ #full_list_nav span:after { content: ' | '; }
42
+ #full_list_nav span:last-child:after { content: ''; }
43
+
44
+ #content h1 { margin-top: 0; }
45
+ li { white-space: nowrap; cursor: normal; }
46
+ li small { display: block; font-size: 0.8em; }
47
+ li small:before { content: ""; }
48
+ li small:after { content: ""; }
49
+ li small.search_info { display: none; }
50
+ #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
51
+ #content.insearch #search { background-position: center right; }
52
+ #search input { width: 110px; }
53
+
54
+ #full_list.insearch ul { display: block; }
55
+ #full_list.insearch .item { display: none; }
56
+ #full_list.insearch .found { display: block; padding-left: 11px !important; }
57
+ #full_list.insearch li a.toggle { display: none; }
58
+ #full_list.insearch li small.search_info { display: block; }
@@ -0,0 +1,611 @@
1
+ /*
2
+ * "Darkfish" Rdoc CSS
3
+ * $Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
4
+ *
5
+ * Author: Michael Granger <ged@FaerieMUD.org>
6
+ *
7
+ */
8
+
9
+ /* vim: ft=css et sw=2 ts=2 sts=2 */
10
+ /* Base Green is: #6C8C22 */
11
+
12
+ .hide { display: none !important; }
13
+
14
+ * { padding: 0; margin: 0; }
15
+
16
+ body {
17
+ background: #fafafa;
18
+ font-family: Lato, sans-serif;
19
+ font-weight: 300;
20
+ }
21
+
22
+ h1 span,
23
+ h2 span,
24
+ h3 span,
25
+ h4 span,
26
+ h5 span,
27
+ h6 span {
28
+ position: relative;
29
+
30
+ display: none;
31
+ padding-left: 1em;
32
+ line-height: 0;
33
+ vertical-align: baseline;
34
+ font-size: 10px;
35
+ }
36
+
37
+ h1 span { top: -1.3em; }
38
+ h2 span { top: -1.2em; }
39
+ h3 span { top: -1.0em; }
40
+ h4 span { top: -0.8em; }
41
+ h5 span { top: -0.5em; }
42
+ h6 span { top: -0.5em; }
43
+
44
+ h1:hover span,
45
+ h2:hover span,
46
+ h3:hover span,
47
+ h4:hover span,
48
+ h5:hover span,
49
+ h6:hover span {
50
+ display: inline;
51
+ }
52
+
53
+ h1:target,
54
+ h2:target,
55
+ h3:target,
56
+ h4:target,
57
+ h5:target,
58
+ h6:target {
59
+ margin-left: -10px;
60
+ border-left: 10px solid #f1edba;
61
+ }
62
+
63
+ :link,
64
+ :visited {
65
+ color: #6C8C22;
66
+ text-decoration: none;
67
+ }
68
+
69
+ :link:hover,
70
+ :visited:hover {
71
+ border-bottom: 1px dotted #6C8C22;
72
+ }
73
+
74
+ code,
75
+ pre {
76
+ font-family: "Source Code Pro", Monaco, monospace;
77
+ }
78
+
79
+ /* @group Generic Classes */
80
+
81
+ .initially-hidden {
82
+ display: none;
83
+ }
84
+
85
+ #search-field {
86
+ width: 98%;
87
+ background: white;
88
+ border: none;
89
+ height: 1.5em;
90
+ -webkit-border-radius: 4px;
91
+ -moz-border-radius: 4px;
92
+ border-radius: 4px;
93
+ text-align: left;
94
+ }
95
+ #search-field:focus {
96
+ background: #f1edba;
97
+ }
98
+ #search-field:-moz-placeholder,
99
+ #search-field::-webkit-input-placeholder {
100
+ font-weight: bold;
101
+ color: #666;
102
+ }
103
+
104
+ .missing-docs {
105
+ font-size: 120%;
106
+ background: white url(images/wrench_orange.png) no-repeat 4px center;
107
+ color: #ccc;
108
+ line-height: 2em;
109
+ border: 1px solid #d00;
110
+ opacity: 1;
111
+ padding-left: 20px;
112
+ text-indent: 24px;
113
+ letter-spacing: 3px;
114
+ font-weight: bold;
115
+ -webkit-border-radius: 5px;
116
+ -moz-border-radius: 5px;
117
+ }
118
+
119
+ .target-section {
120
+ border: 2px solid #dcce90;
121
+ border-left-width: 8px;
122
+ padding: 0 1em;
123
+ background: #fff3c2;
124
+ }
125
+
126
+ /* @end */
127
+
128
+ /* @group Index Page, Standalone file pages */
129
+ .table-of-contents ul {
130
+ margin: 1em;
131
+ list-style: none;
132
+ }
133
+
134
+ .table-of-contents ul ul {
135
+ margin-top: 0.25em;
136
+ }
137
+
138
+ .table-of-contents ul :link,
139
+ .table-of-contents ul :visited {
140
+ font-size: 16px;
141
+ }
142
+
143
+ .table-of-contents li {
144
+ margin-bottom: 0.25em;
145
+ }
146
+
147
+ .table-of-contents li .toc-toggle {
148
+ width: 16px;
149
+ height: 16px;
150
+ background: url(images/add.png) no-repeat;
151
+ }
152
+
153
+ .table-of-contents li .toc-toggle.open {
154
+ background: url(images/delete.png) no-repeat;
155
+ }
156
+
157
+ /* @end */
158
+
159
+ /* @group Top-Level Structure */
160
+
161
+ nav {
162
+ float: left;
163
+ width: 260px;
164
+ font-family: Helvetica, sans-serif;
165
+ font-size: 14px;
166
+ }
167
+
168
+ main {
169
+ display: block;
170
+ margin: 0 2em 5em 260px;
171
+ padding-left: 20px;
172
+ min-width: 340px;
173
+ font-size: 16px;
174
+ }
175
+
176
+ main h1,
177
+ main h2,
178
+ main h3,
179
+ main h4,
180
+ main h5,
181
+ main h6 {
182
+ font-family: Helvetica, sans-serif;
183
+ }
184
+
185
+ .table-of-contents main {
186
+ margin-left: 2em;
187
+ }
188
+
189
+ #validator-badges {
190
+ clear: both;
191
+ margin: 1em 1em 2em;
192
+ font-size: smaller;
193
+ }
194
+
195
+ /* @end */
196
+
197
+ /* @group navigation */
198
+ nav {
199
+ margin-bottom: 1em;
200
+ }
201
+
202
+ nav .nav-section {
203
+ margin-top: 2em;
204
+ border-top: 2px solid #aaa;
205
+ font-size: 90%;
206
+ overflow: hidden;
207
+ }
208
+
209
+ nav h2 {
210
+ margin: 0;
211
+ padding: 2px 8px 2px 8px;
212
+ background-color: #e8e8e8;
213
+ color: #555;
214
+ font-size: 125%;
215
+ text-align: center;
216
+ }
217
+
218
+ nav h3,
219
+ #table-of-contents-navigation {
220
+ margin: 0;
221
+ padding: 2px 8px 2px 8px;
222
+ text-align: right;
223
+ background-color: #e8e8e8;
224
+ color: #555;
225
+ }
226
+
227
+ nav ul,
228
+ nav dl,
229
+ nav p {
230
+ padding: 4px 8px 0;
231
+ list-style: none;
232
+ }
233
+
234
+ #project-navigation .nav-section {
235
+ margin: 0;
236
+ border-top: 0;
237
+ }
238
+
239
+ #home-section h2 {
240
+ text-align: center;
241
+ }
242
+
243
+ #table-of-contents-navigation {
244
+ font-size: 1.2em;
245
+ font-weight: bold;
246
+ text-align: center;
247
+ }
248
+
249
+ #search-section {
250
+ margin-top: 0;
251
+ border-top: 0;
252
+ }
253
+
254
+ #search-field-wrapper {
255
+ border-top: 1px solid #aaa;
256
+ border-bottom: 1px solid #aaa;
257
+ padding: 3px 8px;
258
+ background-color: #e8e8e8;
259
+ color: #555;
260
+ }
261
+
262
+ ul.link-list li {
263
+ white-space: nowrap;
264
+ line-height: 1.4em;
265
+ }
266
+
267
+ ul.link-list .type {
268
+ font-size: 8px;
269
+ text-transform: uppercase;
270
+ color: white;
271
+ background: #969696;
272
+ padding: 2px 4px;
273
+ -webkit-border-radius: 5px;
274
+ }
275
+
276
+ .calls-super {
277
+ background: url(images/arrow_up.png) no-repeat right center;
278
+ }
279
+
280
+ /* @end */
281
+
282
+ /* @group Documentation Section */
283
+ main {
284
+ color: #333;
285
+ }
286
+
287
+ main > h1:first-child,
288
+ main > h2:first-child,
289
+ main > h3:first-child,
290
+ main > h4:first-child,
291
+ main > h5:first-child,
292
+ main > h6:first-child {
293
+ margin-top: 0px;
294
+ }
295
+
296
+ main sup {
297
+ vertical-align: super;
298
+ font-size: 0.8em;
299
+ }
300
+
301
+ /* The heading with the class name */
302
+ main h1[class] {
303
+ margin-top: 0;
304
+ margin-bottom: 1em;
305
+ font-size: 2em;
306
+ color: #6C8C22;
307
+ }
308
+
309
+ main h1 {
310
+ margin: 2em 0 0.5em;
311
+ font-size: 1.7em;
312
+ }
313
+
314
+ main h2 {
315
+ margin: 2em 0 0.5em;
316
+ font-size: 1.5em;
317
+ }
318
+
319
+ main h3 {
320
+ margin: 2em 0 0.5em;
321
+ font-size: 1.2em;
322
+ }
323
+
324
+ main h4 {
325
+ margin: 2em 0 0.5em;
326
+ font-size: 1.1em;
327
+ }
328
+
329
+ main h5 {
330
+ margin: 2em 0 0.5em;
331
+ font-size: 1em;
332
+ }
333
+
334
+ main h6 {
335
+ margin: 2em 0 0.5em;
336
+ font-size: 1em;
337
+ }
338
+
339
+ main p {
340
+ margin: 0 0 0.5em;
341
+ line-height: 1.4em;
342
+ }
343
+
344
+ main pre {
345
+ margin: 1.2em 0.5em;
346
+ padding: 1em;
347
+ font-size: 0.8em;
348
+ }
349
+
350
+ main hr {
351
+ margin: 1.5em 1em;
352
+ border: 2px solid #ddd;
353
+ }
354
+
355
+ main blockquote {
356
+ margin: 0 2em 1.2em 1.2em;
357
+ padding-left: 0.5em;
358
+ border-left: 2px solid #ddd;
359
+ }
360
+
361
+ main ol,
362
+ main ul {
363
+ margin: 1em 2em;
364
+ }
365
+
366
+ main li > p {
367
+ margin-bottom: 0.5em;
368
+ }
369
+
370
+ main dl {
371
+ margin: 1em 0.5em;
372
+ }
373
+
374
+ main dt {
375
+ margin-bottom: 0.5em;
376
+ font-weight: bold;
377
+ }
378
+
379
+ main dd {
380
+ margin: 0 1em 1em 0.5em;
381
+ }
382
+
383
+ main header h2 {
384
+ margin-top: 2em;
385
+ border-width: 0;
386
+ border-top: 4px solid #bbb;
387
+ font-size: 130%;
388
+ }
389
+
390
+ main header h3 {
391
+ margin: 2em 0 1.5em;
392
+ border-width: 0;
393
+ border-top: 3px solid #bbb;
394
+ font-size: 120%;
395
+ }
396
+
397
+ .documentation-section-title {
398
+ position: relative;
399
+ }
400
+ .documentation-section-title .section-click-top {
401
+ position: absolute;
402
+ top: 6px;
403
+ left: 12px;
404
+ font-size: 10px;
405
+ color: #9b9877;
406
+ visibility: hidden;
407
+ padding-left: 0.5px;
408
+ }
409
+
410
+ .documentation-section-title:hover .section-click-top {
411
+ visibility: visible;
412
+ }
413
+
414
+ .constants-list > dl {
415
+ margin: 1em 0 2em;
416
+ border: 0;
417
+ }
418
+
419
+ .constants-list > dl dt {
420
+ margin-bottom: 0.75em;
421
+ padding-left: 0;
422
+ font-family: "Source Code Pro", Monaco, monospace;
423
+ font-size: 110%;
424
+ }
425
+
426
+ .constants-list > dl dt a {
427
+ color: inherit;
428
+ }
429
+
430
+ .constants-list > dl dd {
431
+ margin: 0 0 2em 0;
432
+ padding: 0;
433
+ color: #666;
434
+ }
435
+
436
+ .documentation-section h2 {
437
+ position: relative;
438
+ }
439
+
440
+ .documentation-section h2 a {
441
+ position: absolute;
442
+ top: 8px;
443
+ right: 10px;
444
+ font-size: 12px;
445
+ color: #9b9877;
446
+ visibility: hidden;
447
+ }
448
+
449
+ .documentation-section h2:hover a {
450
+ visibility: visible;
451
+ }
452
+
453
+ /* @group Method Details */
454
+
455
+ main .method-source-code {
456
+ max-height: 0;
457
+ overflow: hidden;
458
+ transition-duration: 200ms;
459
+ transition-delay: 0ms;
460
+ transition-property: all;
461
+ transition-timing-function: ease-in-out;
462
+ }
463
+
464
+ main .method-source-code.active-menu {
465
+ max-height: 100vh;
466
+ }
467
+
468
+ main .method-description .method-calls-super {
469
+ color: #333;
470
+ font-weight: bold;
471
+ }
472
+
473
+ main .method-detail {
474
+ margin-bottom: 2.5em;
475
+ cursor: pointer;
476
+ }
477
+
478
+ main .method-detail:target {
479
+ margin-left: -10px;
480
+ border-left: 10px solid #f1edba;
481
+ }
482
+
483
+ main .method-heading {
484
+ position: relative;
485
+ font-family: "Source Code Pro", Monaco, monospace;
486
+ font-size: 110%;
487
+ font-weight: bold;
488
+ color: #333;
489
+ }
490
+ main .method-heading :link,
491
+ main .method-heading :visited {
492
+ color: inherit;
493
+ }
494
+ main .method-click-advice {
495
+ position: absolute;
496
+ top: 2px;
497
+ right: 5px;
498
+ font-size: 12px;
499
+ color: #9b9877;
500
+ visibility: hidden;
501
+ padding-right: 20px;
502
+ line-height: 20px;
503
+ background: url(images/zoom.png) no-repeat right top;
504
+ }
505
+ main .method-heading:hover .method-click-advice {
506
+ visibility: visible;
507
+ }
508
+
509
+ main .method-alias .method-heading {
510
+ color: #666;
511
+ }
512
+
513
+ main .method-description,
514
+ main .aliases {
515
+ margin-top: 0.75em;
516
+ color: #333;
517
+ }
518
+
519
+ main .aliases {
520
+ padding-top: 4px;
521
+ font-style: italic;
522
+ cursor: default;
523
+ }
524
+ main .method-description ul {
525
+ margin-left: 1.5em;
526
+ }
527
+
528
+ main #attribute-method-details .method-detail:hover {
529
+ background-color: transparent;
530
+ cursor: default;
531
+ }
532
+ main .attribute-access-type {
533
+ text-transform: uppercase;
534
+ padding: 0 1em;
535
+ }
536
+ /* @end */
537
+
538
+ /* @end */
539
+
540
+ /* @group Source Code */
541
+
542
+ pre {
543
+ margin: 0.5em 0;
544
+ border: 1px dashed #999;
545
+ padding: 0.5em;
546
+ background: #262626;
547
+ color: white;
548
+ overflow: auto;
549
+ }
550
+
551
+ .ruby-constant { color: #7fffd4; background: transparent; }
552
+ .ruby-keyword { color: #00ffff; background: transparent; }
553
+ .ruby-ivar { color: #eedd82; background: transparent; }
554
+ .ruby-operator { color: #00ffee; background: transparent; }
555
+ .ruby-identifier { color: #ffdead; background: transparent; }
556
+ .ruby-node { color: #ffa07a; background: transparent; }
557
+ .ruby-comment { color: #dc0000; background: transparent; }
558
+ .ruby-regexp { color: #ffa07a; background: transparent; }
559
+ .ruby-value { color: #7fffd4; background: transparent; }
560
+
561
+ /* @end */
562
+
563
+
564
+ /* @group search results */
565
+ #search-results {
566
+ font-family: Lato, sans-serif;
567
+ font-weight: 300;
568
+ }
569
+
570
+ #search-results .search-match {
571
+ font-family: Helvetica, sans-serif;
572
+ font-weight: normal;
573
+ }
574
+
575
+ #search-results .search-selected {
576
+ background: #e8e8e8;
577
+ border-bottom: 1px solid transparent;
578
+ }
579
+
580
+ #search-results li {
581
+ list-style: none;
582
+ border-bottom: 1px solid #aaa;
583
+ margin-bottom: 0.5em;
584
+ }
585
+
586
+ #search-results li:last-child {
587
+ border-bottom: none;
588
+ margin-bottom: 0;
589
+ }
590
+
591
+ #search-results li p {
592
+ padding: 0;
593
+ margin: 0.5em;
594
+ }
595
+
596
+ #search-results .search-namespace {
597
+ font-weight: bold;
598
+ }
599
+
600
+ #search-results li em {
601
+ background: yellow;
602
+ font-style: normal;
603
+ }
604
+
605
+ #search-results pre {
606
+ margin: 0.5em;
607
+ font-family: "Source Code Pro", Monaco, monospace;
608
+ }
609
+
610
+ /* @end */
611
+