rslt 1.1.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.
- data/.travis.yml +10 -0
- data/Gemfile +14 -0
- data/Gemfile.lock +53 -0
- data/History.txt +4 -0
- data/PostInstall.txt +1 -0
- data/README.md +67 -0
- data/Rakefile +55 -0
- data/TODO +3 -0
- data/lib/rslt/element_wrapper.rb +37 -0
- data/lib/rslt/rule.rb +45 -0
- data/lib/rslt/stylesheet.rb +94 -0
- data/lib/rslt.rb +9 -0
- data/rdoc/RSLT/ElementWrapper.html +357 -0
- data/rdoc/RSLT/Rule.html +379 -0
- data/rdoc/RSLT/Stylesheet.html +311 -0
- data/rdoc/RSLT.html +132 -0
- data/rdoc/created.rid +6 -0
- data/rdoc/images/add.png +0 -0
- data/rdoc/images/brick.png +0 -0
- data/rdoc/images/brick_link.png +0 -0
- data/rdoc/images/bug.png +0 -0
- data/rdoc/images/bullet_black.png +0 -0
- data/rdoc/images/bullet_toggle_minus.png +0 -0
- data/rdoc/images/bullet_toggle_plus.png +0 -0
- data/rdoc/images/date.png +0 -0
- data/rdoc/images/delete.png +0 -0
- data/rdoc/images/find.png +0 -0
- data/rdoc/images/loadingAnimation.gif +0 -0
- data/rdoc/images/macFFBgHack.png +0 -0
- data/rdoc/images/package.png +0 -0
- data/rdoc/images/page_green.png +0 -0
- data/rdoc/images/page_white_text.png +0 -0
- data/rdoc/images/page_white_width.png +0 -0
- data/rdoc/images/plugin.png +0 -0
- data/rdoc/images/ruby.png +0 -0
- data/rdoc/images/tag_blue.png +0 -0
- data/rdoc/images/tag_green.png +0 -0
- data/rdoc/images/transparent.png +0 -0
- data/rdoc/images/wrench.png +0 -0
- data/rdoc/images/wrench_orange.png +0 -0
- data/rdoc/images/zoom.png +0 -0
- data/rdoc/index.html +75 -0
- data/rdoc/js/darkfish.js +153 -0
- data/rdoc/js/jquery.js +18 -0
- data/rdoc/js/navigation.js +142 -0
- data/rdoc/js/search.js +94 -0
- data/rdoc/js/search_index.js +1 -0
- data/rdoc/js/searcher.js +228 -0
- data/rdoc/rdoc.css +543 -0
- data/rdoc/table_of_contents.html +83 -0
- data/rslt.gemspec +150 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/spec/element_wrapper_spec.rb +22 -0
- data/spec/excesselt_spec.rb +112 -0
- data/spec/spec_helper.rb +6 -0
- data/spec/support/matchers/dom_matcher.rb +45 -0
- data/tasks/rspec.rake +13 -0
- metadata +307 -0
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
|
+
|
|
7
|
+
<title>class RSLT::Stylesheet - <%= project_name %> 1.1.8</title>
|
|
8
|
+
|
|
9
|
+
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
|
|
10
|
+
|
|
11
|
+
<script type="text/javascript">
|
|
12
|
+
var rdoc_rel_prefix = "../";
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
|
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
|
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
|
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
|
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<body id="top" class="class">
|
|
24
|
+
<nav id="metadata">
|
|
25
|
+
<nav id="home-section" class="section">
|
|
26
|
+
<h3 class="section-header">
|
|
27
|
+
<a href="../index.html">Home</a>
|
|
28
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
|
29
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
|
30
|
+
</h3>
|
|
31
|
+
</nav>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
36
|
+
<h3 class="section-header">
|
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
39
|
+
</h3>
|
|
40
|
+
</form>
|
|
41
|
+
|
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
|
43
|
+
</nav>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div id="file-metadata">
|
|
47
|
+
<nav id="file-list-section" class="section">
|
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
|
49
|
+
<ul>
|
|
50
|
+
<li>lib/rslt/stylesheet.rb
|
|
51
|
+
</ul>
|
|
52
|
+
</nav>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
<div id="class-metadata">
|
|
58
|
+
|
|
59
|
+
<nav id="parent-class-section" class="section">
|
|
60
|
+
<h3 class="section-header">Parent</h3>
|
|
61
|
+
|
|
62
|
+
<p class="link">Object
|
|
63
|
+
|
|
64
|
+
</nav>
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
<!-- Method Quickref -->
|
|
68
|
+
<nav id="method-list-section" class="section">
|
|
69
|
+
<h3 class="section-header">Methods</h3>
|
|
70
|
+
|
|
71
|
+
<ul class="link-list">
|
|
72
|
+
|
|
73
|
+
<li><a href="#method-c-new">::new</a>
|
|
74
|
+
|
|
75
|
+
<li><a href="#method-c-transform">::transform</a>
|
|
76
|
+
|
|
77
|
+
<li><a href="#method-i-generate_element">#generate_element</a>
|
|
78
|
+
|
|
79
|
+
<li><a href="#method-i-transform">#transform</a>
|
|
80
|
+
|
|
81
|
+
</ul>
|
|
82
|
+
</nav>
|
|
83
|
+
|
|
84
|
+
</div>
|
|
85
|
+
|
|
86
|
+
<div id="project-metadata">
|
|
87
|
+
|
|
88
|
+
<nav id="classindex-section" class="section project-section">
|
|
89
|
+
<h3 class="section-header">Class and Module Index</h3>
|
|
90
|
+
|
|
91
|
+
<ul class="link-list">
|
|
92
|
+
|
|
93
|
+
<li><a href="../RSLT.html">RSLT</a>
|
|
94
|
+
|
|
95
|
+
<li><a href="../RSLT/ElementWrapper.html">RSLT::ElementWrapper</a>
|
|
96
|
+
|
|
97
|
+
<li><a href="../RSLT/Rule.html">RSLT::Rule</a>
|
|
98
|
+
|
|
99
|
+
<li><a href="../RSLT/Stylesheet.html">RSLT::Stylesheet</a>
|
|
100
|
+
|
|
101
|
+
</ul>
|
|
102
|
+
</nav>
|
|
103
|
+
|
|
104
|
+
</div>
|
|
105
|
+
</nav>
|
|
106
|
+
|
|
107
|
+
<div id="documentation">
|
|
108
|
+
<h1 class="class">class RSLT::Stylesheet</h1>
|
|
109
|
+
|
|
110
|
+
<div id="description" class="description">
|
|
111
|
+
|
|
112
|
+
</div><!-- description -->
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
<!-- Attributes -->
|
|
126
|
+
<section id="attribute-method-details" class="method-section section">
|
|
127
|
+
<h3 class="section-header">Attributes</h3>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
<div id="attribute-i-builder" class="method-detail">
|
|
131
|
+
<div class="method-heading attribute-method-heading">
|
|
132
|
+
<span class="method-name">builder</span><span
|
|
133
|
+
class="attribute-access-type">[R]</span>
|
|
134
|
+
</div>
|
|
135
|
+
|
|
136
|
+
<div class="method-description">
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
|
|
143
|
+
<div id="attribute-i-errors" class="method-detail">
|
|
144
|
+
<div class="method-heading attribute-method-heading">
|
|
145
|
+
<span class="method-name">errors</span><span
|
|
146
|
+
class="attribute-access-type">[R]</span>
|
|
147
|
+
</div>
|
|
148
|
+
|
|
149
|
+
<div class="method-description">
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
</div>
|
|
154
|
+
</div>
|
|
155
|
+
|
|
156
|
+
</section><!-- attribute-method-details -->
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
<!-- Methods -->
|
|
160
|
+
|
|
161
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section section">
|
|
162
|
+
<h3 class="section-header">Public Class Methods</h3>
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
<div id="method-c-new" class="method-detail ">
|
|
166
|
+
|
|
167
|
+
<div class="method-heading">
|
|
168
|
+
<span class="method-name">new</span><span
|
|
169
|
+
class="method-args">(options={})</span>
|
|
170
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
171
|
+
</div>
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
<div class="method-description">
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
<div class="method-source-code" id="new-source">
|
|
181
|
+
<pre><span class="ruby-comment"># File lib/rslt/stylesheet.rb, line 13</span>
|
|
182
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">options</span>={})
|
|
183
|
+
<span class="ruby-ivar">@builder</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:builder</span>] <span class="ruby-operator">||</span> <span class="ruby-constant">Builder</span><span class="ruby-operator">::</span><span class="ruby-constant">XmlMarkup</span>.<span class="ruby-identifier">new</span>
|
|
184
|
+
<span class="ruby-ivar">@helper_modules</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:helper_modules</span>] <span class="ruby-operator">||</span> []
|
|
185
|
+
<span class="ruby-ivar">@errors</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:errors</span>] <span class="ruby-operator">||</span> []
|
|
186
|
+
<span class="ruby-ivar">@within</span> = []
|
|
187
|
+
<span class="ruby-keyword">end</span></pre>
|
|
188
|
+
</div><!-- new-source -->
|
|
189
|
+
|
|
190
|
+
</div>
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
</div><!-- new-method -->
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
<div id="method-c-transform" class="method-detail ">
|
|
199
|
+
|
|
200
|
+
<div class="method-heading">
|
|
201
|
+
<span class="method-name">transform</span><span
|
|
202
|
+
class="method-args">(xml)</span>
|
|
203
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
204
|
+
</div>
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
<div class="method-description">
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
<div class="method-source-code" id="transform-source">
|
|
214
|
+
<pre><span class="ruby-comment"># File lib/rslt/stylesheet.rb, line 9</span>
|
|
215
|
+
<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">transform</span>(<span class="ruby-identifier">xml</span>)
|
|
216
|
+
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">new</span>.<span class="ruby-identifier">transform</span>(<span class="ruby-identifier">xml</span>)
|
|
217
|
+
<span class="ruby-keyword">end</span></pre>
|
|
218
|
+
</div><!-- transform-source -->
|
|
219
|
+
|
|
220
|
+
</div>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
</div><!-- transform-method -->
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
</section><!-- public-class-method-details -->
|
|
229
|
+
|
|
230
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
|
|
231
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
<div id="method-i-generate_element" class="method-detail ">
|
|
235
|
+
|
|
236
|
+
<div class="method-heading">
|
|
237
|
+
<span class="method-name">generate_element</span><span
|
|
238
|
+
class="method-args">(element)</span>
|
|
239
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
240
|
+
</div>
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
<div class="method-description">
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
<div class="method-source-code" id="generate_element-source">
|
|
250
|
+
<pre><span class="ruby-comment"># File lib/rslt/stylesheet.rb, line 27</span>
|
|
251
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">generate_element</span>(<span class="ruby-identifier">element</span>)
|
|
252
|
+
<span class="ruby-keyword">return</span> <span class="ruby-string">''</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">element</span>.<span class="ruby-identifier">instance_of?</span> <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span><span class="ruby-operator">::</span><span class="ruby-constant">Comment</span>
|
|
253
|
+
<span class="ruby-identifier">rule</span> = <span class="ruby-identifier">rule_for</span>(<span class="ruby-identifier">element</span>)
|
|
254
|
+
<span class="ruby-identifier">raise</span> <span class="ruby-node">"Attempted to generate #{self.name} with parents #{self.parents.inspect} but no rule was found."</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">rule</span>
|
|
255
|
+
<span class="ruby-identifier">rule</span>.<span class="ruby-identifier">generate</span>(<span class="ruby-identifier">builder</span>)
|
|
256
|
+
<span class="ruby-keyword">end</span></pre>
|
|
257
|
+
</div><!-- generate_element-source -->
|
|
258
|
+
|
|
259
|
+
</div>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
</div><!-- generate_element-method -->
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
<div id="method-i-transform" class="method-detail ">
|
|
268
|
+
|
|
269
|
+
<div class="method-heading">
|
|
270
|
+
<span class="method-name">transform</span><span
|
|
271
|
+
class="method-args">(xml)</span>
|
|
272
|
+
<span class="method-click-advice">click to toggle source</span>
|
|
273
|
+
</div>
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
<div class="method-description">
|
|
277
|
+
|
|
278
|
+
<p>Pass in a string or a Nokogiri Node or Document.</p>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
<div class="method-source-code" id="transform-source">
|
|
283
|
+
<pre><span class="ruby-comment"># File lib/rslt/stylesheet.rb, line 21</span>
|
|
284
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">transform</span>(<span class="ruby-identifier">xml</span>)
|
|
285
|
+
<span class="ruby-identifier">xml</span> = <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">root</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span><span class="ruby-operator">::</span><span class="ruby-constant">Document</span>
|
|
286
|
+
<span class="ruby-identifier">xml</span> = <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span>(<span class="ruby-identifier">xml</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span><span class="ruby-operator">::</span><span class="ruby-constant">ParseOptions</span>.<span class="ruby-identifier">new</span>).<span class="ruby-identifier">root</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span><span class="ruby-operator">::</span><span class="ruby-constant">Node</span>
|
|
287
|
+
<span class="ruby-identifier">generate_element</span>(<span class="ruby-identifier">xml</span>)
|
|
288
|
+
<span class="ruby-keyword">end</span></pre>
|
|
289
|
+
</div><!-- transform-source -->
|
|
290
|
+
|
|
291
|
+
</div>
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
</div><!-- transform-method -->
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
</section><!-- public-instance-method-details -->
|
|
300
|
+
|
|
301
|
+
</section><!-- 5Buntitled-5D -->
|
|
302
|
+
|
|
303
|
+
</div><!-- documentation -->
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
<footer id="validator-badges">
|
|
307
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
308
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
309
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
310
|
+
</footer>
|
|
311
|
+
|
data/rdoc/RSLT.html
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
|
+
|
|
7
|
+
<title>module RSLT - <%= project_name %> 1.1.8</title>
|
|
8
|
+
|
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
|
10
|
+
|
|
11
|
+
<script type="text/javascript">
|
|
12
|
+
var rdoc_rel_prefix = "./";
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<body id="top" class="module">
|
|
24
|
+
<nav id="metadata">
|
|
25
|
+
<nav id="home-section" class="section">
|
|
26
|
+
<h3 class="section-header">
|
|
27
|
+
<a href="./index.html">Home</a>
|
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
30
|
+
</h3>
|
|
31
|
+
</nav>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
36
|
+
<h3 class="section-header">
|
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
39
|
+
</h3>
|
|
40
|
+
</form>
|
|
41
|
+
|
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
|
43
|
+
</nav>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div id="file-metadata">
|
|
47
|
+
<nav id="file-list-section" class="section">
|
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
|
49
|
+
<ul>
|
|
50
|
+
<li>lib/rslt/element_wrapper.rb
|
|
51
|
+
<li>lib/rslt/rule.rb
|
|
52
|
+
<li>lib/rslt/stylesheet.rb
|
|
53
|
+
<li>lib/rslt.rb
|
|
54
|
+
</ul>
|
|
55
|
+
</nav>
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
<div id="class-metadata">
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
</div>
|
|
66
|
+
|
|
67
|
+
<div id="project-metadata">
|
|
68
|
+
|
|
69
|
+
<nav id="classindex-section" class="section project-section">
|
|
70
|
+
<h3 class="section-header">Class and Module Index</h3>
|
|
71
|
+
|
|
72
|
+
<ul class="link-list">
|
|
73
|
+
|
|
74
|
+
<li><a href="./RSLT.html">RSLT</a>
|
|
75
|
+
|
|
76
|
+
<li><a href="./RSLT/ElementWrapper.html">RSLT::ElementWrapper</a>
|
|
77
|
+
|
|
78
|
+
<li><a href="./RSLT/Rule.html">RSLT::Rule</a>
|
|
79
|
+
|
|
80
|
+
<li><a href="./RSLT/Stylesheet.html">RSLT::Stylesheet</a>
|
|
81
|
+
|
|
82
|
+
</ul>
|
|
83
|
+
</nav>
|
|
84
|
+
|
|
85
|
+
</div>
|
|
86
|
+
</nav>
|
|
87
|
+
|
|
88
|
+
<div id="documentation">
|
|
89
|
+
<h1 class="module">module RSLT</h1>
|
|
90
|
+
|
|
91
|
+
<div id="description" class="description">
|
|
92
|
+
|
|
93
|
+
</div><!-- description -->
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<!-- Constants -->
|
|
105
|
+
<section id="constants-list" class="section">
|
|
106
|
+
<h3 class="section-header">Constants</h3>
|
|
107
|
+
<dl>
|
|
108
|
+
|
|
109
|
+
<dt id="VERSION">VERSION
|
|
110
|
+
|
|
111
|
+
<dd class="description">
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
</dl>
|
|
115
|
+
</section>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
<!-- Methods -->
|
|
121
|
+
|
|
122
|
+
</section><!-- 5Buntitled-5D -->
|
|
123
|
+
|
|
124
|
+
</div><!-- documentation -->
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<footer id="validator-badges">
|
|
128
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
129
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
130
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
131
|
+
</footer>
|
|
132
|
+
|
data/rdoc/created.rid
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Fri, 06 Apr 2012 09:25:20 +1000
|
|
2
|
+
lib/rslt/stylesheet.rb Fri, 06 Apr 2012 09:05:56 +1000
|
|
3
|
+
lib/rslt/element_wrapper.rb Fri, 06 Apr 2012 09:23:06 +1000
|
|
4
|
+
lib/rslt.rb Fri, 06 Apr 2012 09:20:56 +1000
|
|
5
|
+
README.md Fri, 06 Apr 2012 08:02:11 +1000
|
|
6
|
+
lib/rslt/rule.rb Fri, 06 Apr 2012 09:05:56 +1000
|
data/rdoc/images/add.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/rdoc/images/bug.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/rdoc/index.html
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
|
+
|
|
7
|
+
<title><%= project_name %> 1.1.8</title>
|
|
8
|
+
|
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
|
10
|
+
|
|
11
|
+
<script type="text/javascript">
|
|
12
|
+
var rdoc_rel_prefix = "./";
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<body>
|
|
24
|
+
<nav id="metadata">
|
|
25
|
+
<nav id="home-section" class="section">
|
|
26
|
+
<h3 class="section-header">
|
|
27
|
+
<a href="./index.html">Home</a>
|
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
30
|
+
</h3>
|
|
31
|
+
</nav>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
36
|
+
<h3 class="section-header">
|
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
39
|
+
</h3>
|
|
40
|
+
</form>
|
|
41
|
+
|
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
|
43
|
+
</nav>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div id="project-metadata">
|
|
47
|
+
|
|
48
|
+
<nav id="classindex-section" class="section project-section">
|
|
49
|
+
<h3 class="section-header">Class and Module Index</h3>
|
|
50
|
+
|
|
51
|
+
<ul class="link-list">
|
|
52
|
+
|
|
53
|
+
<li><a href="./RSLT.html">RSLT</a>
|
|
54
|
+
|
|
55
|
+
<li><a href="./RSLT/ElementWrapper.html">RSLT::ElementWrapper</a>
|
|
56
|
+
|
|
57
|
+
<li><a href="./RSLT/Rule.html">RSLT::Rule</a>
|
|
58
|
+
|
|
59
|
+
<li><a href="./RSLT/Stylesheet.html">RSLT::Stylesheet</a>
|
|
60
|
+
|
|
61
|
+
</ul>
|
|
62
|
+
</nav>
|
|
63
|
+
|
|
64
|
+
</div>
|
|
65
|
+
</nav>
|
|
66
|
+
|
|
67
|
+
<p>This is the API documentation for <%= project_name %> 1.1.8.
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<footer id="validator-badges">
|
|
71
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
72
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
73
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
74
|
+
</footer>
|
|
75
|
+
|