ruff 1.0.1 → 1.1.0
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/.rubocop.yml +18 -1
- data/Gemfile.lock +1 -1
- data/README.md +3 -14
- data/docs/Ruff.html +3 -3
- data/docs/Ruff/Effect.html +2 -2
- data/docs/Ruff/Handler.html +73 -113
- data/docs/Ruff/Standard.html +33 -3
- data/docs/Ruff/Standard/CurrentTime.html +150 -14
- data/docs/Ruff/Standard/CurrentTime/Instance.html +183 -25
- data/docs/Ruff/Standard/Defer.html +152 -15
- data/docs/Ruff/Standard/Defer/Instance.html +213 -37
- data/docs/Ruff/Standard/State.html +215 -30
- data/docs/Ruff/Standard/State/Instance.html +389 -72
- data/docs/Ruff/Throws.html +2 -2
- data/docs/Ruff/Throws/Eff.html +6 -4
- data/docs/Ruff/Throws/Resend.html +14 -12
- data/docs/_index.html +3 -3
- data/docs/file.README.html +7 -23
- data/docs/frames.html +1 -1
- data/docs/index.html +7 -23
- data/docs/method_list.html +84 -28
- data/docs/top-level-namespace.html +2 -2
- data/lib/ruff/handler.rb +50 -49
- data/lib/ruff/objects.rb +4 -2
- data/lib/ruff/standard.rb +16 -0
- data/lib/ruff/standard/current_time.rb +29 -2
- data/lib/ruff/standard/defer.rb +33 -3
- data/lib/ruff/standard/state.rb +69 -14
- data/lib/ruff/version.rb +1 -1
- data/version +1 -1
- metadata +2 -3
- data/.rubocop_todo.yml +0 -366
data/docs/Ruff/Throws.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Ruff::Throws
|
8
8
|
|
9
|
-
— Ruff 1.0.
|
9
|
+
— Ruff 1.0.1 Documentation
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -110,7 +110,7 @@
|
|
110
110
|
</div>
|
111
111
|
|
112
112
|
<div id="footer">
|
113
|
-
Generated on
|
113
|
+
Generated on Fri Oct 4 13:57:07 2019 by
|
114
114
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
115
115
|
0.9.20 (ruby-2.6.4).
|
116
116
|
</div>
|
data/docs/Ruff/Throws/Eff.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Ruff::Throws::Eff
|
8
8
|
|
9
|
-
— Ruff 1.0.
|
9
|
+
— Ruff 1.0.1 Documentation
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -245,13 +245,15 @@
|
|
245
245
|
|
246
246
|
16
|
247
247
|
17
|
248
|
-
18
|
248
|
+
18
|
249
|
+
19</pre>
|
249
250
|
</td>
|
250
251
|
<td>
|
251
252
|
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line 16</span>
|
252
253
|
|
253
254
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_id'>id</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
254
|
-
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='id identifier rubyid_id'>id</span
|
255
|
+
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='id identifier rubyid_id'>id</span>
|
256
|
+
<span class='ivar'>@args</span> <span class='op'>=</span> <span class='id identifier rubyid_args'>args</span>
|
255
257
|
<span class='kw'>end</span></pre>
|
256
258
|
</td>
|
257
259
|
</tr>
|
@@ -353,7 +355,7 @@
|
|
353
355
|
</div>
|
354
356
|
|
355
357
|
<div id="footer">
|
356
|
-
Generated on
|
358
|
+
Generated on Fri Oct 4 13:57:07 2019 by
|
357
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
358
360
|
0.9.20 (ruby-2.6.4).
|
359
361
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Ruff::Throws::Resend
|
8
8
|
|
9
|
-
— Ruff 1.0.
|
9
|
+
— Ruff 1.0.1 Documentation
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -243,15 +243,17 @@
|
|
243
243
|
<pre class="lines">
|
244
244
|
|
245
245
|
|
246
|
-
32
|
247
246
|
33
|
248
|
-
34
|
247
|
+
34
|
248
|
+
35
|
249
|
+
36</pre>
|
249
250
|
</td>
|
250
251
|
<td>
|
251
|
-
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line
|
252
|
+
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line 33</span>
|
252
253
|
|
253
254
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_eff'>eff</span><span class='comma'>,</span> <span class='id identifier rubyid_k'>k</span><span class='rparen'>)</span>
|
254
|
-
<span class='ivar'>@eff</span> <span class='op'>=</span> <span class='id identifier rubyid_eff'>eff</span
|
255
|
+
<span class='ivar'>@eff</span> <span class='op'>=</span> <span class='id identifier rubyid_eff'>eff</span>
|
256
|
+
<span class='ivar'>@k</span> <span class='op'>=</span> <span class='id identifier rubyid_k'>k</span>
|
255
257
|
<span class='kw'>end</span></pre>
|
256
258
|
</td>
|
257
259
|
</tr>
|
@@ -290,12 +292,12 @@
|
|
290
292
|
<pre class="lines">
|
291
293
|
|
292
294
|
|
293
|
-
26
|
294
295
|
27
|
295
|
-
28
|
296
|
+
28
|
297
|
+
29</pre>
|
296
298
|
</td>
|
297
299
|
<td>
|
298
|
-
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line
|
300
|
+
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line 27</span>
|
299
301
|
|
300
302
|
<span class='kw'>def</span> <span class='id identifier rubyid_eff'>eff</span>
|
301
303
|
<span class='ivar'>@eff</span>
|
@@ -332,12 +334,12 @@
|
|
332
334
|
<pre class="lines">
|
333
335
|
|
334
336
|
|
335
|
-
29
|
336
337
|
30
|
337
|
-
31
|
338
|
+
31
|
339
|
+
32</pre>
|
338
340
|
</td>
|
339
341
|
<td>
|
340
|
-
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line
|
342
|
+
<pre class="code"><span class="info file"># File 'lib/ruff/objects.rb', line 30</span>
|
341
343
|
|
342
344
|
<span class='kw'>def</span> <span class='id identifier rubyid_k'>k</span>
|
343
345
|
<span class='ivar'>@k</span>
|
@@ -353,7 +355,7 @@
|
|
353
355
|
</div>
|
354
356
|
|
355
357
|
<div id="footer">
|
356
|
-
Generated on
|
358
|
+
Generated on Fri Oct 4 13:57:07 2019 by
|
357
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
358
360
|
0.9.20 (ruby-2.6.4).
|
359
361
|
</div>
|
data/docs/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
|
-
Ruff 1.0.
|
7
|
+
Ruff 1.0.1 Documentation
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<div class="clear"></div>
|
53
53
|
</div>
|
54
54
|
|
55
|
-
<div id="content"><h1 class="noborder title">Ruff 1.0.
|
55
|
+
<div id="content"><h1 class="noborder title">Ruff 1.0.1 Documentation</h1>
|
56
56
|
<div id="listing">
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
58
58
|
|
@@ -240,7 +240,7 @@
|
|
240
240
|
</div>
|
241
241
|
|
242
242
|
<div id="footer">
|
243
|
-
Generated on
|
243
|
+
Generated on Fri Oct 4 13:57:07 2019 by
|
244
244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
245
245
|
0.9.20 (ruby-2.6.4).
|
246
246
|
</div>
|
data/docs/file.README.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Ruff 1.0.
|
9
|
+
— Ruff 1.0.1 Documentation
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -134,27 +134,11 @@
|
|
134
134
|
</span><span class='comment'># 11!
|
135
135
|
</span></code></pre>
|
136
136
|
|
137
|
-
<
|
138
|
-
|
139
|
-
<
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
<!-- `with { task }` is short hand for `with_init(0) { task }` . -->
|
144
|
-
|
145
|
-
<h3><code>get</code></h3>
|
146
|
-
|
147
|
-
<h3><code>put</code></h3>
|
148
|
-
|
149
|
-
<h3><code>modify</code></h3>
|
150
|
-
|
151
|
-
<h2><code>Ruff::Standard::Defer</code></h2>
|
152
|
-
|
153
|
-
<h3><code>register</code></h3>
|
154
|
-
|
155
|
-
<h2><code>Ruff::Standard::CurrentTime</code></h2>
|
156
|
-
|
157
|
-
<h3><code>get</code></h3>
|
137
|
+
<ul>
|
138
|
+
<li><code>Ruff::Standard::State</code></li>
|
139
|
+
<li><code>Ruff::Standard::Defer</code></li>
|
140
|
+
<li><code>Ruff::Standard::CurrentTime</code></li>
|
141
|
+
</ul>
|
158
142
|
|
159
143
|
<h1>LICENSE</h1>
|
160
144
|
|
@@ -162,7 +146,7 @@
|
|
162
146
|
</div></div>
|
163
147
|
|
164
148
|
<div id="footer">
|
165
|
-
Generated on
|
149
|
+
Generated on Fri Oct 4 13:57:07 2019 by
|
166
150
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
167
151
|
0.9.20 (ruby-2.6.4).
|
168
152
|
</div>
|
data/docs/frames.html
CHANGED
data/docs/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Ruff 1.0.
|
9
|
+
— Ruff 1.0.1 Documentation
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -134,27 +134,11 @@
|
|
134
134
|
</span><span class='comment'># 11!
|
135
135
|
</span></code></pre>
|
136
136
|
|
137
|
-
<
|
138
|
-
|
139
|
-
<
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
<!-- `with { task }` is short hand for `with_init(0) { task }` . -->
|
144
|
-
|
145
|
-
<h3><code>get</code></h3>
|
146
|
-
|
147
|
-
<h3><code>put</code></h3>
|
148
|
-
|
149
|
-
<h3><code>modify</code></h3>
|
150
|
-
|
151
|
-
<h2><code>Ruff::Standard::Defer</code></h2>
|
152
|
-
|
153
|
-
<h3><code>register</code></h3>
|
154
|
-
|
155
|
-
<h2><code>Ruff::Standard::CurrentTime</code></h2>
|
156
|
-
|
157
|
-
<h3><code>get</code></h3>
|
137
|
+
<ul>
|
138
|
+
<li><code>Ruff::Standard::State</code></li>
|
139
|
+
<li><code>Ruff::Standard::Defer</code></li>
|
140
|
+
<li><code>Ruff::Standard::CurrentTime</code></li>
|
141
|
+
</ul>
|
158
142
|
|
159
143
|
<h1>LICENSE</h1>
|
160
144
|
|
@@ -162,7 +146,7 @@
|
|
162
146
|
</div></div>
|
163
147
|
|
164
148
|
<div id="footer">
|
165
|
-
Generated on
|
149
|
+
Generated on Fri Oct 4 13:57:07 2019 by
|
166
150
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
167
151
|
0.9.20 (ruby-2.6.4).
|
168
152
|
</div>
|
data/docs/method_list.html
CHANGED
@@ -60,6 +60,54 @@
|
|
60
60
|
</li>
|
61
61
|
|
62
62
|
|
63
|
+
<li class="odd ">
|
64
|
+
<div class="item">
|
65
|
+
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#eff-instance_method" title="Ruff::Standard::CurrentTime::Instance#eff (method)">#eff</a></span>
|
66
|
+
<small>Ruff::Standard::CurrentTime::Instance</small>
|
67
|
+
</div>
|
68
|
+
</li>
|
69
|
+
|
70
|
+
|
71
|
+
<li class="even ">
|
72
|
+
<div class="item">
|
73
|
+
<span class='object_link'><a href="Ruff/Standard/CurrentTime.html#eff-instance_method" title="Ruff::Standard::CurrentTime#eff (method)">#eff</a></span>
|
74
|
+
<small>Ruff::Standard::CurrentTime</small>
|
75
|
+
</div>
|
76
|
+
</li>
|
77
|
+
|
78
|
+
|
79
|
+
<li class="odd ">
|
80
|
+
<div class="item">
|
81
|
+
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#eff-instance_method" title="Ruff::Standard::Defer::Instance#eff (method)">#eff</a></span>
|
82
|
+
<small>Ruff::Standard::Defer::Instance</small>
|
83
|
+
</div>
|
84
|
+
</li>
|
85
|
+
|
86
|
+
|
87
|
+
<li class="even ">
|
88
|
+
<div class="item">
|
89
|
+
<span class='object_link'><a href="Ruff/Standard/Defer.html#eff-instance_method" title="Ruff::Standard::Defer#eff (method)">#eff</a></span>
|
90
|
+
<small>Ruff::Standard::Defer</small>
|
91
|
+
</div>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
|
95
|
+
<li class="odd ">
|
96
|
+
<div class="item">
|
97
|
+
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#eff-instance_method" title="Ruff::Standard::State::Instance#eff (method)">#eff</a></span>
|
98
|
+
<small>Ruff::Standard::State::Instance</small>
|
99
|
+
</div>
|
100
|
+
</li>
|
101
|
+
|
102
|
+
|
103
|
+
<li class="even ">
|
104
|
+
<div class="item">
|
105
|
+
<span class='object_link'><a href="Ruff/Standard/State.html#eff-instance_method" title="Ruff::Standard::State#eff (method)">#eff</a></span>
|
106
|
+
<small>Ruff::Standard::State</small>
|
107
|
+
</div>
|
108
|
+
</li>
|
109
|
+
|
110
|
+
|
63
111
|
<li class="odd ">
|
64
112
|
<div class="item">
|
65
113
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#get-instance_method" title="Ruff::Standard::CurrentTime::Instance#get (method)">#get</a></span>
|
@@ -101,6 +149,14 @@
|
|
101
149
|
|
102
150
|
|
103
151
|
<li class="even ">
|
152
|
+
<div class="item">
|
153
|
+
<span class='object_link'><a href="Ruff/Handler.html#handlers=-instance_method" title="Ruff::Handler#handlers= (method)">#handlers=</a></span>
|
154
|
+
<small>Ruff::Handler</small>
|
155
|
+
</div>
|
156
|
+
</li>
|
157
|
+
|
158
|
+
|
159
|
+
<li class="odd ">
|
104
160
|
<div class="item">
|
105
161
|
<span class='object_link'><a href="Ruff/Effect.html#id-instance_method" title="Ruff::Effect#id (method)">#id</a></span>
|
106
162
|
<small>Ruff::Effect</small>
|
@@ -108,7 +164,7 @@
|
|
108
164
|
</li>
|
109
165
|
|
110
166
|
|
111
|
-
<li class="
|
167
|
+
<li class="even ">
|
112
168
|
<div class="item">
|
113
169
|
<span class='object_link'><a href="Ruff/Throws/Eff.html#id-instance_method" title="Ruff::Throws::Eff#id (method)">#id</a></span>
|
114
170
|
<small>Ruff::Throws::Eff</small>
|
@@ -116,7 +172,7 @@
|
|
116
172
|
</li>
|
117
173
|
|
118
174
|
|
119
|
-
<li class="
|
175
|
+
<li class="odd ">
|
120
176
|
<div class="item">
|
121
177
|
<span class='object_link'><a href="Ruff/Effect.html#initialize-instance_method" title="Ruff::Effect#initialize (method)">#initialize</a></span>
|
122
178
|
<small>Ruff::Effect</small>
|
@@ -124,7 +180,7 @@
|
|
124
180
|
</li>
|
125
181
|
|
126
182
|
|
127
|
-
<li class="
|
183
|
+
<li class="even ">
|
128
184
|
<div class="item">
|
129
185
|
<span class='object_link'><a href="Ruff/Handler.html#initialize-instance_method" title="Ruff::Handler#initialize (method)">#initialize</a></span>
|
130
186
|
<small>Ruff::Handler</small>
|
@@ -132,7 +188,7 @@
|
|
132
188
|
</li>
|
133
189
|
|
134
190
|
|
135
|
-
<li class="
|
191
|
+
<li class="odd ">
|
136
192
|
<div class="item">
|
137
193
|
<span class='object_link'><a href="Ruff/Throws/Eff.html#initialize-instance_method" title="Ruff::Throws::Eff#initialize (method)">#initialize</a></span>
|
138
194
|
<small>Ruff::Throws::Eff</small>
|
@@ -140,7 +196,7 @@
|
|
140
196
|
</li>
|
141
197
|
|
142
198
|
|
143
|
-
<li class="
|
199
|
+
<li class="even ">
|
144
200
|
<div class="item">
|
145
201
|
<span class='object_link'><a href="Ruff/Throws/Resend.html#initialize-instance_method" title="Ruff::Throws::Resend#initialize (method)">#initialize</a></span>
|
146
202
|
<small>Ruff::Throws::Resend</small>
|
@@ -148,7 +204,7 @@
|
|
148
204
|
</li>
|
149
205
|
|
150
206
|
|
151
|
-
<li class="
|
207
|
+
<li class="odd ">
|
152
208
|
<div class="item">
|
153
209
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#initialize-instance_method" title="Ruff::Standard::CurrentTime::Instance#initialize (method)">#initialize</a></span>
|
154
210
|
<small>Ruff::Standard::CurrentTime::Instance</small>
|
@@ -156,7 +212,7 @@
|
|
156
212
|
</li>
|
157
213
|
|
158
214
|
|
159
|
-
<li class="
|
215
|
+
<li class="even ">
|
160
216
|
<div class="item">
|
161
217
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#initialize-instance_method" title="Ruff::Standard::Defer::Instance#initialize (method)">#initialize</a></span>
|
162
218
|
<small>Ruff::Standard::Defer::Instance</small>
|
@@ -164,7 +220,7 @@
|
|
164
220
|
</li>
|
165
221
|
|
166
222
|
|
167
|
-
<li class="
|
223
|
+
<li class="odd ">
|
168
224
|
<div class="item">
|
169
225
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#initialize-instance_method" title="Ruff::Standard::State::Instance#initialize (method)">#initialize</a></span>
|
170
226
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -172,7 +228,7 @@
|
|
172
228
|
</li>
|
173
229
|
|
174
230
|
|
175
|
-
<li class="
|
231
|
+
<li class="even ">
|
176
232
|
<div class="item">
|
177
233
|
<span class='object_link'><a href="Ruff.html#instance-class_method" title="Ruff.instance (method)">instance</a></span>
|
178
234
|
<small>Ruff</small>
|
@@ -180,7 +236,7 @@
|
|
180
236
|
</li>
|
181
237
|
|
182
238
|
|
183
|
-
<li class="
|
239
|
+
<li class="odd ">
|
184
240
|
<div class="item">
|
185
241
|
<span class='object_link'><a href="Ruff/Throws/Resend.html#k-instance_method" title="Ruff::Throws::Resend#k (method)">#k</a></span>
|
186
242
|
<small>Ruff::Throws::Resend</small>
|
@@ -188,7 +244,7 @@
|
|
188
244
|
</li>
|
189
245
|
|
190
246
|
|
191
|
-
<li class="
|
247
|
+
<li class="even ">
|
192
248
|
<div class="item">
|
193
249
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#modify-instance_method" title="Ruff::Standard::State::Instance#modify (method)">#modify</a></span>
|
194
250
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -196,7 +252,7 @@
|
|
196
252
|
</li>
|
197
253
|
|
198
254
|
|
199
|
-
<li class="
|
255
|
+
<li class="odd ">
|
200
256
|
<div class="item">
|
201
257
|
<span class='object_link'><a href="Ruff/Standard/State.html#modify-class_method" title="Ruff::Standard::State.modify (method)">modify</a></span>
|
202
258
|
<small>Ruff::Standard::State</small>
|
@@ -204,7 +260,7 @@
|
|
204
260
|
</li>
|
205
261
|
|
206
262
|
|
207
|
-
<li class="
|
263
|
+
<li class="even ">
|
208
264
|
<div class="item">
|
209
265
|
<span class='object_link'><a href="Ruff/Handler.html#on-instance_method" title="Ruff::Handler#on (method)">#on</a></span>
|
210
266
|
<small>Ruff::Handler</small>
|
@@ -212,7 +268,7 @@
|
|
212
268
|
</li>
|
213
269
|
|
214
270
|
|
215
|
-
<li class="
|
271
|
+
<li class="odd ">
|
216
272
|
<div class="item">
|
217
273
|
<span class='object_link'><a href="Ruff/Effect.html#perform-instance_method" title="Ruff::Effect#perform (method)">#perform</a></span>
|
218
274
|
<small>Ruff::Effect</small>
|
@@ -220,7 +276,7 @@
|
|
220
276
|
</li>
|
221
277
|
|
222
278
|
|
223
|
-
<li class="
|
279
|
+
<li class="even ">
|
224
280
|
<div class="item">
|
225
281
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#put-instance_method" title="Ruff::Standard::State::Instance#put (method)">#put</a></span>
|
226
282
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -228,7 +284,7 @@
|
|
228
284
|
</li>
|
229
285
|
|
230
286
|
|
231
|
-
<li class="
|
287
|
+
<li class="odd ">
|
232
288
|
<div class="item">
|
233
289
|
<span class='object_link'><a href="Ruff/Standard/State.html#put-class_method" title="Ruff::Standard::State.put (method)">put</a></span>
|
234
290
|
<small>Ruff::Standard::State</small>
|
@@ -236,7 +292,7 @@
|
|
236
292
|
</li>
|
237
293
|
|
238
294
|
|
239
|
-
<li class="
|
295
|
+
<li class="even ">
|
240
296
|
<div class="item">
|
241
297
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#register-instance_method" title="Ruff::Standard::Defer::Instance#register (method)">#register</a></span>
|
242
298
|
<small>Ruff::Standard::Defer::Instance</small>
|
@@ -244,7 +300,7 @@
|
|
244
300
|
</li>
|
245
301
|
|
246
302
|
|
247
|
-
<li class="
|
303
|
+
<li class="odd ">
|
248
304
|
<div class="item">
|
249
305
|
<span class='object_link'><a href="Ruff/Standard/Defer.html#register-class_method" title="Ruff::Standard::Defer.register (method)">register</a></span>
|
250
306
|
<small>Ruff::Standard::Defer</small>
|
@@ -252,7 +308,7 @@
|
|
252
308
|
</li>
|
253
309
|
|
254
310
|
|
255
|
-
<li class="
|
311
|
+
<li class="even ">
|
256
312
|
<div class="item">
|
257
313
|
<span class='object_link'><a href="Ruff/Handler.html#run-instance_method" title="Ruff::Handler#run (method)">#run</a></span>
|
258
314
|
<small>Ruff::Handler</small>
|
@@ -260,7 +316,7 @@
|
|
260
316
|
</li>
|
261
317
|
|
262
318
|
|
263
|
-
<li class="
|
319
|
+
<li class="odd ">
|
264
320
|
<div class="item">
|
265
321
|
<span class='object_link'><a href="Ruff/Handler.html#to-instance_method" title="Ruff::Handler#to (method)">#to</a></span>
|
266
322
|
<small>Ruff::Handler</small>
|
@@ -268,7 +324,7 @@
|
|
268
324
|
</li>
|
269
325
|
|
270
326
|
|
271
|
-
<li class="
|
327
|
+
<li class="even ">
|
272
328
|
<div class="item">
|
273
329
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#with-instance_method" title="Ruff::Standard::CurrentTime::Instance#with (method)">#with</a></span>
|
274
330
|
<small>Ruff::Standard::CurrentTime::Instance</small>
|
@@ -276,7 +332,7 @@
|
|
276
332
|
</li>
|
277
333
|
|
278
334
|
|
279
|
-
<li class="
|
335
|
+
<li class="odd ">
|
280
336
|
<div class="item">
|
281
337
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime.html#with-class_method" title="Ruff::Standard::CurrentTime.with (method)">with</a></span>
|
282
338
|
<small>Ruff::Standard::CurrentTime</small>
|
@@ -284,7 +340,7 @@
|
|
284
340
|
</li>
|
285
341
|
|
286
342
|
|
287
|
-
<li class="
|
343
|
+
<li class="even ">
|
288
344
|
<div class="item">
|
289
345
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#with-instance_method" title="Ruff::Standard::Defer::Instance#with (method)">#with</a></span>
|
290
346
|
<small>Ruff::Standard::Defer::Instance</small>
|
@@ -292,7 +348,7 @@
|
|
292
348
|
</li>
|
293
349
|
|
294
350
|
|
295
|
-
<li class="
|
351
|
+
<li class="odd ">
|
296
352
|
<div class="item">
|
297
353
|
<span class='object_link'><a href="Ruff/Standard/Defer.html#with-class_method" title="Ruff::Standard::Defer.with (method)">with</a></span>
|
298
354
|
<small>Ruff::Standard::Defer</small>
|
@@ -300,7 +356,7 @@
|
|
300
356
|
</li>
|
301
357
|
|
302
358
|
|
303
|
-
<li class="
|
359
|
+
<li class="even ">
|
304
360
|
<div class="item">
|
305
361
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#with-instance_method" title="Ruff::Standard::State::Instance#with (method)">#with</a></span>
|
306
362
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -308,7 +364,7 @@
|
|
308
364
|
</li>
|
309
365
|
|
310
366
|
|
311
|
-
<li class="
|
367
|
+
<li class="odd ">
|
312
368
|
<div class="item">
|
313
369
|
<span class='object_link'><a href="Ruff/Standard/State.html#with-class_method" title="Ruff::Standard::State.with (method)">with</a></span>
|
314
370
|
<small>Ruff::Standard::State</small>
|
@@ -316,7 +372,7 @@
|
|
316
372
|
</li>
|
317
373
|
|
318
374
|
|
319
|
-
<li class="
|
375
|
+
<li class="even ">
|
320
376
|
<div class="item">
|
321
377
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#with_init-instance_method" title="Ruff::Standard::State::Instance#with_init (method)">#with_init</a></span>
|
322
378
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -324,7 +380,7 @@
|
|
324
380
|
</li>
|
325
381
|
|
326
382
|
|
327
|
-
<li class="
|
383
|
+
<li class="odd ">
|
328
384
|
<div class="item">
|
329
385
|
<span class='object_link'><a href="Ruff/Standard/State.html#with_init-class_method" title="Ruff::Standard::State.with_init (method)">with_init</a></span>
|
330
386
|
<small>Ruff::Standard::State</small>
|