hookapp 2.1.1 → 2.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.
- checksums.yaml +4 -4
- data/bin/hook +1 -1
- data/hookapp.gemspec +1 -1
- data/html/App.html +36 -24
- data/html/GLI/Commands/Doc.html +55 -19
- data/html/GLI/Commands/MarkdownDocumentListener.html +309 -151
- data/html/GLI/Commands.html +49 -19
- data/html/GLI.html +33 -19
- data/html/Hook/Prompt.html +50 -20
- data/html/Hook/PromptFZF.html +129 -69
- data/html/Hook/PromptSTD.html +104 -52
- data/html/Hook.html +34 -19
- data/html/HookApp.html +487 -265
- data/html/Hooker.html +60 -42
- data/html/Object.html +36 -23
- data/html/README_rdoc.html +180 -75
- data/html/String.html +185 -103
- data/html/created.rid +10 -10
- data/html/css/rdoc.css +402 -358
- data/html/fonts/SourceCodePro-Bold.ttf +0 -0
- data/html/fonts/SourceCodePro-Regular.ttf +0 -0
- data/html/index.html +193 -45
- data/html/js/darkfish.js +38 -2
- data/html/js/navigation.js +8 -8
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +4 -4
- 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 +52 -8
- data/lib/hook/hookapp.rb +8 -4
- data/lib/hook/version.rb +1 -1
- metadata +3 -3
data/html/Hooker.html
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
|
|
3
|
-
<html>
|
|
3
|
+
<html lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
7
|
|
|
7
8
|
<title>class Hooker - hookapp</title>
|
|
8
9
|
|
|
10
|
+
<meta name="keywords" content="ruby,class,Hooker">
|
|
11
|
+
|
|
12
|
+
<meta name="description" content="class Hooker: Hook.">
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
<script type="text/javascript">
|
|
10
16
|
var rdoc_rel_prefix = "./";
|
|
11
17
|
var index_rel_prefix = "./";
|
|
@@ -22,7 +28,12 @@
|
|
|
22
28
|
|
|
23
29
|
|
|
24
30
|
<body id="top" role="document" class="class">
|
|
25
|
-
<
|
|
31
|
+
<div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
|
|
32
|
+
<span aria-hidden="true">☰</span>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<nav id="navigation" role="navigation">
|
|
26
37
|
<div id="project-navigation">
|
|
27
38
|
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
39
|
<h2>
|
|
@@ -41,7 +52,7 @@
|
|
|
41
52
|
<div id="search-field-wrapper">
|
|
42
53
|
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
54
|
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
55
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
56
|
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
57
|
</div>
|
|
47
58
|
|
|
@@ -54,33 +65,39 @@
|
|
|
54
65
|
</div>
|
|
55
66
|
|
|
56
67
|
|
|
68
|
+
|
|
69
|
+
<div id="parent-class-section" class="nav-section">
|
|
70
|
+
<h3>Ancestors</h3>
|
|
71
|
+
<ul><li><a href="HookApp.html">HookApp</a><ul><li><a href="Object.html">Object</a><ul><li>BasicObject</li></ul></li></ul></li></ul>
|
|
72
|
+
</div>
|
|
57
73
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<div
|
|
62
|
-
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<div class="nav-section">
|
|
78
|
+
<h3>Class Methods</h3>
|
|
79
|
+
<ul class="link-list" role="directory">
|
|
80
|
+
<li class="calls-super" ><a href="#method-c-new">new</a></li>
|
|
81
|
+
</ul>
|
|
82
|
+
</div>
|
|
63
83
|
|
|
64
|
-
<p class="link"><a href="HookApp.html">HookApp</a>
|
|
65
|
-
</div>
|
|
66
84
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
<!-- Method Quickref -->
|
|
71
|
-
<div id="method-list-section" class="nav-section">
|
|
72
|
-
<h3>Methods</h3>
|
|
73
85
|
|
|
74
|
-
<ul class="link-list" role="directory">
|
|
75
|
-
<li class="calls-super" ><a href="#method-c-new">::new</a>
|
|
76
|
-
</ul>
|
|
77
|
-
</div>
|
|
78
86
|
|
|
79
|
-
|
|
87
|
+
|
|
88
|
+
<footer id="validator-badges" role="contentinfo">
|
|
89
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
90
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.14.0.
|
|
91
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
92
|
+
</footer>
|
|
93
|
+
|
|
80
94
|
</nav>
|
|
81
95
|
|
|
82
96
|
<main role="main" aria-labelledby="class-Hooker">
|
|
83
|
-
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
<h1 id="class-Hooker" class="anchor-link class">
|
|
84
101
|
class Hooker
|
|
85
102
|
</h1>
|
|
86
103
|
|
|
@@ -90,31 +107,34 @@
|
|
|
90
107
|
|
|
91
108
|
</section>
|
|
92
109
|
|
|
93
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
|
110
|
+
<section id="5Buntitled-5D" class="documentation-section anchor-link">
|
|
94
111
|
|
|
95
112
|
|
|
96
113
|
|
|
97
114
|
|
|
98
115
|
|
|
99
|
-
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
|
116
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section anchor-link">
|
|
100
117
|
<header>
|
|
101
118
|
<h3>Public Class Methods</h3>
|
|
102
119
|
</header>
|
|
103
120
|
|
|
104
|
-
<div id="method-c-new" class="method-detail ">
|
|
105
|
-
<div class="method-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
121
|
+
<div id="method-c-new" class="method-detail anchor-link ">
|
|
122
|
+
<div class="method-header">
|
|
123
|
+
<div class="method-heading">
|
|
124
|
+
<a href="#method-c-new" title="Link to this method">
|
|
125
|
+
<span class="method-name">new</span>
|
|
126
|
+
<span class="method-args">()</span>
|
|
127
|
+
</a>
|
|
128
|
+
</div>
|
|
109
129
|
</div>
|
|
110
130
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</div>
|
|
131
|
+
<div class="method-controls">
|
|
132
|
+
<details class="method-source-toggle">
|
|
133
|
+
<summary>Source</summary>
|
|
134
|
+
</details>
|
|
135
|
+
</div>
|
|
117
136
|
|
|
137
|
+
<div class="method-description">
|
|
118
138
|
<div class="method-source-code" id="new-source">
|
|
119
139
|
<pre><span class="ruby-comment"># File lib/hook/hooker.rb, line 6</span>
|
|
120
140
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>
|
|
@@ -122,6 +142,11 @@
|
|
|
122
142
|
<span class="ruby-identifier">warn</span> <span class="ruby-string">"Using Hooker class is deprecated, update to use HookApp instead"</span>
|
|
123
143
|
<span class="ruby-keyword">end</span></pre>
|
|
124
144
|
</div>
|
|
145
|
+
|
|
146
|
+
<div class="method-calls-super">
|
|
147
|
+
Calls superclass method
|
|
148
|
+
|
|
149
|
+
</div>
|
|
125
150
|
</div>
|
|
126
151
|
|
|
127
152
|
|
|
@@ -132,10 +157,3 @@
|
|
|
132
157
|
</section>
|
|
133
158
|
</main>
|
|
134
159
|
|
|
135
|
-
|
|
136
|
-
<footer id="validator-badges" role="contentinfo">
|
|
137
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
138
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.3.
|
|
139
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
140
|
-
</footer>
|
|
141
|
-
|
data/html/Object.html
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
|
|
3
|
-
<html>
|
|
3
|
+
<html lang="en">
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
7
|
|
|
7
8
|
<title>class Object - hookapp</title>
|
|
8
9
|
|
|
10
|
+
<meta name="keywords" content="ruby,class,Object">
|
|
11
|
+
|
|
12
|
+
<meta name="description" content="Documentation for the Object class">
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
<script type="text/javascript">
|
|
10
16
|
var rdoc_rel_prefix = "./";
|
|
11
17
|
var index_rel_prefix = "./";
|
|
@@ -22,7 +28,12 @@
|
|
|
22
28
|
|
|
23
29
|
|
|
24
30
|
<body id="top" role="document" class="class">
|
|
25
|
-
<
|
|
31
|
+
<div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
|
|
32
|
+
<span aria-hidden="true">☰</span>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
<nav id="navigation" role="navigation">
|
|
26
37
|
<div id="project-navigation">
|
|
27
38
|
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
39
|
<h2>
|
|
@@ -41,7 +52,7 @@
|
|
|
41
52
|
<div id="search-field-wrapper">
|
|
42
53
|
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
54
|
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
55
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
56
|
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
57
|
</div>
|
|
47
58
|
|
|
@@ -54,24 +65,32 @@
|
|
|
54
65
|
</div>
|
|
55
66
|
|
|
56
67
|
|
|
68
|
+
|
|
69
|
+
<div id="parent-class-section" class="nav-section">
|
|
70
|
+
<h3>Ancestors</h3>
|
|
71
|
+
<ul><li>BasicObject</li></ul>
|
|
72
|
+
</div>
|
|
57
73
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<div id="parent-class-section" class="nav-section">
|
|
62
|
-
<h3>Parent</h3>
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
63
77
|
|
|
64
|
-
<p class="link">BasicObject
|
|
65
|
-
</div>
|
|
66
78
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
</
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<footer id="validator-badges" role="contentinfo">
|
|
82
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
83
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.14.0.
|
|
84
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
85
|
+
</footer>
|
|
86
|
+
|
|
71
87
|
</nav>
|
|
72
88
|
|
|
73
89
|
<main role="main" aria-labelledby="class-Object">
|
|
74
|
-
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
<h1 id="class-Object" class="anchor-link class">
|
|
75
94
|
class Object
|
|
76
95
|
</h1>
|
|
77
96
|
|
|
@@ -79,7 +98,7 @@
|
|
|
79
98
|
|
|
80
99
|
</section>
|
|
81
100
|
|
|
82
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
|
101
|
+
<section id="5Buntitled-5D" class="documentation-section anchor-link">
|
|
83
102
|
|
|
84
103
|
|
|
85
104
|
<section class="constants-list">
|
|
@@ -89,6 +108,7 @@
|
|
|
89
108
|
<dl>
|
|
90
109
|
<dt id="HOOK_APP">HOOK_APP
|
|
91
110
|
<dd>
|
|
111
|
+
|
|
92
112
|
</dl>
|
|
93
113
|
</section>
|
|
94
114
|
|
|
@@ -97,10 +117,3 @@
|
|
|
97
117
|
</section>
|
|
98
118
|
</main>
|
|
99
119
|
|
|
100
|
-
|
|
101
|
-
<footer id="validator-badges" role="contentinfo">
|
|
102
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
103
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.3.
|
|
104
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
105
|
-
</footer>
|
|
106
|
-
|