ruff 1.3.0 → 2.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/.gitignore +1 -1
- data/.rubocop.yml +1 -1
- data/Gemfile +3 -0
- data/README.md +35 -58
- data/Rakefile +2 -1
- data/docs/.nojekyll +0 -0
- data/docs/Ruff.html +7 -7
- data/docs/Ruff/Effect.html +165 -23
- data/docs/Ruff/Handler.html +46 -114
- data/docs/Ruff/Standard.html +7 -7
- data/docs/Ruff/Standard/Async.html +28 -27
- data/docs/Ruff/Standard/Async/Instance.html +63 -27
- data/docs/Ruff/Standard/Call1cc.html +297 -0
- data/docs/Ruff/Standard/CurrentTime.html +6 -6
- data/docs/Ruff/Standard/CurrentTime/Instance.html +7 -7
- data/docs/Ruff/Standard/Defer.html +6 -6
- data/docs/Ruff/Standard/Defer/Instance.html +6 -6
- data/docs/Ruff/Standard/DelimCtrl.html +340 -0
- data/docs/Ruff/Standard/MeasureTime.html +6 -6
- data/docs/Ruff/Standard/MeasureTime/Instance.html +8 -8
- data/docs/Ruff/Standard/State.html +6 -6
- data/docs/Ruff/Standard/State/Instance.html +6 -6
- data/docs/Ruff/Throws.html +6 -11
- data/docs/Ruff/Throws/Eff.html +6 -6
- data/docs/Ruff/Throws/Resend.html +6 -6
- data/docs/_index.html +14 -7
- data/docs/class_list.html +3 -3
- data/docs/css/style.css +2 -2
- data/docs/file.README.html +41 -58
- data/docs/file_list.html +2 -2
- data/docs/frames.html +2 -2
- data/docs/index.html +41 -58
- data/docs/js/app.js +14 -3
- data/docs/method_list.html +46 -30
- data/docs/top-level-namespace.html +6 -6
- data/lib/ruff/effect.rb +32 -3
- data/lib/ruff/handler.rb +43 -18
- data/lib/ruff/standard.rb +1 -0
- data/lib/ruff/standard/async.rb +27 -22
- data/lib/ruff/standard/current_time.rb +1 -1
- data/lib/ruff/standard/delim_ctrl.rb +49 -0
- data/lib/ruff/standard/measure_time.rb +2 -2
- data/lib/ruff/version.rb +1 -1
- data/ruff.gemspec +1 -1
- data/version +1 -1
- metadata +12 -9
- data/Gemfile.lock +0 -62
data/docs/file_list.html
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
5
|
<meta charset="utf-8" />
|
6
6
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
8
8
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
10
10
|
|
11
11
|
|
12
12
|
|
data/docs/frames.html
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
|
-
<title>Ruff 1.
|
5
|
+
<title>Ruff 2.1.0 Documentation</title>
|
6
6
|
</head>
|
7
|
-
<script type="text/javascript"
|
7
|
+
<script type="text/javascript">
|
8
8
|
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
9
9
|
var name = match ? match[1] : 'index.html';
|
10
10
|
name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
|
data/docs/index.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Ruff 1.
|
9
|
+
— Ruff 2.1.0 Documentation
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "README";
|
19
19
|
relpath = '';
|
20
20
|
</script>
|
@@ -57,32 +57,37 @@
|
|
57
57
|
<div class="clear"></div>
|
58
58
|
</div>
|
59
59
|
|
60
|
-
<div id="content"><div id='filecontents'><h1>ruff</h1>
|
60
|
+
<div id="content"><div id='filecontents'><h1 id="ruff">ruff</h1>
|
61
61
|
|
62
62
|
<p><a href="https://badge.fury.io/rb/ruff"><img src="https://badge.fury.io/rb/ruff.svg" alt="Gem Version"></a></p>
|
63
63
|
|
64
|
+
<ul>
|
65
|
+
<li><a href="https://github.com/Nymphium/ruff">source</a></li>
|
66
|
+
<li><a href="https://nymphium.github.io/ruff">documentation</a></li>
|
67
|
+
</ul>
|
68
|
+
|
64
69
|
<p>ONE-SHOT Algebraic Effects Library for Ruby!</p>
|
65
70
|
|
66
71
|
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>ruff</span><span class='tstring_end'>"</span></span>
|
67
72
|
|
68
|
-
<span class='
|
69
|
-
<span class='
|
70
|
-
<span class='
|
73
|
+
<span class='const'>Double</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Ruff.html" title="Ruff (module)">Ruff</a></span></span><span class='period'>.</span><span class='id identifier rubyid_instance'><span class='object_link'><a href="Ruff.html#instance-class_method" title="Ruff.instance (method)">instance</a></span></span>
|
74
|
+
<span class='const'>Triple</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Ruff.html" title="Ruff (module)">Ruff</a></span></span><span class='period'>.</span><span class='id identifier rubyid_instance'><span class='object_link'><a href="Ruff.html#instance-class_method" title="Ruff.instance (method)">instance</a></span></span>
|
75
|
+
<span class='const'>Log</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Ruff.html" title="Ruff (module)">Ruff</a></span></span><span class='period'>.</span><span class='id identifier rubyid_instance'><span class='object_link'><a href="Ruff.html#instance-class_method" title="Ruff.instance (method)">instance</a></span></span>
|
71
76
|
|
72
77
|
<span class='id identifier rubyid_h1'>h1</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Ruff.html" title="Ruff (module)">Ruff</a></span></span><span class='period'>.</span><span class='id identifier rubyid_handler'><span class='object_link'><a href="Ruff.html#handler-class_method" title="Ruff.handler (method)">handler</a></span></span>
|
73
|
-
<span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='
|
74
|
-
<span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='
|
78
|
+
<span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='const'>Double</span><span class='rparen'>)</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='id identifier rubyid_k'>k</span><span class='lbracket'>[</span><span class='id identifier rubyid_v'>v</span> <span class='op'>*</span> <span class='int'>2</span><span class='rbracket'>]</span> <span class='rbrace'>}</span>
|
79
|
+
<span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='const'>Triple</span><span class='rparen'>)</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='id identifier rubyid_k'>k</span><span class='lbracket'>[</span><span class='id identifier rubyid_v'>v</span> <span class='op'>*</span> <span class='int'>3</span><span class='rbracket'>]</span> <span class='rbrace'>}</span>
|
75
80
|
|
76
|
-
<span class='id identifier rubyid_h2'>h2</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Ruff.html" title="Ruff (module)">Ruff</a></span></span><span class='period'>.</span><span class='id identifier rubyid_handler'><span class='object_link'><a href="Ruff.html#handler-class_method" title="Ruff.handler (method)">handler</a></span></span><span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='
|
81
|
+
<span class='id identifier rubyid_h2'>h2</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Ruff.html" title="Ruff (module)">Ruff</a></span></span><span class='period'>.</span><span class='id identifier rubyid_handler'><span class='object_link'><a href="Ruff.html#handler-class_method" title="Ruff.handler (method)">handler</a></span></span><span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='const'>Log</span><span class='rparen'>)</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_msg'>msg</span><span class='op'>|</span>
|
77
82
|
<span class='id identifier rubyid_k'>k</span><span class='lbracket'>[</span><span class='rbracket'>]</span>
|
78
83
|
<span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>logger: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_msg'>msg</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span>
|
79
84
|
<span class='rbrace'>}</span>
|
80
85
|
|
81
86
|
<span class='id identifier rubyid_h1'>h1</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lbrace'>{</span>
|
82
87
|
<span class='id identifier rubyid_h2'>h2</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lbrace'>{</span>
|
83
|
-
<span class='id identifier rubyid_v'>v</span> <span class='op'>=</span> <span class='
|
84
|
-
<span class='
|
85
|
-
<span class='id identifier rubyid_puts'>puts</span> <span class='
|
88
|
+
<span class='id identifier rubyid_v'>v</span> <span class='op'>=</span> <span class='const'>Double</span><span class='period'>.</span><span class='id identifier rubyid_perform'>perform</span> <span class='int'>2</span>
|
89
|
+
<span class='const'>Log</span><span class='period'>.</span><span class='id identifier rubyid_perform'>perform</span> <span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span> <span class='op'>+</span> <span class='int'>2</span><span class='rparen'>)</span>
|
90
|
+
<span class='id identifier rubyid_puts'>puts</span> <span class='const'>Triple</span><span class='period'>.</span><span class='id identifier rubyid_perform'>perform</span> <span class='int'>3</span>
|
86
91
|
<span class='rbrace'>}</span>
|
87
92
|
<span class='rbrace'>}</span>
|
88
93
|
<span class='comment'># ==> prints
|
@@ -90,67 +95,45 @@
|
|
90
95
|
</span><span class='comment'># logger: 6
|
91
96
|
</span></code></pre>
|
92
97
|
|
93
|
-
<h1>
|
98
|
+
<h1 id="feature">Feature</h1>
|
94
99
|
|
95
|
-
<
|
96
|
-
|
97
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>ruff</span><span class='tstring_end'>"</span></span>
|
98
|
-
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>ruff/standard</span><span class='tstring_end'>"</span></span>
|
100
|
+
<h2 id="one-shot-algebraic-effects"><strong><em>One-shot</em></strong> algebraic effects</h2>
|
99
101
|
|
100
|
-
<
|
102
|
+
<p>You can access the delimited continuation which can run only once.
|
103
|
+
Even the limitation exists, you can write powerful control flow manipulation, like async/await, call1cc.</p>
|
101
104
|
|
102
|
-
<
|
103
|
-
|
104
|
-
<span class='id identifier rubyid_state2'>state2</span> <span class='op'>=</span> <span class='const'>State</span><span class='op'>::</span><span class='const'>Instance</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
105
|
+
<p>We have an formal definition for the implementation, by showing a conversion from algebraic effects and handlers to asymmetric coroutines.
|
106
|
+
See <a href="https://nymphium.github.io/2018/12/09/asymmetric-coroutines%E3%81%AB%E3%82%88%E3%82%8Boneshot-algebraic-effects%E3%81%AE%E5%AE%9F%E8%A3%85.html">here</a> (in Japanese).</p>
|
105
107
|
|
106
|
-
|
107
|
-
<span class='const'>CurrentTime</span><span class='period'>.</span><span class='id identifier rubyid_with'>with</span> <span class='lbrace'>{</span>
|
108
|
-
<span class='id identifier rubyid_puts'>puts</span> <span class='const'>CurrentTime</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span>
|
109
|
-
<span class='rbrace'>}</span>
|
108
|
+
<h2 id="subtyping-on-effects">Subtyping on effects</h2>
|
110
109
|
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
<span class='id identifier rubyid_state2'>state2</span><span class='period'>.</span><span class='id identifier rubyid_put'>put</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_state1'>state1</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span><span class='embexpr_end'>}</span><span class='tstring_content'>!</span><span class='tstring_end'>"</span></span>
|
110
|
+
<p>You can define an <em>sub</em> effect for another effect.
|
111
|
+
It enables to make an effect hierarchy, such as <code>Exception</code>s in Java.
|
112
|
+
This implementation is based on a calculus λ<sub>σ<sub><:</sub></sub> <a href="https://nymphium.github.io/2019/12/22/effsub.html">(Description (in Japanese))</a>.</p>
|
115
113
|
|
116
|
-
|
117
|
-
<span class='id identifier rubyid_s2'>s2</span> <span class='op'>=</span> <span class='id identifier rubyid_state2'>state2</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span>
|
114
|
+
<h1 id="pre-defined-effect-and-handlers">Pre-defined effect and handlers</h1>
|
118
115
|
|
119
|
-
|
120
|
-
|
121
|
-
<span class='rbrace'>}</span>
|
122
|
-
<span class='rbrace'>}</span>
|
123
|
-
<span class='rbrace'>}</span>
|
124
|
-
<span class='rbrace'>}</span>
|
125
|
-
<span class='rbrace'>}</span>
|
126
|
-
|
127
|
-
<span class='comment'># ==>
|
128
|
-
</span><span class='comment'># 2019-10-03 03:24:34 +0900
|
129
|
-
</span><span class='comment'># 13
|
130
|
-
</span><span class='comment'># 13!
|
131
|
-
</span><span class='comment'># 12
|
132
|
-
</span><span class='comment'># 12!
|
133
|
-
</span><span class='comment'># 11
|
134
|
-
</span><span class='comment'># 11!
|
135
|
-
</span></code></pre>
|
116
|
+
<p>We provide some ready-to-use effect and handlers.
|
117
|
+
You can use quickly powerful control flows.</p>
|
136
118
|
|
137
119
|
<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
|
-
<li><code>Ruff::Standard::MeasureTime</code></li>
|
142
|
-
<li><code>Ruff::Standard::Async</code></li>
|
120
|
+
<li><a href="https://nymphium.github.io/ruff/Ruff/Standard/State.html"><code>Ruff::Standard::State</code></a></li>
|
121
|
+
<li><a href="https://nymphium.github.io/ruff/Ruff/Standard/Defer.html"><code>Ruff::Standard::Defer</code></a></li>
|
122
|
+
<li><a href="https://nymphium.github.io/ruff/Ruff/Standard/CurrentTime.html"><code>Ruff::Standard::CurrentTime</code></a></li>
|
123
|
+
<li><a href="https://nymphium.github.io/ruff/Ruff/Standard/MeasureTime.html"><code>Ruff::Standard::MeasureTime</code></a></li>
|
124
|
+
<li><a href="https://nymphium.github.io/ruff/Ruff/Standard/Async.html"><code>Ruff::Standard::Async</code></a></li>
|
125
|
+
<li><a href="https://nymphium.github.io/ruff/Ruff/Standard/Call1cc.html"><code>Ruff::Standard::Call1cc</code></a></li>
|
143
126
|
</ul>
|
144
127
|
|
145
|
-
<h1>LICENSE</h1>
|
128
|
+
<h1 id="license">LICENSE</h1>
|
146
129
|
|
147
130
|
<p>MIT</p>
|
148
131
|
</div></div>
|
149
132
|
|
150
133
|
<div id="footer">
|
151
|
-
Generated on
|
134
|
+
Generated on Wed Jun 10 21:24:09 2020 by
|
152
135
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
153
|
-
0.9.
|
136
|
+
0.9.25 (ruby-2.7.1).
|
154
137
|
</div>
|
155
138
|
|
156
139
|
</div>
|
data/docs/js/app.js
CHANGED
@@ -171,6 +171,7 @@ function generateTOC() {
|
|
171
171
|
var counter = 0;
|
172
172
|
var tags = ['h2', 'h3', 'h4', 'h5', 'h6'];
|
173
173
|
var i;
|
174
|
+
var curli;
|
174
175
|
if ($('#filecontents h1').length > 1) tags.unshift('h1');
|
175
176
|
for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; }
|
176
177
|
var lastTag = parseInt(tags[0][1], 10);
|
@@ -190,15 +191,25 @@ function generateTOC() {
|
|
190
191
|
}
|
191
192
|
if (thisTag > lastTag) {
|
192
193
|
for (i = 0; i < thisTag - lastTag; i++) {
|
193
|
-
|
194
|
+
if ( typeof(curli) == "undefined" ) {
|
195
|
+
curli = $('<li/>');
|
196
|
+
toc.append(curli);
|
197
|
+
}
|
198
|
+
toc = $('<ol/>');
|
199
|
+
curli.append(toc);
|
200
|
+
curli = undefined;
|
194
201
|
}
|
195
202
|
}
|
196
203
|
if (thisTag < lastTag) {
|
197
|
-
for (i = 0; i < lastTag - thisTag; i++)
|
204
|
+
for (i = 0; i < lastTag - thisTag; i++) {
|
205
|
+
toc = toc.parent();
|
206
|
+
toc = toc.parent();
|
207
|
+
}
|
198
208
|
}
|
199
209
|
var title = $(this).attr('toc-title');
|
200
210
|
if (typeof(title) == "undefined") title = $(this).text();
|
201
|
-
|
211
|
+
curli =$('<li><a href="#' + this.id + '">' + title + '</a></li>');
|
212
|
+
toc.append(curli);
|
202
213
|
lastTag = thisTag;
|
203
214
|
});
|
204
215
|
if (!show) return;
|
data/docs/method_list.html
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
5
|
<meta charset="utf-8" />
|
6
6
|
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen"
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
|
8
8
|
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen"
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
|
10
10
|
|
11
11
|
|
12
12
|
|
@@ -45,6 +45,14 @@
|
|
45
45
|
|
46
46
|
|
47
47
|
<li class="odd ">
|
48
|
+
<div class="item">
|
49
|
+
<span class='object_link'><a href="Ruff/Effect.html#<<-class_method" title="Ruff::Effect.<< (method)"><<</a></span>
|
50
|
+
<small>Ruff::Effect</small>
|
51
|
+
</div>
|
52
|
+
</li>
|
53
|
+
|
54
|
+
|
55
|
+
<li class="even ">
|
48
56
|
<div class="item">
|
49
57
|
<span class='object_link'><a href="Ruff/Throws/Eff.html#args-instance_method" title="Ruff::Throws::Eff#args (method)">#args</a></span>
|
50
58
|
<small>Ruff::Throws::Eff</small>
|
@@ -52,7 +60,7 @@
|
|
52
60
|
</li>
|
53
61
|
|
54
62
|
|
55
|
-
<li class="
|
63
|
+
<li class="odd ">
|
56
64
|
<div class="item">
|
57
65
|
<span class='object_link'><a href="Ruff/Standard/Async/Instance.html#async-instance_method" title="Ruff::Standard::Async::Instance#async (method)">#async</a></span>
|
58
66
|
<small>Ruff::Standard::Async::Instance</small>
|
@@ -60,7 +68,7 @@
|
|
60
68
|
</li>
|
61
69
|
|
62
70
|
|
63
|
-
<li class="
|
71
|
+
<li class="even ">
|
64
72
|
<div class="item">
|
65
73
|
<span class='object_link'><a href="Ruff/Standard/Async.html#async-class_method" title="Ruff::Standard::Async.async (method)">async</a></span>
|
66
74
|
<small>Ruff::Standard::Async</small>
|
@@ -68,7 +76,7 @@
|
|
68
76
|
</li>
|
69
77
|
|
70
78
|
|
71
|
-
<li class="
|
79
|
+
<li class="odd ">
|
72
80
|
<div class="item">
|
73
81
|
<span class='object_link'><a href="Ruff/Standard/Async/Instance.html#await-instance_method" title="Ruff::Standard::Async::Instance#await (method)">#await</a></span>
|
74
82
|
<small>Ruff::Standard::Async::Instance</small>
|
@@ -76,7 +84,7 @@
|
|
76
84
|
</li>
|
77
85
|
|
78
86
|
|
79
|
-
<li class="
|
87
|
+
<li class="even ">
|
80
88
|
<div class="item">
|
81
89
|
<span class='object_link'><a href="Ruff/Standard/Async.html#await-class_method" title="Ruff::Standard::Async.await (method)">await</a></span>
|
82
90
|
<small>Ruff::Standard::Async</small>
|
@@ -84,7 +92,7 @@
|
|
84
92
|
</li>
|
85
93
|
|
86
94
|
|
87
|
-
<li class="
|
95
|
+
<li class="odd ">
|
88
96
|
<div class="item">
|
89
97
|
<span class='object_link'><a href="Ruff/Throws/Resend.html#eff-instance_method" title="Ruff::Throws::Resend#eff (method)">#eff</a></span>
|
90
98
|
<small>Ruff::Throws::Resend</small>
|
@@ -92,7 +100,7 @@
|
|
92
100
|
</li>
|
93
101
|
|
94
102
|
|
95
|
-
<li class="
|
103
|
+
<li class="even ">
|
96
104
|
<div class="item">
|
97
105
|
<span class='object_link'><a href="Ruff/Standard/Async/Instance.html#eff-instance_method" title="Ruff::Standard::Async::Instance#eff (method)">#eff</a></span>
|
98
106
|
<small>Ruff::Standard::Async::Instance</small>
|
@@ -100,7 +108,7 @@
|
|
100
108
|
</li>
|
101
109
|
|
102
110
|
|
103
|
-
<li class="
|
111
|
+
<li class="odd ">
|
104
112
|
<div class="item">
|
105
113
|
<span class='object_link'><a href="Ruff/Standard/Async.html#eff-instance_method" title="Ruff::Standard::Async#eff (method)">#eff</a></span>
|
106
114
|
<small>Ruff::Standard::Async</small>
|
@@ -108,7 +116,7 @@
|
|
108
116
|
</li>
|
109
117
|
|
110
118
|
|
111
|
-
<li class="
|
119
|
+
<li class="even ">
|
112
120
|
<div class="item">
|
113
121
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#eff-instance_method" title="Ruff::Standard::CurrentTime::Instance#eff (method)">#eff</a></span>
|
114
122
|
<small>Ruff::Standard::CurrentTime::Instance</small>
|
@@ -116,7 +124,7 @@
|
|
116
124
|
</li>
|
117
125
|
|
118
126
|
|
119
|
-
<li class="
|
127
|
+
<li class="odd ">
|
120
128
|
<div class="item">
|
121
129
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime.html#eff-instance_method" title="Ruff::Standard::CurrentTime#eff (method)">#eff</a></span>
|
122
130
|
<small>Ruff::Standard::CurrentTime</small>
|
@@ -124,7 +132,7 @@
|
|
124
132
|
</li>
|
125
133
|
|
126
134
|
|
127
|
-
<li class="
|
135
|
+
<li class="even ">
|
128
136
|
<div class="item">
|
129
137
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#eff-instance_method" title="Ruff::Standard::Defer::Instance#eff (method)">#eff</a></span>
|
130
138
|
<small>Ruff::Standard::Defer::Instance</small>
|
@@ -132,7 +140,7 @@
|
|
132
140
|
</li>
|
133
141
|
|
134
142
|
|
135
|
-
<li class="
|
143
|
+
<li class="odd ">
|
136
144
|
<div class="item">
|
137
145
|
<span class='object_link'><a href="Ruff/Standard/Defer.html#eff-instance_method" title="Ruff::Standard::Defer#eff (method)">#eff</a></span>
|
138
146
|
<small>Ruff::Standard::Defer</small>
|
@@ -140,7 +148,7 @@
|
|
140
148
|
</li>
|
141
149
|
|
142
150
|
|
143
|
-
<li class="
|
151
|
+
<li class="even ">
|
144
152
|
<div class="item">
|
145
153
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime/Instance.html#eff-instance_method" title="Ruff::Standard::MeasureTime::Instance#eff (method)">#eff</a></span>
|
146
154
|
<small>Ruff::Standard::MeasureTime::Instance</small>
|
@@ -148,7 +156,7 @@
|
|
148
156
|
</li>
|
149
157
|
|
150
158
|
|
151
|
-
<li class="
|
159
|
+
<li class="odd ">
|
152
160
|
<div class="item">
|
153
161
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime.html#eff-instance_method" title="Ruff::Standard::MeasureTime#eff (method)">#eff</a></span>
|
154
162
|
<small>Ruff::Standard::MeasureTime</small>
|
@@ -156,7 +164,7 @@
|
|
156
164
|
</li>
|
157
165
|
|
158
166
|
|
159
|
-
<li class="
|
167
|
+
<li class="even ">
|
160
168
|
<div class="item">
|
161
169
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#eff-instance_method" title="Ruff::Standard::State::Instance#eff (method)">#eff</a></span>
|
162
170
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -164,7 +172,7 @@
|
|
164
172
|
</li>
|
165
173
|
|
166
174
|
|
167
|
-
<li class="
|
175
|
+
<li class="odd ">
|
168
176
|
<div class="item">
|
169
177
|
<span class='object_link'><a href="Ruff/Standard/State.html#eff-instance_method" title="Ruff::Standard::State#eff (method)">#eff</a></span>
|
170
178
|
<small>Ruff::Standard::State</small>
|
@@ -172,7 +180,7 @@
|
|
172
180
|
</li>
|
173
181
|
|
174
182
|
|
175
|
-
<li class="
|
183
|
+
<li class="even ">
|
176
184
|
<div class="item">
|
177
185
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#get-instance_method" title="Ruff::Standard::CurrentTime::Instance#get (method)">#get</a></span>
|
178
186
|
<small>Ruff::Standard::CurrentTime::Instance</small>
|
@@ -180,7 +188,7 @@
|
|
180
188
|
</li>
|
181
189
|
|
182
190
|
|
183
|
-
<li class="
|
191
|
+
<li class="odd ">
|
184
192
|
<div class="item">
|
185
193
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime.html#get-class_method" title="Ruff::Standard::CurrentTime.get (method)">get</a></span>
|
186
194
|
<small>Ruff::Standard::CurrentTime</small>
|
@@ -188,7 +196,7 @@
|
|
188
196
|
</li>
|
189
197
|
|
190
198
|
|
191
|
-
<li class="
|
199
|
+
<li class="even ">
|
192
200
|
<div class="item">
|
193
201
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#get-instance_method" title="Ruff::Standard::State::Instance#get (method)">#get</a></span>
|
194
202
|
<small>Ruff::Standard::State::Instance</small>
|
@@ -196,7 +204,7 @@
|
|
196
204
|
</li>
|
197
205
|
|
198
206
|
|
199
|
-
<li class="
|
207
|
+
<li class="odd ">
|
200
208
|
<div class="item">
|
201
209
|
<span class='object_link'><a href="Ruff/Standard/State.html#get-class_method" title="Ruff::Standard::State.get (method)">get</a></span>
|
202
210
|
<small>Ruff::Standard::State</small>
|
@@ -204,7 +212,7 @@
|
|
204
212
|
</li>
|
205
213
|
|
206
214
|
|
207
|
-
<li class="
|
215
|
+
<li class="even ">
|
208
216
|
<div class="item">
|
209
217
|
<span class='object_link'><a href="Ruff.html#handler-class_method" title="Ruff.handler (method)">handler</a></span>
|
210
218
|
<small>Ruff</small>
|
@@ -212,14 +220,6 @@
|
|
212
220
|
</li>
|
213
221
|
|
214
222
|
|
215
|
-
<li class="even ">
|
216
|
-
<div class="item">
|
217
|
-
<span class='object_link'><a href="Ruff/Handler.html#handlers=-instance_method" title="Ruff::Handler#handlers= (method)">#handlers=</a></span>
|
218
|
-
<small>Ruff::Handler</small>
|
219
|
-
</div>
|
220
|
-
</li>
|
221
|
-
|
222
|
-
|
223
223
|
<li class="odd ">
|
224
224
|
<div class="item">
|
225
225
|
<span class='object_link'><a href="Ruff/Effect.html#id-instance_method" title="Ruff::Effect#id (method)">#id</a></span>
|
@@ -405,6 +405,14 @@
|
|
405
405
|
|
406
406
|
|
407
407
|
<li class="even ">
|
408
|
+
<div class="item">
|
409
|
+
<span class='object_link'><a href="Ruff/Standard/DelimCtrl.html#reset-class_method" title="Ruff::Standard::DelimCtrl.reset (method)">reset</a></span>
|
410
|
+
<small>Ruff::Standard::DelimCtrl</small>
|
411
|
+
</div>
|
412
|
+
</li>
|
413
|
+
|
414
|
+
|
415
|
+
<li class="odd ">
|
408
416
|
<div class="item">
|
409
417
|
<span class='object_link'><a href="Ruff/Handler.html#run-instance_method" title="Ruff::Handler#run (method)">#run</a></span>
|
410
418
|
<small>Ruff::Handler</small>
|
@@ -412,6 +420,14 @@
|
|
412
420
|
</li>
|
413
421
|
|
414
422
|
|
423
|
+
<li class="even ">
|
424
|
+
<div class="item">
|
425
|
+
<span class='object_link'><a href="Ruff/Standard/DelimCtrl.html#shift-class_method" title="Ruff::Standard::DelimCtrl.shift (method)">shift</a></span>
|
426
|
+
<small>Ruff::Standard::DelimCtrl</small>
|
427
|
+
</div>
|
428
|
+
</li>
|
429
|
+
|
430
|
+
|
415
431
|
<li class="odd ">
|
416
432
|
<div class="item">
|
417
433
|
<span class='object_link'><a href="Ruff/Handler.html#to-instance_method" title="Ruff::Handler#to (method)">#to</a></span>
|