simple_bioc 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +73 -3
  3. data/Rakefile +5 -0
  4. data/html/BioCReader.html +657 -0
  5. data/html/BioCWriter.html +556 -0
  6. data/html/README_md.html +231 -0
  7. data/html/SimpleBioC.html +255 -0
  8. data/html/SimpleBioC/Annotation.html +279 -0
  9. data/html/SimpleBioC/Collection.html +316 -0
  10. data/html/SimpleBioC/Document.html +426 -0
  11. data/html/SimpleBioC/Location.html +288 -0
  12. data/html/SimpleBioC/Node.html +334 -0
  13. data/html/SimpleBioC/NodeBase.html +281 -0
  14. data/html/SimpleBioC/Passage.html +418 -0
  15. data/html/SimpleBioC/Relation.html +301 -0
  16. data/html/SimpleBioC/Sentence.html +399 -0
  17. data/html/created.rid +15 -0
  18. data/html/images/add.png +0 -0
  19. data/html/images/arrow_up.png +0 -0
  20. data/html/images/brick.png +0 -0
  21. data/html/images/brick_link.png +0 -0
  22. data/html/images/bug.png +0 -0
  23. data/html/images/bullet_black.png +0 -0
  24. data/html/images/bullet_toggle_minus.png +0 -0
  25. data/html/images/bullet_toggle_plus.png +0 -0
  26. data/html/images/date.png +0 -0
  27. data/html/images/delete.png +0 -0
  28. data/html/images/find.png +0 -0
  29. data/html/images/loadingAnimation.gif +0 -0
  30. data/html/images/macFFBgHack.png +0 -0
  31. data/html/images/package.png +0 -0
  32. data/html/images/page_green.png +0 -0
  33. data/html/images/page_white_text.png +0 -0
  34. data/html/images/page_white_width.png +0 -0
  35. data/html/images/plugin.png +0 -0
  36. data/html/images/ruby.png +0 -0
  37. data/html/images/tag_blue.png +0 -0
  38. data/html/images/tag_green.png +0 -0
  39. data/html/images/transparent.png +0 -0
  40. data/html/images/wrench.png +0 -0
  41. data/html/images/wrench_orange.png +0 -0
  42. data/html/images/zoom.png +0 -0
  43. data/html/index.html +212 -0
  44. data/html/js/darkfish.js +155 -0
  45. data/html/js/jquery.js +18 -0
  46. data/html/js/navigation.js +142 -0
  47. data/html/js/search.js +94 -0
  48. data/html/js/search_index.js +1 -0
  49. data/html/js/searcher.js +228 -0
  50. data/html/rdoc.css +595 -0
  51. data/html/table_of_contents.html +199 -0
  52. data/lib/simple_bioc.rb +4 -0
  53. data/lib/simple_bioc/annotation.rb +10 -6
  54. data/lib/simple_bioc/bioc_reader.rb +2 -2
  55. data/lib/simple_bioc/collection.rb +13 -11
  56. data/lib/simple_bioc/document.rb +31 -22
  57. data/lib/simple_bioc/location.rb +13 -7
  58. data/lib/simple_bioc/node.rb +14 -8
  59. data/lib/simple_bioc/node_base.rb +13 -10
  60. data/lib/simple_bioc/passage.rb +26 -23
  61. data/lib/simple_bioc/relation.rb +13 -8
  62. data/lib/simple_bioc/sentence.rb +21 -15
  63. data/lib/simple_bioc/version.rb +2 -2
  64. data/samples/print_annotation.rb +18 -0
  65. data/samples/sample1.rb +31 -0
  66. data/simple_bioc.gemspec +1 -1
  67. metadata +52 -2
@@ -0,0 +1,334 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class SimpleBioC::Node - RDoc Documentation</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
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>lib/simple_bioc/node.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+ <nav id="parent-class-section" class="section">
62
+ <h3 class="section-header">Parent</h3>
63
+
64
+ <p class="link">Object
65
+
66
+ </nav>
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <nav id="method-list-section" class="section">
72
+ <h3 class="section-header">Methods</h3>
73
+
74
+ <ul class="link-list">
75
+
76
+ <li ><a href="#method-c-new">::new</a>
77
+
78
+ <li ><a href="#method-i-adjust_ref">#adjust_ref</a>
79
+
80
+ <li ><a href="#method-i-to_c">#to_c</a>
81
+
82
+ </ul>
83
+ </nav>
84
+
85
+ </div>
86
+
87
+ <div id="project-metadata">
88
+ <nav id="fileindex-section" class="section project-section">
89
+ <h3 class="section-header">Pages</h3>
90
+
91
+ <ul>
92
+
93
+ <li class="file"><a href="../README_md.html">README</a>
94
+
95
+ </ul>
96
+ </nav>
97
+
98
+ <nav id="classindex-section" class="section project-section">
99
+ <h3 class="section-header">Class and Module Index</h3>
100
+
101
+ <ul class="link-list">
102
+
103
+ <li><a href="../BioCReader.html">BioCReader</a>
104
+
105
+ <li><a href="../BioCWriter.html">BioCWriter</a>
106
+
107
+ <li><a href="../SimpleBioC.html">SimpleBioC</a>
108
+
109
+ <li><a href="../SimpleBioC/Annotation.html">SimpleBioC::Annotation</a>
110
+
111
+ <li><a href="../SimpleBioC/Collection.html">SimpleBioC::Collection</a>
112
+
113
+ <li><a href="../SimpleBioC/Document.html">SimpleBioC::Document</a>
114
+
115
+ <li><a href="../SimpleBioC/Location.html">SimpleBioC::Location</a>
116
+
117
+ <li><a href="../SimpleBioC/Node.html">SimpleBioC::Node</a>
118
+
119
+ <li><a href="../SimpleBioC/NodeBase.html">SimpleBioC::NodeBase</a>
120
+
121
+ <li><a href="../SimpleBioC/Passage.html">SimpleBioC::Passage</a>
122
+
123
+ <li><a href="../SimpleBioC/Relation.html">SimpleBioC::Relation</a>
124
+
125
+ <li><a href="../SimpleBioC/Sentence.html">SimpleBioC::Sentence</a>
126
+
127
+ </ul>
128
+ </nav>
129
+
130
+ </div>
131
+ </nav>
132
+
133
+ <div id="documentation">
134
+ <h1 class="class">class SimpleBioC::Node</h1>
135
+
136
+ <div id="description" class="description">
137
+
138
+ </div><!-- description -->
139
+
140
+
141
+
142
+
143
+ <section id="5Buntitled-5D" class="documentation-section">
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ <!-- Attributes -->
152
+ <section id="attribute-method-details" class="method-section section">
153
+ <h3 class="section-header">Attributes</h3>
154
+
155
+
156
+ <div id="attribute-i-ref" class="method-detail">
157
+ <div class="method-heading attribute-method-heading">
158
+ <span class="method-name">ref</span><span
159
+ class="attribute-access-type">[R]</span>
160
+ </div>
161
+
162
+ <div class="method-description">
163
+
164
+
165
+
166
+ </div>
167
+ </div>
168
+
169
+ <div id="attribute-i-refid" class="method-detail">
170
+ <div class="method-heading attribute-method-heading">
171
+ <span class="method-name">refid</span><span
172
+ class="attribute-access-type">[RW]</span>
173
+ </div>
174
+
175
+ <div class="method-description">
176
+
177
+
178
+
179
+ </div>
180
+ </div>
181
+
182
+ <div id="attribute-i-relation" class="method-detail">
183
+ <div class="method-heading attribute-method-heading">
184
+ <span class="method-name">relation</span><span
185
+ class="attribute-access-type">[R]</span>
186
+ </div>
187
+
188
+ <div class="method-description">
189
+
190
+
191
+
192
+ </div>
193
+ </div>
194
+
195
+ <div id="attribute-i-role" class="method-detail">
196
+ <div class="method-heading attribute-method-heading">
197
+ <span class="method-name">role</span><span
198
+ class="attribute-access-type">[RW]</span>
199
+ </div>
200
+
201
+ <div class="method-description">
202
+
203
+
204
+
205
+ </div>
206
+ </div>
207
+
208
+ </section><!-- attribute-method-details -->
209
+
210
+
211
+ <!-- Methods -->
212
+
213
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
214
+ <h3 class="section-header">Public Class Methods</h3>
215
+
216
+
217
+ <div id="method-c-new" class="method-detail ">
218
+
219
+ <div class="method-heading">
220
+ <span class="method-name">new</span><span
221
+ class="method-args">(parent)</span>
222
+
223
+ <span class="method-click-advice">click to toggle source</span>
224
+
225
+ </div>
226
+
227
+
228
+ <div class="method-description">
229
+
230
+
231
+
232
+
233
+
234
+
235
+ <div class="method-source-code" id="new-source">
236
+ <pre><span class="ruby-comment"># File lib/simple_bioc/node.rb, line 6</span>
237
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">parent</span>)
238
+ <span class="ruby-ivar">@relation</span> = <span class="ruby-identifier">parent</span>
239
+ <span class="ruby-keyword">end</span></pre>
240
+ </div><!-- new-source -->
241
+
242
+ </div>
243
+
244
+
245
+
246
+
247
+ </div><!-- new-method -->
248
+
249
+
250
+ </section><!-- public-class-method-details -->
251
+
252
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
253
+ <h3 class="section-header">Public Instance Methods</h3>
254
+
255
+
256
+ <div id="method-i-adjust_ref" class="method-detail ">
257
+
258
+ <div class="method-heading">
259
+ <span class="method-name">adjust_ref</span><span
260
+ class="method-args">()</span>
261
+
262
+ <span class="method-click-advice">click to toggle source</span>
263
+
264
+ </div>
265
+
266
+
267
+ <div class="method-description">
268
+
269
+
270
+
271
+
272
+
273
+
274
+ <div class="method-source-code" id="adjust_ref-source">
275
+ <pre><span class="ruby-comment"># File lib/simple_bioc/node.rb, line 10</span>
276
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">adjust_ref</span>
277
+ <span class="ruby-ivar">@ref</span> = <span class="ruby-identifier">relation</span>.<span class="ruby-identifier">document</span>.<span class="ruby-identifier">find_node</span>(<span class="ruby-identifier">refid</span>)
278
+ <span class="ruby-keyword">end</span></pre>
279
+ </div><!-- adjust_ref-source -->
280
+
281
+ </div>
282
+
283
+
284
+
285
+
286
+ </div><!-- adjust_ref-method -->
287
+
288
+
289
+ <div id="method-i-to_c" class="method-detail ">
290
+
291
+ <div class="method-heading">
292
+ <span class="method-name">to_c</span><span
293
+ class="method-args">()</span>
294
+
295
+ <span class="method-click-advice">click to toggle source</span>
296
+
297
+ </div>
298
+
299
+
300
+ <div class="method-description">
301
+
302
+
303
+
304
+
305
+
306
+
307
+ <div class="method-source-code" id="to_c-source">
308
+ <pre><span class="ruby-comment"># File lib/simple_bioc/node.rb, line 14</span>
309
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_c</span>
310
+ <span class="ruby-node">&quot;Node @#{refid}: #{role})&quot;</span>
311
+ <span class="ruby-keyword">end</span></pre>
312
+ </div><!-- to_c-source -->
313
+
314
+ </div>
315
+
316
+
317
+
318
+
319
+ </div><!-- to_c-method -->
320
+
321
+
322
+ </section><!-- public-instance-method-details -->
323
+
324
+ </section><!-- 5Buntitled-5D -->
325
+
326
+ </div><!-- documentation -->
327
+
328
+
329
+ <footer id="validator-badges">
330
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
331
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
332
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
333
+ </footer>
334
+
@@ -0,0 +1,281 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class SimpleBioC::NodeBase - RDoc Documentation</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
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>lib/simple_bioc/node_base.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+ <nav id="parent-class-section" class="section">
62
+ <h3 class="section-header">Parent</h3>
63
+
64
+ <p class="link">Object
65
+
66
+ </nav>
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <nav id="method-list-section" class="section">
72
+ <h3 class="section-header">Methods</h3>
73
+
74
+ <ul class="link-list">
75
+
76
+ <li ><a href="#method-c-new">::new</a>
77
+
78
+ </ul>
79
+ </nav>
80
+
81
+ </div>
82
+
83
+ <div id="project-metadata">
84
+ <nav id="fileindex-section" class="section project-section">
85
+ <h3 class="section-header">Pages</h3>
86
+
87
+ <ul>
88
+
89
+ <li class="file"><a href="../README_md.html">README</a>
90
+
91
+ </ul>
92
+ </nav>
93
+
94
+ <nav id="classindex-section" class="section project-section">
95
+ <h3 class="section-header">Class and Module Index</h3>
96
+
97
+ <ul class="link-list">
98
+
99
+ <li><a href="../BioCReader.html">BioCReader</a>
100
+
101
+ <li><a href="../BioCWriter.html">BioCWriter</a>
102
+
103
+ <li><a href="../SimpleBioC.html">SimpleBioC</a>
104
+
105
+ <li><a href="../SimpleBioC/Annotation.html">SimpleBioC::Annotation</a>
106
+
107
+ <li><a href="../SimpleBioC/Collection.html">SimpleBioC::Collection</a>
108
+
109
+ <li><a href="../SimpleBioC/Document.html">SimpleBioC::Document</a>
110
+
111
+ <li><a href="../SimpleBioC/Location.html">SimpleBioC::Location</a>
112
+
113
+ <li><a href="../SimpleBioC/Node.html">SimpleBioC::Node</a>
114
+
115
+ <li><a href="../SimpleBioC/NodeBase.html">SimpleBioC::NodeBase</a>
116
+
117
+ <li><a href="../SimpleBioC/Passage.html">SimpleBioC::Passage</a>
118
+
119
+ <li><a href="../SimpleBioC/Relation.html">SimpleBioC::Relation</a>
120
+
121
+ <li><a href="../SimpleBioC/Sentence.html">SimpleBioC::Sentence</a>
122
+
123
+ </ul>
124
+ </nav>
125
+
126
+ </div>
127
+ </nav>
128
+
129
+ <div id="documentation">
130
+ <h1 class="class">class SimpleBioC::NodeBase</h1>
131
+
132
+ <div id="description" class="description">
133
+
134
+ <p><a href="NodeBase.html">NodeBase</a> is not in BioC DTD. This is a super
135
+ class of <a href="Annotation.html">Annotation</a> &amp; <a
136
+ href="Relation.html">Relation</a></p>
137
+
138
+ </div><!-- description -->
139
+
140
+
141
+
142
+
143
+ <section id="5Buntitled-5D" class="documentation-section">
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ <!-- Attributes -->
152
+ <section id="attribute-method-details" class="method-section section">
153
+ <h3 class="section-header">Attributes</h3>
154
+
155
+
156
+ <div id="attribute-i-document" class="method-detail">
157
+ <div class="method-heading attribute-method-heading">
158
+ <span class="method-name">document</span><span
159
+ class="attribute-access-type">[R]</span>
160
+ </div>
161
+
162
+ <div class="method-description">
163
+
164
+
165
+
166
+ </div>
167
+ </div>
168
+
169
+ <div id="attribute-i-id" class="method-detail">
170
+ <div class="method-heading attribute-method-heading">
171
+ <span class="method-name">id</span><span
172
+ class="attribute-access-type">[RW]</span>
173
+ </div>
174
+
175
+ <div class="method-description">
176
+
177
+
178
+
179
+ </div>
180
+ </div>
181
+
182
+ <div id="attribute-i-infons" class="method-detail">
183
+ <div class="method-heading attribute-method-heading">
184
+ <span class="method-name">infons</span><span
185
+ class="attribute-access-type">[RW]</span>
186
+ </div>
187
+
188
+ <div class="method-description">
189
+
190
+
191
+
192
+ </div>
193
+ </div>
194
+
195
+ <div id="attribute-i-passage" class="method-detail">
196
+ <div class="method-heading attribute-method-heading">
197
+ <span class="method-name">passage</span><span
198
+ class="attribute-access-type">[R]</span>
199
+ </div>
200
+
201
+ <div class="method-description">
202
+
203
+
204
+
205
+ </div>
206
+ </div>
207
+
208
+ <div id="attribute-i-sentence" class="method-detail">
209
+ <div class="method-heading attribute-method-heading">
210
+ <span class="method-name">sentence</span><span
211
+ class="attribute-access-type">[R]</span>
212
+ </div>
213
+
214
+ <div class="method-description">
215
+
216
+
217
+
218
+ </div>
219
+ </div>
220
+
221
+ </section><!-- attribute-method-details -->
222
+
223
+
224
+ <!-- Methods -->
225
+
226
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
227
+ <h3 class="section-header">Public Class Methods</h3>
228
+
229
+
230
+ <div id="method-c-new" class="method-detail ">
231
+
232
+ <div class="method-heading">
233
+ <span class="method-name">new</span><span
234
+ class="method-args">(parent)</span>
235
+
236
+ <span class="method-click-advice">click to toggle source</span>
237
+
238
+ </div>
239
+
240
+
241
+ <div class="method-description">
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <div class="method-source-code" id="new-source">
249
+ <pre><span class="ruby-comment"># File lib/simple_bioc/node_base.rb, line 7</span>
250
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">parent</span>)
251
+ <span class="ruby-ivar">@infons</span> = {}
252
+ <span class="ruby-ivar">@document</span> = <span class="ruby-identifier">parent</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">parent</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Document</span>
253
+ <span class="ruby-ivar">@passage</span> = <span class="ruby-identifier">parent</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">parent</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Passage</span>
254
+ <span class="ruby-ivar">@sentence</span> = <span class="ruby-identifier">parent</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">parent</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Sentence</span>
255
+
256
+ <span class="ruby-ivar">@passage</span> = <span class="ruby-ivar">@sentence</span>.<span class="ruby-identifier">passage</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@sentence</span>.<span class="ruby-identifier">nil?</span>
257
+ <span class="ruby-ivar">@document</span> = <span class="ruby-ivar">@passage</span>.<span class="ruby-identifier">document</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@passage</span>.<span class="ruby-identifier">nil?</span>
258
+ <span class="ruby-keyword">end</span></pre>
259
+ </div><!-- new-source -->
260
+
261
+ </div>
262
+
263
+
264
+
265
+
266
+ </div><!-- new-method -->
267
+
268
+
269
+ </section><!-- public-class-method-details -->
270
+
271
+ </section><!-- 5Buntitled-5D -->
272
+
273
+ </div><!-- documentation -->
274
+
275
+
276
+ <footer id="validator-badges">
277
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
278
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
279
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
280
+ </footer>
281
+