ftr_ruby 0.1.1 → 0.1.2

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/doc/index.html ADDED
@@ -0,0 +1,518 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+
8
+ <title>RDoc Documentation</title>
9
+
10
+
11
+ <meta name="keywords" content="ruby,documentation,RDoc Documentation">
12
+
13
+ <meta name="description" content="Documentation for RDoc Documentation">
14
+
15
+
16
+
17
+
18
+
19
+ <!-- Open Graph / Facebook -->
20
+ <meta property="og:type" content="website">
21
+ <meta property="og:title" content="RDoc Documentation">
22
+
23
+
24
+ <meta
25
+ property="og:description"
26
+ content="API documentation for RDoc Documentation - Browse classes, modules, and methods"
27
+ >
28
+
29
+
30
+
31
+
32
+ <!-- Twitter -->
33
+ <meta name="twitter:card" content="summary">
34
+ <meta name="twitter:title" content="RDoc Documentation">
35
+
36
+
37
+ <meta
38
+ name="twitter:description"
39
+ content="API documentation for RDoc Documentation - Browse classes, modules, and methods"
40
+ >
41
+
42
+
43
+ <script type="text/javascript">
44
+ var rdoc_rel_prefix = "./";
45
+ var index_rel_prefix = "./";
46
+ </script>
47
+
48
+ <script
49
+ src="./js/theme-toggle.js?v=7.2.0"
50
+ ></script>
51
+
52
+ <script
53
+ src="./js/search_navigation.js?v=7.2.0"
54
+ defer
55
+ ></script>
56
+
57
+ <script
58
+ src="./js/search_data.js?v=7.2.0"
59
+ defer
60
+ ></script>
61
+
62
+ <script
63
+ src="./js/search_ranker.js?v=7.2.0"
64
+ defer
65
+ ></script>
66
+
67
+ <script
68
+ src="./js/search_controller.js?v=7.2.0"
69
+ defer
70
+ ></script>
71
+
72
+ <script
73
+ src="./js/c_highlighter.js?v=7.2.0"
74
+ defer
75
+ ></script>
76
+
77
+ <script
78
+ src="./js/bash_highlighter.js?v=7.2.0"
79
+ defer
80
+ ></script>
81
+
82
+ <script
83
+ src="./js/aliki.js?v=7.2.0"
84
+ defer
85
+ ></script>
86
+
87
+ <link
88
+ href="./css/rdoc.css?v=7.2.0"
89
+ rel="stylesheet"
90
+ >
91
+
92
+
93
+
94
+
95
+ <body role="document" class="file has-toc">
96
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
97
+ <!-- Chevron (right arrow) - used for expand/collapse -->
98
+ <symbol
99
+ id="icon-chevron"
100
+ viewBox="0 0 24 24"
101
+ fill="none"
102
+ stroke="currentColor"
103
+ stroke-width="2"
104
+ stroke-linecap="round"
105
+ stroke-linejoin="round"
106
+ >
107
+ <polyline points="9 18 15 12 9 6"></polyline>
108
+ </symbol>
109
+
110
+ <!-- File/Document - Pages section -->
111
+ <symbol
112
+ id="icon-file"
113
+ viewBox="0 0 24 24"
114
+ fill="none"
115
+ stroke="currentColor"
116
+ stroke-width="2"
117
+ stroke-linecap="round"
118
+ stroke-linejoin="round"
119
+ >
120
+ <path
121
+ d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"
122
+ ></path>
123
+
124
+ <polyline points="14 2 14 8 20 8"></polyline>
125
+ </symbol>
126
+
127
+ <!-- Layers/Stack - Classes and Modules section -->
128
+ <symbol
129
+ id="icon-layers"
130
+ viewBox="0 0 24 24"
131
+ fill="none"
132
+ stroke="currentColor"
133
+ stroke-width="2"
134
+ stroke-linecap="round"
135
+ stroke-linejoin="round"
136
+ >
137
+ <polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
138
+ <polyline points="2 17 12 22 22 17"></polyline>
139
+ <polyline points="2 12 12 17 22 12"></polyline>
140
+ </symbol>
141
+
142
+ <!-- Curly braces with C - Class Methods section -->
143
+ <symbol
144
+ id="icon-class-methods"
145
+ viewBox="0 0 24 24"
146
+ fill="none"
147
+ stroke="currentColor"
148
+ stroke-width="2"
149
+ stroke-linecap="round"
150
+ stroke-linejoin="round"
151
+ >
152
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
153
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
154
+
155
+ <text
156
+ x="12"
157
+ y="17"
158
+ text-anchor="middle"
159
+ font-size="13"
160
+ font-weight="bold"
161
+ fill="currentColor"
162
+ stroke="none"
163
+ >
164
+ C
165
+ </text>
166
+ </symbol>
167
+
168
+ <!-- Curly braces with I - Instance Methods section -->
169
+ <symbol
170
+ id="icon-instance-methods"
171
+ viewBox="0 0 24 24"
172
+ fill="none"
173
+ stroke="currentColor"
174
+ stroke-width="2"
175
+ stroke-linecap="round"
176
+ stroke-linejoin="round"
177
+ >
178
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
179
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
180
+
181
+ <text
182
+ x="12"
183
+ y="17"
184
+ text-anchor="middle"
185
+ font-size="13"
186
+ font-weight="bold"
187
+ fill="currentColor"
188
+ stroke="none"
189
+ >
190
+ I
191
+ </text>
192
+ </symbol>
193
+
194
+ <!-- Double chevrons up - Ancestors section -->
195
+ <symbol
196
+ id="icon-ancestors"
197
+ viewBox="0 0 24 24"
198
+ fill="none"
199
+ stroke="currentColor"
200
+ stroke-width="2"
201
+ stroke-linecap="round"
202
+ stroke-linejoin="round"
203
+ >
204
+ <polyline points="17 11 12 6 7 11"></polyline>
205
+ <polyline points="17 18 12 13 7 18"></polyline>
206
+ </symbol>
207
+
208
+ <!-- User with plus - Included Modules section -->
209
+ <symbol
210
+ id="icon-includes"
211
+ viewBox="0 0 24 24"
212
+ fill="none"
213
+ stroke="currentColor"
214
+ stroke-width="2"
215
+ stroke-linecap="round"
216
+ stroke-linejoin="round"
217
+ >
218
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
219
+ <circle cx="8.5" cy="7" r="4"></circle>
220
+
221
+ <line
222
+ x1="20"
223
+ y1="8"
224
+ x2="20"
225
+ y2="14"
226
+ ></line>
227
+
228
+ <line
229
+ x1="23"
230
+ y1="11"
231
+ x2="17"
232
+ y2="11"
233
+ ></line>
234
+ </symbol>
235
+
236
+ <!-- User with check - Extended Modules section -->
237
+ <symbol
238
+ id="icon-extends"
239
+ viewBox="0 0 24 24"
240
+ fill="none"
241
+ stroke="currentColor"
242
+ stroke-width="2"
243
+ stroke-linecap="round"
244
+ stroke-linejoin="round"
245
+ >
246
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
247
+ <circle cx="8.5" cy="7" r="4"></circle>
248
+ <polyline points="17 11 19 13 23 9"></polyline>
249
+ </symbol>
250
+
251
+ <!-- List - Sections section -->
252
+ <symbol
253
+ id="icon-list"
254
+ viewBox="0 0 24 24"
255
+ fill="none"
256
+ stroke="currentColor"
257
+ stroke-width="2"
258
+ stroke-linecap="round"
259
+ stroke-linejoin="round"
260
+ >
261
+ <line
262
+ x1="8"
263
+ y1="6"
264
+ x2="21"
265
+ y2="6"
266
+ ></line>
267
+
268
+ <line
269
+ x1="8"
270
+ y1="12"
271
+ x2="21"
272
+ y2="12"
273
+ ></line>
274
+
275
+ <line
276
+ x1="8"
277
+ y1="18"
278
+ x2="21"
279
+ y2="18"
280
+ ></line>
281
+
282
+ <line
283
+ x1="3"
284
+ y1="6"
285
+ x2="3.01"
286
+ y2="6"
287
+ ></line>
288
+
289
+ <line
290
+ x1="3"
291
+ y1="12"
292
+ x2="3.01"
293
+ y2="12"
294
+ ></line>
295
+
296
+ <line
297
+ x1="3"
298
+ y1="18"
299
+ x2="3.01"
300
+ y2="18"
301
+ ></line>
302
+ </symbol>
303
+ </svg>
304
+
305
+ <header class="top-navbar">
306
+ <a href="./index.html" class="navbar-brand">
307
+ RDoc Documentation
308
+ </a>
309
+
310
+ <!-- Desktop search bar -->
311
+ <div class="navbar-search navbar-search-desktop" role="search">
312
+ <form action="#" method="get" accept-charset="utf-8">
313
+ <input id="search-field" role="combobox" aria-label="Search"
314
+ aria-autocomplete="list" aria-controls="search-results-desktop"
315
+ type="text" name="search" placeholder="Search (/) for a class, method..."
316
+ spellcheck="false" autocomplete="off"
317
+ title="Type to search, Up and Down to navigate, Enter to load">
318
+ <ul id="search-results-desktop" aria-label="Search Results"
319
+ aria-busy="false" aria-expanded="false"
320
+ aria-atomic="false" class="initially-hidden search-results"></ul>
321
+ </form>
322
+ </div>
323
+
324
+ <!-- Mobile search icon button -->
325
+ <button id="search-toggle" class="navbar-search-mobile" aria-label="Open search" type="button">
326
+ <span aria-hidden="true">🔍</span>
327
+ </button>
328
+
329
+ <!-- Theme toggle button -->
330
+ <button id="theme-toggle" class="theme-toggle" aria-label="Switch to dark mode" type="button">
331
+ <span class="theme-toggle-icon" aria-hidden="true">🌙</span>
332
+ </button>
333
+ </header>
334
+
335
+ <!-- Search Modal (Mobile) -->
336
+ <div id="search-modal" class="search-modal" hidden aria-modal="true" role="dialog" aria-label="Search">
337
+ <div class="search-modal-backdrop"></div>
338
+ <div class="search-modal-content">
339
+ <div class="search-modal-header">
340
+ <form class="search-modal-form" action="#" method="get" accept-charset="utf-8">
341
+ <span class="search-modal-icon" aria-hidden="true">🔍</span>
342
+ <input id="search-field-mobile" role="combobox" aria-label="Search"
343
+ aria-autocomplete="list" aria-controls="search-results-mobile"
344
+ type="text" name="search" placeholder="Search documentation"
345
+ spellcheck="false" autocomplete="off">
346
+ <button type="button" class="search-modal-close" aria-label="Close search" id="search-modal-close">
347
+ <span aria-hidden="true">esc</span>
348
+ </button>
349
+ </form>
350
+ </div>
351
+ <div class="search-modal-body">
352
+ <ul id="search-results-mobile" aria-label="Search Results"
353
+ aria-busy="false" aria-expanded="false"
354
+ aria-atomic="false" class="search-results search-modal-results initially-hidden"></ul>
355
+ <div class="search-modal-empty">
356
+ <p>No recent searches</p>
357
+ </div>
358
+ </div>
359
+ </div>
360
+ </div>
361
+
362
+ <div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
363
+ <span aria-hidden="true">&#9776;</span>
364
+ </div>
365
+
366
+
367
+ <nav id="navigation" role="navigation" hidden>
368
+
369
+
370
+
371
+
372
+
373
+ <div id="fileindex-section" class="nav-section">
374
+ <details class="nav-section-collapsible" open>
375
+ <summary class="nav-section-header">
376
+ <span class="nav-section-icon">
377
+ <svg>
378
+ <use href="#icon-file"></use>
379
+ </svg>
380
+ </span>
381
+
382
+ <span class="nav-section-title">Pages</span>
383
+
384
+ <span class="nav-section-chevron">
385
+ <svg>
386
+ <use href="#icon-chevron"></use>
387
+ </svg>
388
+ </span>
389
+ </summary>
390
+
391
+ <ul class="nav-list">
392
+
393
+
394
+
395
+
396
+
397
+
398
+ <li>
399
+ <a href="./CHANGELOG_md.html">
400
+ CHANGELOG
401
+ </a>
402
+ </li>
403
+
404
+
405
+
406
+
407
+ <li>
408
+ <a href="./Gemfile.html">
409
+ Gemfile
410
+ </a>
411
+ </li>
412
+
413
+
414
+
415
+
416
+ <li>
417
+ <a href="./Gemfile_lock.html">
418
+ Gemfile.lock
419
+ </a>
420
+ </li>
421
+
422
+
423
+
424
+
425
+ <li>
426
+ <a href="./LICENSE_txt.html">
427
+ LICENSE
428
+ </a>
429
+ </li>
430
+
431
+
432
+
433
+
434
+ <li>
435
+ <a href="./README_md.html">
436
+ README
437
+ </a>
438
+ </li>
439
+
440
+
441
+
442
+
443
+ <li>
444
+ <a href="./Rakefile.html">
445
+ Rakefile
446
+ </a>
447
+ </li>
448
+
449
+
450
+
451
+
452
+ <li>
453
+ <a href="./bin/setup.html">
454
+ setup
455
+ </a>
456
+ </li>
457
+
458
+
459
+
460
+
461
+ <li>
462
+ <a href="./sig/ftr_ruby_rbs.html">
463
+ ftr_ruby.rbs
464
+ </a>
465
+ </li>
466
+
467
+ </ul>
468
+ </details>
469
+ </div>
470
+
471
+
472
+ <div id="classindex-section" class="nav-section">
473
+ <details class="nav-section-collapsible" open>
474
+ <summary class="nav-section-header">
475
+ <span class="nav-section-icon">
476
+ <svg><use href="#icon-layers"></use></svg>
477
+ </span>
478
+ <span class="nav-section-title">Classes and Modules</span>
479
+ <span class="nav-section-chevron">
480
+ <svg><use href="#icon-chevron"></use></svg>
481
+ </span>
482
+ </summary>
483
+
484
+ <ul class="link-list nav-list"><li><details><summary><code><a href="./FtrRuby.html">FtrRuby</a></code></summary><ul class="link-list nav-list"><li><code><a href="./FtrRuby/DCAT_Record.html">DCAT_Record</a></code></li><li><code><a href="./FtrRuby/Error.html">Error</a></code></li><li><code><a href="./FtrRuby/FDPIndex.html">FDPIndex</a></code></li><li><code><a href="./FtrRuby/Output.html">Output</a></code></li><li><code><a href="./FtrRuby/TestInfra.html">TestInfra</a></code></li><li><code><a href="./FtrRuby/Tests.html">Tests</a></code></li></ul></details></li><li><code><a href="./OpenAPI.html">OpenAPI</a></code></li></ul>
485
+ </details>
486
+ </div>
487
+
488
+ </nav>
489
+
490
+ <main role="main">
491
+
492
+ <p>This is the API documentation for RDoc Documentation.</p>
493
+
494
+ </main>
495
+
496
+ <aside class="table-of-contents" role="complementary" aria-label="Table of Contents">
497
+ <div class="toc-sticky">
498
+ <h3 class="toc-heading">On This Page</h3>
499
+ <nav class="toc-nav" id="toc-nav" aria-label="Page sections">
500
+ <!-- Generated by JavaScript based on page headings -->
501
+ </nav>
502
+ </div>
503
+ </aside>
504
+
505
+
506
+ <footer class="site-footer">
507
+
508
+
509
+ <div class="footer-bottom">
510
+ <p>
511
+ Generated by <a href="https://ruby.github.io/rdoc/">RDoc 7.2.0</a>
512
+ using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a>
513
+ </p>
514
+ </div>
515
+ </footer>
516
+
517
+ </body>
518
+