hookapp 2.0.3 → 2.0.4
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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +46 -63
- data/README.md +1 -1
- data/bin/hook +16 -17
- data/hookapp.gemspec +1 -1
- data/html/App.html +6 -18
- data/html/GLI/Commands/Doc.html +2 -10
- data/html/GLI/Commands/MarkdownDocumentListener.html +8 -214
- data/html/GLI/Commands.html +2 -10
- data/html/GLI.html +2 -10
- data/html/Hook.html +2 -15
- data/html/HookApp.html +16 -292
- data/html/Hooker.html +46 -24
- data/html/README_rdoc.html +3 -6
- data/html/String.html +7 -121
- data/html/created.rid +6 -6
- data/html/css/rdoc.css +21 -1
- data/html/index.html +3 -18
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search_index.js +1 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +7 -71
- data/lib/hook/hookapp.rb +1 -1
- data/lib/hook/hooker.rb +5 -2
- data/lib/hook/version.rb +1 -1
- data/lib/hook.rb +5 -4
- metadata +5 -5
data/html/Hooker.html
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
22
22
|
|
23
23
|
|
24
|
-
|
25
|
-
|
26
24
|
<body id="top" role="document" class="class">
|
27
25
|
<nav role="navigation">
|
28
26
|
<div id="project-navigation">
|
@@ -59,28 +57,25 @@
|
|
59
57
|
|
60
58
|
<div id="class-metadata">
|
61
59
|
|
62
|
-
|
60
|
+
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
63
62
|
<h3>Parent</h3>
|
64
63
|
|
65
|
-
|
66
|
-
<p class="link">Object
|
67
|
-
|
64
|
+
<p class="link"><a href="HookApp.html">HookApp</a>
|
68
65
|
</div>
|
69
66
|
|
70
|
-
|
71
|
-
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
<!-- Method Quickref -->
|
71
|
+
<div id="method-list-section" class="nav-section">
|
72
|
+
<h3>Methods</h3>
|
72
73
|
|
73
|
-
<ul class="link-list">
|
74
|
-
|
75
|
-
|
76
|
-
<li><a class="include" href="HookApp.html">HookApp</a>
|
77
|
-
|
78
|
-
|
74
|
+
<ul class="link-list" role="directory">
|
75
|
+
<li class="calls-super" ><a href="#method-c-new">::new</a>
|
79
76
|
</ul>
|
80
77
|
</div>
|
81
78
|
|
82
|
-
|
83
|
-
|
84
79
|
</div>
|
85
80
|
</nav>
|
86
81
|
|
@@ -95,25 +90,52 @@
|
|
95
90
|
|
96
91
|
</section>
|
97
92
|
|
98
|
-
|
99
93
|
<section id="5Buntitled-5D" class="documentation-section">
|
100
|
-
|
101
94
|
|
102
|
-
|
103
95
|
|
104
|
-
|
105
96
|
|
106
|
-
|
107
97
|
|
108
|
-
|
109
|
-
</section>
|
110
98
|
|
99
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
100
|
+
<header>
|
101
|
+
<h3>Public Class Methods</h3>
|
102
|
+
</header>
|
103
|
+
|
104
|
+
<div id="method-c-new" class="method-detail ">
|
105
|
+
<div class="method-heading">
|
106
|
+
<span class="method-name">new</span><span
|
107
|
+
class="method-args">()</span>
|
108
|
+
<span class="method-click-advice">click to toggle source</span>
|
109
|
+
</div>
|
110
|
+
|
111
|
+
<div class="method-description">
|
112
|
+
|
113
|
+
<div class="method-calls-super">
|
114
|
+
Calls superclass method
|
115
|
+
|
116
|
+
</div>
|
117
|
+
|
118
|
+
<div class="method-source-code" id="new-source">
|
119
|
+
<pre><span class="ruby-comment"># File lib/hook/hooker.rb, line 5</span>
|
120
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>
|
121
|
+
<span class="ruby-keyword">super</span>
|
122
|
+
<span class="ruby-identifier">warn</span> <span class="ruby-string">"Using Hooker class is deprecated, update to use HookApp instead"</span>
|
123
|
+
<span class="ruby-keyword">end</span></pre>
|
124
|
+
</div>
|
125
|
+
</div>
|
126
|
+
|
127
|
+
|
128
|
+
</div>
|
129
|
+
|
130
|
+
</section>
|
131
|
+
|
132
|
+
</section>
|
111
133
|
</main>
|
112
134
|
|
113
135
|
|
114
136
|
<footer id="validator-badges" role="contentinfo">
|
115
137
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
116
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
138
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
117
139
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
118
140
|
</footer>
|
119
141
|
|
data/html/README_rdoc.html
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
22
22
|
|
23
23
|
|
24
|
-
|
25
|
-
|
26
24
|
<body id="top" role="document" class="file">
|
27
25
|
<nav role="navigation">
|
28
26
|
<div id="project-navigation">
|
@@ -105,13 +103,12 @@
|
|
105
103
|
|
106
104
|
|
107
105
|
<div id="project-metadata">
|
108
|
-
|
106
|
+
|
107
|
+
<div id="fileindex-section" class="nav-section">
|
109
108
|
<h3>Pages</h3>
|
110
109
|
|
111
110
|
<ul class="link-list">
|
112
|
-
|
113
111
|
<li><a href="./README_rdoc.html">README</a>
|
114
|
-
|
115
112
|
</ul>
|
116
113
|
</div>
|
117
114
|
|
@@ -322,7 +319,7 @@
|
|
322
319
|
|
323
320
|
<footer id="validator-badges" role="contentinfo">
|
324
321
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
325
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
322
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
326
323
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
327
324
|
</footer>
|
328
325
|
|
data/html/String.html
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
22
22
|
|
23
23
|
|
24
|
-
|
25
|
-
|
26
24
|
<body id="top" role="document" class="class">
|
27
25
|
<nav role="navigation">
|
28
26
|
<div id="project-navigation">
|
@@ -59,38 +57,29 @@
|
|
59
57
|
|
60
58
|
<div id="class-metadata">
|
61
59
|
|
62
|
-
|
60
|
+
|
61
|
+
<div id="parent-class-section" class="nav-section">
|
63
62
|
<h3>Parent</h3>
|
64
63
|
|
65
|
-
|
66
64
|
<p class="link">Object
|
67
|
-
|
68
65
|
</div>
|
69
66
|
|
70
67
|
|
71
68
|
|
72
|
-
|
69
|
+
|
70
|
+
<!-- Method Quickref -->
|
73
71
|
<div id="method-list-section" class="nav-section">
|
74
72
|
<h3>Methods</h3>
|
75
73
|
|
76
74
|
<ul class="link-list" role="directory">
|
77
|
-
|
78
75
|
<li ><a href="#method-i-cap">#cap</a>
|
79
|
-
|
80
76
|
<li ><a href="#method-i-cap-21">#cap!</a>
|
81
|
-
|
82
77
|
<li ><a href="#method-i-clip">#clip</a>
|
83
|
-
|
84
78
|
<li ><a href="#method-i-nil_if_missing">#nil_if_missing</a>
|
85
|
-
|
86
79
|
<li ><a href="#method-i-split_hook">#split_hook</a>
|
87
|
-
|
88
80
|
<li ><a href="#method-i-split_hooks">#split_hooks</a>
|
89
|
-
|
90
81
|
<li ><a href="#method-i-valid_hook">#valid_hook</a>
|
91
|
-
|
92
82
|
<li ><a href="#method-i-valid_hook-21">#valid_hook!</a>
|
93
|
-
|
94
83
|
</ul>
|
95
84
|
</div>
|
96
85
|
|
@@ -108,41 +97,27 @@
|
|
108
97
|
|
109
98
|
</section>
|
110
99
|
|
111
|
-
|
112
100
|
<section id="5Buntitled-5D" class="documentation-section">
|
113
|
-
|
114
101
|
|
115
|
-
|
116
102
|
|
117
|
-
|
118
103
|
|
119
|
-
|
120
104
|
|
121
|
-
|
105
|
+
|
122
106
|
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
123
107
|
<header>
|
124
108
|
<h3>Public Instance Methods</h3>
|
125
109
|
</header>
|
126
110
|
|
127
|
-
|
128
111
|
<div id="method-i-cap" class="method-detail ">
|
129
|
-
|
130
112
|
<div class="method-heading">
|
131
113
|
<span class="method-name">cap</span><span
|
132
114
|
class="method-args">()</span>
|
133
|
-
|
134
115
|
<span class="method-click-advice">click to toggle source</span>
|
135
|
-
|
136
116
|
</div>
|
137
|
-
|
138
117
|
|
139
118
|
<div class="method-description">
|
140
|
-
|
141
119
|
<p>Capitalize only if no uppercase</p>
|
142
|
-
|
143
|
-
|
144
120
|
|
145
|
-
|
146
121
|
<div class="method-source-code" id="cap-source">
|
147
122
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 42</span>
|
148
123
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">cap</span>
|
@@ -153,66 +128,42 @@
|
|
153
128
|
<span class="ruby-keyword">end</span>
|
154
129
|
<span class="ruby-keyword">end</span></pre>
|
155
130
|
</div>
|
156
|
-
|
157
131
|
</div>
|
158
132
|
|
159
|
-
|
160
133
|
|
161
|
-
|
162
134
|
</div>
|
163
135
|
|
164
|
-
|
165
136
|
<div id="method-i-cap-21" class="method-detail ">
|
166
|
-
|
167
137
|
<div class="method-heading">
|
168
138
|
<span class="method-name">cap!</span><span
|
169
139
|
class="method-args">()</span>
|
170
|
-
|
171
140
|
<span class="method-click-advice">click to toggle source</span>
|
172
|
-
|
173
141
|
</div>
|
174
|
-
|
175
142
|
|
176
143
|
<div class="method-description">
|
177
144
|
|
178
|
-
|
179
|
-
|
180
|
-
|
181
145
|
|
182
|
-
|
183
146
|
<div class="method-source-code" id="cap-21-source">
|
184
147
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 50</span>
|
185
148
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">cap!</span>
|
186
149
|
<span class="ruby-identifier">replace</span> <span class="ruby-identifier">cap</span>
|
187
150
|
<span class="ruby-keyword">end</span></pre>
|
188
151
|
</div>
|
189
|
-
|
190
152
|
</div>
|
191
153
|
|
192
|
-
|
193
154
|
|
194
|
-
|
195
155
|
</div>
|
196
156
|
|
197
|
-
|
198
157
|
<div id="method-i-clip" class="method-detail ">
|
199
|
-
|
200
158
|
<div class="method-heading">
|
201
159
|
<span class="method-name">clip</span><span
|
202
160
|
class="method-args">()</span>
|
203
|
-
|
204
161
|
<span class="method-click-advice">click to toggle source</span>
|
205
|
-
|
206
162
|
</div>
|
207
|
-
|
208
163
|
|
209
164
|
<div class="method-description">
|
210
165
|
|
211
|
-
|
212
|
-
|
213
|
-
|
214
166
|
|
215
|
-
|
216
167
|
<div class="method-source-code" id="clip-source">
|
217
168
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 54</span>
|
218
169
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">clip</span>
|
@@ -222,33 +173,21 @@
|
|
222
173
|
<span class="ruby-keyword">true</span>
|
223
174
|
<span class="ruby-keyword">end</span></pre>
|
224
175
|
</div>
|
225
|
-
|
226
176
|
</div>
|
227
177
|
|
228
|
-
|
229
178
|
|
230
|
-
|
231
179
|
</div>
|
232
180
|
|
233
|
-
|
234
181
|
<div id="method-i-nil_if_missing" class="method-detail ">
|
235
|
-
|
236
182
|
<div class="method-heading">
|
237
183
|
<span class="method-name">nil_if_missing</span><span
|
238
184
|
class="method-args">()</span>
|
239
|
-
|
240
185
|
<span class="method-click-advice">click to toggle source</span>
|
241
|
-
|
242
186
|
</div>
|
243
|
-
|
244
187
|
|
245
188
|
<div class="method-description">
|
246
189
|
|
247
|
-
|
248
|
-
|
249
|
-
|
250
190
|
|
251
|
-
|
252
191
|
<div class="method-source-code" id="nil_if_missing-source">
|
253
192
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 5</span>
|
254
193
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">nil_if_missing</span>
|
@@ -259,33 +198,21 @@
|
|
259
198
|
<span class="ruby-keyword">end</span>
|
260
199
|
<span class="ruby-keyword">end</span></pre>
|
261
200
|
</div>
|
262
|
-
|
263
201
|
</div>
|
264
202
|
|
265
|
-
|
266
203
|
|
267
|
-
|
268
204
|
</div>
|
269
205
|
|
270
|
-
|
271
206
|
<div id="method-i-split_hook" class="method-detail ">
|
272
|
-
|
273
207
|
<div class="method-heading">
|
274
208
|
<span class="method-name">split_hook</span><span
|
275
209
|
class="method-args">()</span>
|
276
|
-
|
277
210
|
<span class="method-click-advice">click to toggle source</span>
|
278
|
-
|
279
211
|
</div>
|
280
|
-
|
281
212
|
|
282
213
|
<div class="method-description">
|
283
214
|
|
284
|
-
|
285
|
-
|
286
|
-
|
287
215
|
|
288
|
-
|
289
216
|
<div class="method-source-code" id="split_hook-source">
|
290
217
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 13</span>
|
291
218
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">split_hook</span>
|
@@ -297,66 +224,42 @@
|
|
297
224
|
}
|
298
225
|
<span class="ruby-keyword">end</span></pre>
|
299
226
|
</div>
|
300
|
-
|
301
227
|
</div>
|
302
228
|
|
303
|
-
|
304
229
|
|
305
|
-
|
306
230
|
</div>
|
307
231
|
|
308
|
-
|
309
232
|
<div id="method-i-split_hooks" class="method-detail ">
|
310
|
-
|
311
233
|
<div class="method-heading">
|
312
234
|
<span class="method-name">split_hooks</span><span
|
313
235
|
class="method-args">()</span>
|
314
|
-
|
315
236
|
<span class="method-click-advice">click to toggle source</span>
|
316
|
-
|
317
237
|
</div>
|
318
|
-
|
319
238
|
|
320
239
|
<div class="method-description">
|
321
240
|
|
322
|
-
|
323
|
-
|
324
|
-
|
325
241
|
|
326
|
-
|
327
242
|
<div class="method-source-code" id="split_hooks-source">
|
328
243
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 22</span>
|
329
244
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">split_hooks</span>
|
330
245
|
<span class="ruby-identifier">split</span>(<span class="ruby-regexp">/\^\^/</span>).<span class="ruby-identifier">map</span>(<span class="ruby-operator">&</span><span class="ruby-value">:split_hook</span>)
|
331
246
|
<span class="ruby-keyword">end</span></pre>
|
332
247
|
</div>
|
333
|
-
|
334
248
|
</div>
|
335
249
|
|
336
|
-
|
337
250
|
|
338
|
-
|
339
251
|
</div>
|
340
252
|
|
341
|
-
|
342
253
|
<div id="method-i-valid_hook" class="method-detail ">
|
343
|
-
|
344
254
|
<div class="method-heading">
|
345
255
|
<span class="method-name">valid_hook</span><span
|
346
256
|
class="method-args">()</span>
|
347
|
-
|
348
257
|
<span class="method-click-advice">click to toggle source</span>
|
349
|
-
|
350
258
|
</div>
|
351
|
-
|
352
259
|
|
353
260
|
<div class="method-description">
|
354
261
|
|
355
|
-
|
356
|
-
|
357
|
-
|
358
262
|
|
359
|
-
|
360
263
|
<div class="method-source-code" id="valid_hook-source">
|
361
264
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 26</span>
|
362
265
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">valid_hook</span>
|
@@ -370,58 +273,41 @@
|
|
370
273
|
<span class="ruby-keyword">end</span>
|
371
274
|
<span class="ruby-keyword">end</span></pre>
|
372
275
|
</div>
|
373
|
-
|
374
276
|
</div>
|
375
277
|
|
376
|
-
|
377
278
|
|
378
|
-
|
379
279
|
</div>
|
380
280
|
|
381
|
-
|
382
281
|
<div id="method-i-valid_hook-21" class="method-detail ">
|
383
|
-
|
384
282
|
<div class="method-heading">
|
385
283
|
<span class="method-name">valid_hook!</span><span
|
386
284
|
class="method-args">()</span>
|
387
|
-
|
388
285
|
<span class="method-click-advice">click to toggle source</span>
|
389
|
-
|
390
286
|
</div>
|
391
|
-
|
392
287
|
|
393
288
|
<div class="method-description">
|
394
289
|
|
395
|
-
|
396
|
-
|
397
|
-
|
398
290
|
|
399
|
-
|
400
291
|
<div class="method-source-code" id="valid_hook-21-source">
|
401
292
|
<pre><span class="ruby-comment"># File lib/hook/string.rb, line 37</span>
|
402
293
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">valid_hook!</span>
|
403
294
|
<span class="ruby-identifier">replace</span> <span class="ruby-identifier">valid_hook</span>
|
404
295
|
<span class="ruby-keyword">end</span></pre>
|
405
296
|
</div>
|
406
|
-
|
407
297
|
</div>
|
408
298
|
|
409
|
-
|
410
299
|
|
411
|
-
|
412
300
|
</div>
|
413
301
|
|
414
|
-
|
415
302
|
</section>
|
416
|
-
|
417
|
-
</section>
|
418
303
|
|
304
|
+
</section>
|
419
305
|
</main>
|
420
306
|
|
421
307
|
|
422
308
|
<footer id="validator-badges" role="contentinfo">
|
423
309
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
424
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
310
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
425
311
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
426
312
|
</footer>
|
427
313
|
|
data/html/created.rid
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
|
1
|
+
Sat, 18 Sep 2021 12:30:57 -0500
|
2
2
|
README.rdoc Tue, 07 Jul 2020 16:57:07 -0500
|
3
|
-
lib/hook.rb
|
4
|
-
lib/hook/hookapp.rb
|
5
|
-
lib/hook/hooker.rb
|
3
|
+
lib/hook.rb Sat, 18 Sep 2021 12:27:39 -0500
|
4
|
+
lib/hook/hookapp.rb Sat, 18 Sep 2021 12:22:34 -0500
|
5
|
+
lib/hook/hooker.rb Sat, 18 Sep 2021 12:22:34 -0500
|
6
6
|
lib/hook/markdown_document_listener.rb Wed, 09 Sep 2020 12:38:39 -0500
|
7
7
|
lib/hook/string.rb Fri, 28 Aug 2020 13:00:21 -0500
|
8
|
-
lib/hook/version.rb
|
9
|
-
bin/hook
|
8
|
+
lib/hook/version.rb Sat, 18 Sep 2021 12:29:59 -0500
|
9
|
+
bin/hook Sat, 18 Sep 2021 12:22:34 -0500
|
data/html/css/rdoc.css
CHANGED
@@ -79,6 +79,25 @@ pre {
|
|
79
79
|
border-radius: 0.2em;
|
80
80
|
}
|
81
81
|
|
82
|
+
table {
|
83
|
+
margin: 0;
|
84
|
+
border-spacing: 0;
|
85
|
+
border-collapse: collapse;
|
86
|
+
}
|
87
|
+
|
88
|
+
table tr th, table tr td {
|
89
|
+
padding: 0.2em 0.4em;
|
90
|
+
border: 1px solid #ccc;
|
91
|
+
}
|
92
|
+
|
93
|
+
table tr th {
|
94
|
+
background-color: #eceaed;
|
95
|
+
}
|
96
|
+
|
97
|
+
table tr:nth-child(even) td {
|
98
|
+
background-color: #f5f4f6;
|
99
|
+
}
|
100
|
+
|
82
101
|
/* @group Generic Classes */
|
83
102
|
|
84
103
|
.initially-hidden {
|
@@ -166,6 +185,7 @@ nav {
|
|
166
185
|
width: 260px;
|
167
186
|
font-family: Helvetica, sans-serif;
|
168
187
|
font-size: 14px;
|
188
|
+
border-right: 1px solid #ccc;
|
169
189
|
}
|
170
190
|
|
171
191
|
main {
|
@@ -276,7 +296,7 @@ ul.link-list .type {
|
|
276
296
|
-webkit-border-radius: 5px;
|
277
297
|
}
|
278
298
|
|
279
|
-
dl.
|
299
|
+
dl.note-list dt {
|
280
300
|
float: left;
|
281
301
|
margin-right: 1em;
|
282
302
|
}
|
data/html/index.html
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
22
22
|
|
23
23
|
|
24
|
-
|
25
|
-
|
26
24
|
<body id="top" role="document" class="file">
|
27
25
|
<nav role="navigation">
|
28
26
|
<div id="project-navigation">
|
@@ -57,13 +55,12 @@
|
|
57
55
|
</div>
|
58
56
|
|
59
57
|
<div id="project-metadata">
|
60
|
-
|
58
|
+
|
59
|
+
<div id="fileindex-section" class="nav-section">
|
61
60
|
<h3>Pages</h3>
|
62
61
|
|
63
62
|
<ul class="link-list">
|
64
|
-
|
65
63
|
<li><a href="./README_rdoc.html">README</a>
|
66
|
-
|
67
64
|
</ul>
|
68
65
|
</div>
|
69
66
|
|
@@ -71,25 +68,15 @@
|
|
71
68
|
<h3>Class and Module Index</h3>
|
72
69
|
|
73
70
|
<ul class="link-list">
|
74
|
-
|
75
71
|
<li><a href="./App.html">App</a>
|
76
|
-
|
77
72
|
<li><a href="./GLI.html">GLI</a>
|
78
|
-
|
79
73
|
<li><a href="./GLI/Commands.html">GLI::Commands</a>
|
80
|
-
|
81
74
|
<li><a href="./GLI/Commands/Doc.html">GLI::Commands::Doc</a>
|
82
|
-
|
83
75
|
<li><a href="./GLI/Commands/MarkdownDocumentListener.html">GLI::Commands::MarkdownDocumentListener</a>
|
84
|
-
|
85
76
|
<li><a href="./Hook.html">Hook</a>
|
86
|
-
|
87
77
|
<li><a href="./HookApp.html">HookApp</a>
|
88
|
-
|
89
78
|
<li><a href="./Hooker.html">Hooker</a>
|
90
|
-
|
91
79
|
<li><a href="./String.html">String</a>
|
92
|
-
|
93
80
|
</ul>
|
94
81
|
</div>
|
95
82
|
|
@@ -295,14 +282,12 @@
|
|
295
282
|
<p>help</p>
|
296
283
|
</dd></dl>
|
297
284
|
|
298
|
-
|
299
285
|
</main>
|
300
286
|
|
301
287
|
|
302
|
-
|
303
288
|
<footer id="validator-badges" role="contentinfo">
|
304
289
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
305
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
290
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
306
291
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
307
292
|
</footer>
|
308
293
|
|
data/html/js/navigation.js.gz
CHANGED
Binary file
|