doing 2.1.36 → 2.1.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +47 -4912
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +7 -1
- data/bin/commands/done.rb +4 -4
- data/bin/commands/meanwhile.rb +3 -3
- data/bin/commands/note.rb +2 -2
- data/bin/commands/now.rb +5 -7
- data/bin/commands/on.rb +5 -2
- data/bin/commands/show.rb +3 -0
- data/bin/doing +35 -30
- data/docs/doc/Array.html +1 -1
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +1 -1
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +64 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/Logger.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +1 -1
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +1 -1
- data/docs/doc/Doing/Types.html +1 -1
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +1 -1
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/FalseClass.html +1 -1
- data/docs/doc/GLI/Commands/Help.html +1 -1
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/Object.html +1 -1
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +1 -1
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/TrueClass.html +1 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +159 -151
- data/docs/doc/top-level-namespace.html +1 -1
- data/doing.rdoc +6 -1
- data/lib/completion/_doing.zsh +1 -1
- data/lib/completion/doing.bash +2 -2
- data/lib/completion/doing.fish +1 -0
- data/lib/doing/chronify/array.rb +8 -0
- data/lib/doing/chronify/string.rb +8 -5
- data/lib/doing/item.rb +166 -36
- data/lib/doing/items.rb +1 -1
- data/lib/doing/prompt.rb +6 -6
- data/lib/doing/string/tags.rb +8 -2
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +11 -2
- data/lib/doing.rb +1 -0
- metadata +2 -2
data/docs/doc/method_list.html
CHANGED
@@ -102,16 +102,16 @@
|
|
102
102
|
|
103
103
|
<li class="even ">
|
104
104
|
<div class="item">
|
105
|
-
<span class='object_link'><a href="Doing/
|
106
|
-
<small>Doing::
|
105
|
+
<span class='object_link'><a href="Doing/WWID.html#additional_configs-instance_method" title="Doing::WWID#additional_configs (method)">#additional_configs</a></span>
|
106
|
+
<small>Doing::WWID</small>
|
107
107
|
</div>
|
108
108
|
</li>
|
109
109
|
|
110
110
|
|
111
111
|
<li class="odd ">
|
112
112
|
<div class="item">
|
113
|
-
<span class='object_link'><a href="Doing/
|
114
|
-
<small>Doing::
|
113
|
+
<span class='object_link'><a href="Doing/Configuration.html#additional_configs-instance_method" title="Doing::Configuration#additional_configs (method)">#additional_configs</a></span>
|
114
|
+
<small>Doing::Configuration</small>
|
115
115
|
</div>
|
116
116
|
</li>
|
117
117
|
|
@@ -126,16 +126,16 @@
|
|
126
126
|
|
127
127
|
<li class="odd ">
|
128
128
|
<div class="item">
|
129
|
-
<span class='object_link'><a href="Doing/
|
130
|
-
<small>Doing::
|
129
|
+
<span class='object_link'><a href="Doing/Items.html#all_tags-instance_method" title="Doing::Items#all_tags (method)">#all_tags</a></span>
|
130
|
+
<small>Doing::Items</small>
|
131
131
|
</div>
|
132
132
|
</li>
|
133
133
|
|
134
134
|
|
135
135
|
<li class="even ">
|
136
136
|
<div class="item">
|
137
|
-
<span class='object_link'><a href="Doing/
|
138
|
-
<small>Doing::
|
137
|
+
<span class='object_link'><a href="Doing/WWID.html#all_tags-instance_method" title="Doing::WWID#all_tags (method)">#all_tags</a></span>
|
138
|
+
<small>Doing::WWID</small>
|
139
139
|
</div>
|
140
140
|
</li>
|
141
141
|
|
@@ -310,16 +310,16 @@
|
|
310
310
|
|
311
311
|
<li class="even ">
|
312
312
|
<div class="item">
|
313
|
-
<span class='object_link'><a href="
|
314
|
-
<small>
|
313
|
+
<span class='object_link'><a href="Hash.html#clone-instance_method" title="Hash#clone (method)">#clone</a></span>
|
314
|
+
<small>Hash</small>
|
315
315
|
</div>
|
316
316
|
</li>
|
317
317
|
|
318
318
|
|
319
319
|
<li class="odd ">
|
320
320
|
<div class="item">
|
321
|
-
<span class='object_link'><a href="
|
322
|
-
<small>
|
321
|
+
<span class='object_link'><a href="Doing/Item.html#clone-instance_method" title="Doing::Item#clone (method)">#clone</a></span>
|
322
|
+
<small>Doing::Item</small>
|
323
323
|
</div>
|
324
324
|
</li>
|
325
325
|
|
@@ -430,16 +430,16 @@
|
|
430
430
|
|
431
431
|
<li class="odd ">
|
432
432
|
<div class="item">
|
433
|
-
<span class='object_link'><a href="Doing/
|
434
|
-
<small>Doing::
|
433
|
+
<span class='object_link'><a href="Doing/WWID.html#configure-instance_method" title="Doing::WWID#configure (method)">#configure</a></span>
|
434
|
+
<small>Doing::WWID</small>
|
435
435
|
</div>
|
436
436
|
</li>
|
437
437
|
|
438
438
|
|
439
439
|
<li class="even ">
|
440
440
|
<div class="item">
|
441
|
-
<span class='object_link'><a href="Doing/
|
442
|
-
<small>Doing::
|
441
|
+
<span class='object_link'><a href="Doing/Configuration.html#configure-instance_method" title="Doing::Configuration#configure (method)">#configure</a></span>
|
442
|
+
<small>Doing::Configuration</small>
|
443
443
|
</div>
|
444
444
|
</li>
|
445
445
|
|
@@ -862,16 +862,16 @@
|
|
862
862
|
|
863
863
|
<li class="odd ">
|
864
864
|
<div class="item">
|
865
|
-
<span class='object_link'><a href="Doing/
|
866
|
-
<small>Doing::
|
865
|
+
<span class='object_link'><a href="Doing/Prompt.html#force_answer-class_method" title="Doing::Prompt.force_answer (method)">force_answer</a></span>
|
866
|
+
<small>Doing::Prompt</small>
|
867
867
|
</div>
|
868
868
|
</li>
|
869
869
|
|
870
870
|
|
871
871
|
<li class="even ">
|
872
872
|
<div class="item">
|
873
|
-
<span class='object_link'><a href="Doing/
|
874
|
-
<small>Doing::
|
873
|
+
<span class='object_link'><a href="Doing/Configuration.html#force_answer-instance_method" title="Doing::Configuration#force_answer (method)">#force_answer</a></span>
|
874
|
+
<small>Doing::Configuration</small>
|
875
875
|
</div>
|
876
876
|
</li>
|
877
877
|
|
@@ -1094,8 +1094,8 @@
|
|
1094
1094
|
|
1095
1095
|
<li class="even ">
|
1096
1096
|
<div class="item">
|
1097
|
-
<span class='object_link'><a href="
|
1098
|
-
<small>
|
1097
|
+
<span class='object_link'><a href="Doing/WWID.html#initialize-instance_method" title="Doing::WWID#initialize (method)">#initialize</a></span>
|
1098
|
+
<small>Doing::WWID</small>
|
1099
1099
|
</div>
|
1100
1100
|
</li>
|
1101
1101
|
|
@@ -1110,160 +1110,160 @@
|
|
1110
1110
|
|
1111
1111
|
<li class="even ">
|
1112
1112
|
<div class="item">
|
1113
|
-
<span class='object_link'><a href="Doing/
|
1114
|
-
<small>Doing::
|
1113
|
+
<span class='object_link'><a href="Doing/Errors/UserCancelled.html#initialize-instance_method" title="Doing::Errors::UserCancelled#initialize (method)">#initialize</a></span>
|
1114
|
+
<small>Doing::Errors::UserCancelled</small>
|
1115
1115
|
</div>
|
1116
1116
|
</li>
|
1117
1117
|
|
1118
1118
|
|
1119
1119
|
<li class="odd ">
|
1120
1120
|
<div class="item">
|
1121
|
-
<span class='object_link'><a href="Doing/
|
1122
|
-
<small>Doing::
|
1121
|
+
<span class='object_link'><a href="Doing/Configuration.html#initialize-instance_method" title="Doing::Configuration#initialize (method)">#initialize</a></span>
|
1122
|
+
<small>Doing::Configuration</small>
|
1123
1123
|
</div>
|
1124
1124
|
</li>
|
1125
1125
|
|
1126
1126
|
|
1127
1127
|
<li class="even ">
|
1128
1128
|
<div class="item">
|
1129
|
-
<span class='object_link'><a href="
|
1130
|
-
<small>
|
1129
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#initialize-instance_method" title="PhraseParser::TermClause#initialize (method)">#initialize</a></span>
|
1130
|
+
<small>PhraseParser::TermClause</small>
|
1131
1131
|
</div>
|
1132
1132
|
</li>
|
1133
1133
|
|
1134
1134
|
|
1135
1135
|
<li class="odd ">
|
1136
1136
|
<div class="item">
|
1137
|
-
<span class='object_link'><a href="
|
1138
|
-
<small>
|
1137
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#initialize-instance_method" title="PhraseParser::PhraseClause#initialize (method)">#initialize</a></span>
|
1138
|
+
<small>PhraseParser::PhraseClause</small>
|
1139
1139
|
</div>
|
1140
1140
|
</li>
|
1141
1141
|
|
1142
1142
|
|
1143
1143
|
<li class="even ">
|
1144
1144
|
<div class="item">
|
1145
|
-
<span class='object_link'><a href="Doing/
|
1146
|
-
<small>Doing::
|
1145
|
+
<span class='object_link'><a href="Doing/Note.html#initialize-instance_method" title="Doing::Note#initialize (method)">#initialize</a></span>
|
1146
|
+
<small>Doing::Note</small>
|
1147
1147
|
</div>
|
1148
1148
|
</li>
|
1149
1149
|
|
1150
1150
|
|
1151
1151
|
<li class="odd ">
|
1152
1152
|
<div class="item">
|
1153
|
-
<span class='object_link'><a href="
|
1154
|
-
<small>
|
1153
|
+
<span class='object_link'><a href="PhraseParser/Query.html#initialize-instance_method" title="PhraseParser::Query#initialize (method)">#initialize</a></span>
|
1154
|
+
<small>PhraseParser::Query</small>
|
1155
1155
|
</div>
|
1156
1156
|
</li>
|
1157
1157
|
|
1158
1158
|
|
1159
1159
|
<li class="even ">
|
1160
1160
|
<div class="item">
|
1161
|
-
<span class='object_link'><a href="Doing/
|
1162
|
-
<small>Doing::
|
1161
|
+
<span class='object_link'><a href="Doing/Section.html#initialize-instance_method" title="Doing::Section#initialize (method)">#initialize</a></span>
|
1162
|
+
<small>Doing::Section</small>
|
1163
1163
|
</div>
|
1164
1164
|
</li>
|
1165
1165
|
|
1166
1166
|
|
1167
1167
|
<li class="odd ">
|
1168
1168
|
<div class="item">
|
1169
|
-
<span class='object_link'><a href="Doing/
|
1170
|
-
<small>Doing::
|
1169
|
+
<span class='object_link'><a href="Doing/TemplateString.html#initialize-instance_method" title="Doing::TemplateString#initialize (method)">#initialize</a></span>
|
1170
|
+
<small>Doing::TemplateString</small>
|
1171
1171
|
</div>
|
1172
1172
|
</li>
|
1173
1173
|
|
1174
1174
|
|
1175
1175
|
<li class="even ">
|
1176
1176
|
<div class="item">
|
1177
|
-
<span class='object_link'><a href="Doing/
|
1178
|
-
<small>Doing::
|
1177
|
+
<span class='object_link'><a href="Doing/Item.html#initialize-instance_method" title="Doing::Item#initialize (method)">#initialize</a></span>
|
1178
|
+
<small>Doing::Item</small>
|
1179
1179
|
</div>
|
1180
1180
|
</li>
|
1181
1181
|
|
1182
1182
|
|
1183
1183
|
<li class="odd ">
|
1184
1184
|
<div class="item">
|
1185
|
-
<span class='object_link'><a href="Doing/
|
1186
|
-
<small>Doing::
|
1185
|
+
<span class='object_link'><a href="Doing/Items.html#initialize-instance_method" title="Doing::Items#initialize (method)">#initialize</a></span>
|
1186
|
+
<small>Doing::Items</small>
|
1187
1187
|
</div>
|
1188
1188
|
</li>
|
1189
1189
|
|
1190
1190
|
|
1191
1191
|
<li class="even ">
|
1192
1192
|
<div class="item">
|
1193
|
-
<span class='object_link'><a href="
|
1194
|
-
<small>
|
1193
|
+
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#initialize-instance_method" title="GLI::Commands::MarkdownDocumentListener#initialize (method)">#initialize</a></span>
|
1194
|
+
<small>GLI::Commands::MarkdownDocumentListener</small>
|
1195
1195
|
</div>
|
1196
1196
|
</li>
|
1197
1197
|
|
1198
1198
|
|
1199
1199
|
<li class="odd ">
|
1200
1200
|
<div class="item">
|
1201
|
-
<span class='object_link'><a href="
|
1202
|
-
<small>
|
1201
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#initialize-instance_method" title="BooleanTermParser::Clause#initialize (method)">#initialize</a></span>
|
1202
|
+
<small>BooleanTermParser::Clause</small>
|
1203
1203
|
</div>
|
1204
1204
|
</li>
|
1205
1205
|
|
1206
1206
|
|
1207
1207
|
<li class="even ">
|
1208
1208
|
<div class="item">
|
1209
|
-
<span class='object_link'><a href="
|
1210
|
-
<small>
|
1209
|
+
<span class='object_link'><a href="Doing/Logger.html#initialize-instance_method" title="Doing::Logger#initialize (method)">#initialize</a></span>
|
1210
|
+
<small>Doing::Logger</small>
|
1211
1211
|
</div>
|
1212
1212
|
</li>
|
1213
1213
|
|
1214
1214
|
|
1215
1215
|
<li class="odd ">
|
1216
1216
|
<div class="item">
|
1217
|
-
<span class='object_link'><a href="Doing/
|
1218
|
-
<small>Doing::
|
1217
|
+
<span class='object_link'><a href="Doing/Errors/PluginException.html#initialize-instance_method" title="Doing::Errors::PluginException#initialize (method)">#initialize</a></span>
|
1218
|
+
<small>Doing::Errors::PluginException</small>
|
1219
1219
|
</div>
|
1220
1220
|
</li>
|
1221
1221
|
|
1222
1222
|
|
1223
1223
|
<li class="even ">
|
1224
1224
|
<div class="item">
|
1225
|
-
<span class='object_link'><a href="
|
1226
|
-
<small>
|
1225
|
+
<span class='object_link'><a href="Doing/Errors/DoingNoTraceError.html#initialize-instance_method" title="Doing::Errors::DoingNoTraceError#initialize (method)">#initialize</a></span>
|
1226
|
+
<small>Doing::Errors::DoingNoTraceError</small>
|
1227
1227
|
</div>
|
1228
1228
|
</li>
|
1229
1229
|
|
1230
1230
|
|
1231
1231
|
<li class="odd ">
|
1232
1232
|
<div class="item">
|
1233
|
-
<span class='object_link'><a href="Doing/
|
1234
|
-
<small>Doing::
|
1233
|
+
<span class='object_link'><a href="Doing/Errors/NoResults.html#initialize-instance_method" title="Doing::Errors::NoResults#initialize (method)">#initialize</a></span>
|
1234
|
+
<small>Doing::Errors::NoResults</small>
|
1235
1235
|
</div>
|
1236
1236
|
</li>
|
1237
1237
|
|
1238
1238
|
|
1239
1239
|
<li class="even ">
|
1240
1240
|
<div class="item">
|
1241
|
-
<span class='object_link'><a href="Doing/
|
1242
|
-
<small>Doing::
|
1241
|
+
<span class='object_link'><a href="Doing/Errors/DoingRuntimeError.html#initialize-instance_method" title="Doing::Errors::DoingRuntimeError#initialize (method)">#initialize</a></span>
|
1242
|
+
<small>Doing::Errors::DoingRuntimeError</small>
|
1243
1243
|
</div>
|
1244
1244
|
</li>
|
1245
1245
|
|
1246
1246
|
|
1247
1247
|
<li class="odd ">
|
1248
1248
|
<div class="item">
|
1249
|
-
<span class='object_link'><a href="Doing/
|
1250
|
-
<small>Doing::
|
1249
|
+
<span class='object_link'><a href="Doing/Errors/WrongCommand.html#initialize-instance_method" title="Doing::Errors::WrongCommand#initialize (method)">#initialize</a></span>
|
1250
|
+
<small>Doing::Errors::WrongCommand</small>
|
1251
1251
|
</div>
|
1252
1252
|
</li>
|
1253
1253
|
|
1254
1254
|
|
1255
1255
|
<li class="even ">
|
1256
1256
|
<div class="item">
|
1257
|
-
<span class='object_link'><a href="Doing/
|
1258
|
-
<small>Doing::
|
1257
|
+
<span class='object_link'><a href="Doing/Errors/DoingStandardError.html#initialize-instance_method" title="Doing::Errors::DoingStandardError#initialize (method)">#initialize</a></span>
|
1258
|
+
<small>Doing::Errors::DoingStandardError</small>
|
1259
1259
|
</div>
|
1260
1260
|
</li>
|
1261
1261
|
|
1262
1262
|
|
1263
1263
|
<li class="odd ">
|
1264
1264
|
<div class="item">
|
1265
|
-
<span class='object_link'><a href="Doing/
|
1266
|
-
<small>Doing::
|
1265
|
+
<span class='object_link'><a href="Doing/Errors/EmptyInput.html#initialize-instance_method" title="Doing::Errors::EmptyInput#initialize (method)">#initialize</a></span>
|
1266
|
+
<small>Doing::Errors::EmptyInput</small>
|
1267
1267
|
</div>
|
1268
1268
|
</li>
|
1269
1269
|
|
@@ -1566,16 +1566,16 @@
|
|
1566
1566
|
|
1567
1567
|
<li class="odd ">
|
1568
1568
|
<div class="item">
|
1569
|
-
<span class='object_link'><a href="
|
1570
|
-
<small>
|
1569
|
+
<span class='object_link'><a href="String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>
|
1570
|
+
<small>String</small>
|
1571
1571
|
</div>
|
1572
1572
|
</li>
|
1573
1573
|
|
1574
1574
|
|
1575
1575
|
<li class="even ">
|
1576
1576
|
<div class="item">
|
1577
|
-
<span class='object_link'><a href="
|
1578
|
-
<small>
|
1577
|
+
<span class='object_link'><a href="Symbol.html#normalize_bool-instance_method" title="Symbol#normalize_bool (method)">#normalize_bool</a></span>
|
1578
|
+
<small>Symbol</small>
|
1579
1579
|
</div>
|
1580
1580
|
</li>
|
1581
1581
|
|
@@ -1590,16 +1590,16 @@
|
|
1590
1590
|
|
1591
1591
|
<li class="even ">
|
1592
1592
|
<div class="item">
|
1593
|
-
<span class='object_link'><a href="
|
1594
|
-
<small>
|
1593
|
+
<span class='object_link'><a href="Symbol.html#normalize_case-instance_method" title="Symbol#normalize_case (method)">#normalize_case</a></span>
|
1594
|
+
<small>Symbol</small>
|
1595
1595
|
</div>
|
1596
1596
|
</li>
|
1597
1597
|
|
1598
1598
|
|
1599
1599
|
<li class="odd ">
|
1600
1600
|
<div class="item">
|
1601
|
-
<span class='object_link'><a href="
|
1602
|
-
<small>
|
1601
|
+
<span class='object_link'><a href="String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>
|
1602
|
+
<small>String</small>
|
1603
1603
|
</div>
|
1604
1604
|
</li>
|
1605
1605
|
|
@@ -1646,16 +1646,16 @@
|
|
1646
1646
|
|
1647
1647
|
<li class="odd ">
|
1648
1648
|
<div class="item">
|
1649
|
-
<span class='object_link'><a href="
|
1650
|
-
<small>
|
1649
|
+
<span class='object_link'><a href="Symbol.html#normalize_order-instance_method" title="Symbol#normalize_order (method)">#normalize_order</a></span>
|
1650
|
+
<small>Symbol</small>
|
1651
1651
|
</div>
|
1652
1652
|
</li>
|
1653
1653
|
|
1654
1654
|
|
1655
1655
|
<li class="even ">
|
1656
1656
|
<div class="item">
|
1657
|
-
<span class='object_link'><a href="
|
1658
|
-
<small>
|
1657
|
+
<span class='object_link'><a href="String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>
|
1658
|
+
<small>String</small>
|
1659
1659
|
</div>
|
1660
1660
|
</li>
|
1661
1661
|
|
@@ -1678,24 +1678,24 @@
|
|
1678
1678
|
|
1679
1679
|
<li class="odd ">
|
1680
1680
|
<div class="item">
|
1681
|
-
<span class='object_link'><a href="
|
1682
|
-
<small>
|
1681
|
+
<span class='object_link'><a href="Symbol.html#normalize_tag_sort-instance_method" title="Symbol#normalize_tag_sort (method)">#normalize_tag_sort</a></span>
|
1682
|
+
<small>Symbol</small>
|
1683
1683
|
</div>
|
1684
1684
|
</li>
|
1685
1685
|
|
1686
1686
|
|
1687
1687
|
<li class="even ">
|
1688
1688
|
<div class="item">
|
1689
|
-
<span class='object_link'><a href="
|
1690
|
-
<small>
|
1689
|
+
<span class='object_link'><a href="TrueClass.html#normalize_tag_sort-instance_method" title="TrueClass#normalize_tag_sort (method)">#normalize_tag_sort</a></span>
|
1690
|
+
<small>TrueClass</small>
|
1691
1691
|
</div>
|
1692
1692
|
</li>
|
1693
1693
|
|
1694
1694
|
|
1695
1695
|
<li class="odd ">
|
1696
1696
|
<div class="item">
|
1697
|
-
<span class='object_link'><a href="
|
1698
|
-
<small>
|
1697
|
+
<span class='object_link'><a href="String.html#normalize_tag_sort-instance_method" title="String#normalize_tag_sort (method)">#normalize_tag_sort</a></span>
|
1698
|
+
<small>String</small>
|
1699
1699
|
</div>
|
1700
1700
|
</li>
|
1701
1701
|
|
@@ -1742,24 +1742,24 @@
|
|
1742
1742
|
|
1743
1743
|
<li class="odd ">
|
1744
1744
|
<div class="item">
|
1745
|
-
<span class='object_link'><a href="
|
1746
|
-
<small>
|
1745
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#operator-instance_method" title="BooleanTermParser::Clause#operator (method)">#operator</a></span>
|
1746
|
+
<small>BooleanTermParser::Clause</small>
|
1747
1747
|
</div>
|
1748
1748
|
</li>
|
1749
1749
|
|
1750
1750
|
|
1751
1751
|
<li class="even ">
|
1752
1752
|
<div class="item">
|
1753
|
-
<span class='object_link'><a href="
|
1754
|
-
<small>
|
1753
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#operator-instance_method" title="PhraseParser::TermClause#operator (method)">#operator</a></span>
|
1754
|
+
<small>PhraseParser::TermClause</small>
|
1755
1755
|
</div>
|
1756
1756
|
</li>
|
1757
1757
|
|
1758
1758
|
|
1759
1759
|
<li class="odd ">
|
1760
1760
|
<div class="item">
|
1761
|
-
<span class='object_link'><a href="PhraseParser/
|
1762
|
-
<small>PhraseParser::
|
1761
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#operator-instance_method" title="PhraseParser::PhraseClause#operator (method)">#operator</a></span>
|
1762
|
+
<small>PhraseParser::PhraseClause</small>
|
1763
1763
|
</div>
|
1764
1764
|
</li>
|
1765
1765
|
|
@@ -2014,16 +2014,16 @@
|
|
2014
2014
|
|
2015
2015
|
<li class="odd ">
|
2016
2016
|
<div class="item">
|
2017
|
-
<span class='object_link'><a href="Doing/
|
2018
|
-
<small>Doing::
|
2017
|
+
<span class='object_link'><a href="Doing/Plugins.html#register-class_method" title="Doing::Plugins.register (method)">register</a></span>
|
2018
|
+
<small>Doing::Plugins</small>
|
2019
2019
|
</div>
|
2020
2020
|
</li>
|
2021
2021
|
|
2022
2022
|
|
2023
2023
|
<li class="even ">
|
2024
2024
|
<div class="item">
|
2025
|
-
<span class='object_link'><a href="Doing/
|
2026
|
-
<small>Doing::
|
2025
|
+
<span class='object_link'><a href="Doing/Hooks.html#register-class_method" title="Doing::Hooks.register (method)">register</a></span>
|
2026
|
+
<small>Doing::Hooks</small>
|
2027
2027
|
</div>
|
2028
2028
|
</li>
|
2029
2029
|
|
@@ -2342,16 +2342,16 @@
|
|
2342
2342
|
|
2343
2343
|
<li class="even ">
|
2344
2344
|
<div class="item">
|
2345
|
-
<span class='object_link'><a href="
|
2346
|
-
<small>
|
2345
|
+
<span class='object_link'><a href="PhraseParser/Operator.html#symbol-class_method" title="PhraseParser::Operator.symbol (method)">symbol</a></span>
|
2346
|
+
<small>PhraseParser::Operator</small>
|
2347
2347
|
</div>
|
2348
2348
|
</li>
|
2349
2349
|
|
2350
2350
|
|
2351
2351
|
<li class="odd ">
|
2352
2352
|
<div class="item">
|
2353
|
-
<span class='object_link'><a href="
|
2354
|
-
<small>
|
2353
|
+
<span class='object_link'><a href="BooleanTermParser/Operator.html#symbol-class_method" title="BooleanTermParser::Operator.symbol (method)">symbol</a></span>
|
2354
|
+
<small>BooleanTermParser::Operator</small>
|
2355
2355
|
</div>
|
2356
2356
|
</li>
|
2357
2357
|
|
@@ -2429,6 +2429,14 @@
|
|
2429
2429
|
|
2430
2430
|
|
2431
2431
|
<li class="odd ">
|
2432
|
+
<div class="item">
|
2433
|
+
<span class='object_link'><a href="Doing/Item.html#tags_with_values-instance_method" title="Doing::Item#tags_with_values (method)">#tags_with_values</a></span>
|
2434
|
+
<small>Doing::Item</small>
|
2435
|
+
</div>
|
2436
|
+
</li>
|
2437
|
+
|
2438
|
+
|
2439
|
+
<li class="even ">
|
2432
2440
|
<div class="item">
|
2433
2441
|
<span class='object_link'><a href="Doing/Logger.html#temp_level-instance_method" title="Doing::Logger#temp_level (method)">#temp_level</a></span>
|
2434
2442
|
<small>Doing::Logger</small>
|
@@ -2436,7 +2444,7 @@
|
|
2436
2444
|
</li>
|
2437
2445
|
|
2438
2446
|
|
2439
|
-
<li class="
|
2447
|
+
<li class="odd ">
|
2440
2448
|
<div class="item">
|
2441
2449
|
<span class='object_link'><a href="Doing/Plugins.html#template_for_trigger-class_method" title="Doing::Plugins.template_for_trigger (method)">template_for_trigger</a></span>
|
2442
2450
|
<small>Doing::Plugins</small>
|
@@ -2444,7 +2452,7 @@
|
|
2444
2452
|
</li>
|
2445
2453
|
|
2446
2454
|
|
2447
|
-
<li class="
|
2455
|
+
<li class="even ">
|
2448
2456
|
<div class="item">
|
2449
2457
|
<span class='object_link'><a href="Doing/Plugins.html#template_regex-class_method" title="Doing::Plugins.template_regex (method)">template_regex</a></span>
|
2450
2458
|
<small>Doing::Plugins</small>
|
@@ -2452,7 +2460,7 @@
|
|
2452
2460
|
</li>
|
2453
2461
|
|
2454
2462
|
|
2455
|
-
<li class="
|
2463
|
+
<li class="odd ">
|
2456
2464
|
<div class="item">
|
2457
2465
|
<span class='object_link'><a href="PhraseParser/TermClause.html#term-instance_method" title="PhraseParser::TermClause#term (method)">#term</a></span>
|
2458
2466
|
<small>PhraseParser::TermClause</small>
|
@@ -2460,7 +2468,7 @@
|
|
2460
2468
|
</li>
|
2461
2469
|
|
2462
2470
|
|
2463
|
-
<li class="
|
2471
|
+
<li class="even ">
|
2464
2472
|
<div class="item">
|
2465
2473
|
<span class='object_link'><a href="BooleanTermParser/Clause.html#term-instance_method" title="BooleanTermParser::Clause#term (method)">#term</a></span>
|
2466
2474
|
<small>BooleanTermParser::Clause</small>
|
@@ -2468,7 +2476,7 @@
|
|
2468
2476
|
</li>
|
2469
2477
|
|
2470
2478
|
|
2471
|
-
<li class="
|
2479
|
+
<li class="odd ">
|
2472
2480
|
<div class="item">
|
2473
2481
|
<span class='object_link'><a href="Time.html#time_ago-instance_method" title="Time#time_ago (method)">#time_ago</a></span>
|
2474
2482
|
<small>Time</small>
|
@@ -2476,6 +2484,14 @@
|
|
2476
2484
|
</li>
|
2477
2485
|
|
2478
2486
|
|
2487
|
+
<li class="even ">
|
2488
|
+
<div class="item">
|
2489
|
+
<span class='object_link'><a href="Doing/Item.html#title-instance_method" title="Doing::Item#title (method)">#title</a></span>
|
2490
|
+
<small>Doing::Item</small>
|
2491
|
+
</div>
|
2492
|
+
</li>
|
2493
|
+
|
2494
|
+
|
2479
2495
|
<li class="odd ">
|
2480
2496
|
<div class="item">
|
2481
2497
|
<span class='object_link'><a href="Doing/Section.html#title-instance_method" title="Doing::Section#title (method)">#title</a></span>
|
@@ -2486,39 +2502,39 @@
|
|
2486
2502
|
|
2487
2503
|
<li class="even ">
|
2488
2504
|
<div class="item">
|
2489
|
-
<span class='object_link'><a href="
|
2490
|
-
<small>
|
2505
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#to_elasticsearch-instance_method" title="BooleanTermParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
2506
|
+
<small>BooleanTermParser::Query</small>
|
2491
2507
|
</div>
|
2492
2508
|
</li>
|
2493
2509
|
|
2494
2510
|
|
2495
2511
|
<li class="odd ">
|
2496
2512
|
<div class="item">
|
2497
|
-
<span class='object_link'><a href="
|
2498
|
-
<small>
|
2513
|
+
<span class='object_link'><a href="PhraseParser/Query.html#to_elasticsearch-instance_method" title="PhraseParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
2514
|
+
<small>PhraseParser::Query</small>
|
2499
2515
|
</div>
|
2500
2516
|
</li>
|
2501
2517
|
|
2502
2518
|
|
2503
2519
|
<li class="even ">
|
2504
2520
|
<div class="item">
|
2505
|
-
<span class='object_link'><a href="
|
2506
|
-
<small>
|
2521
|
+
<span class='object_link'><a href="Doing/Note.html#to_line-instance_method" title="Doing::Note#to_line (method)">#to_line</a></span>
|
2522
|
+
<small>Doing::Note</small>
|
2507
2523
|
</div>
|
2508
2524
|
</li>
|
2509
2525
|
|
2510
2526
|
|
2511
2527
|
<li class="odd ">
|
2512
2528
|
<div class="item">
|
2513
|
-
<span class='object_link'><a href="Doing/
|
2514
|
-
<small>Doing::
|
2529
|
+
<span class='object_link'><a href="Doing/Item.html#to_pretty-instance_method" title="Doing::Item#to_pretty (method)">#to_pretty</a></span>
|
2530
|
+
<small>Doing::Item</small>
|
2515
2531
|
</div>
|
2516
2532
|
</li>
|
2517
2533
|
|
2518
2534
|
|
2519
2535
|
<li class="even ">
|
2520
2536
|
<div class="item">
|
2521
|
-
<span class='object_link'><a href="Doing/Item.html#
|
2537
|
+
<span class='object_link'><a href="Doing/Item.html#to_s-instance_method" title="Doing::Item#to_s (method)">#to_s</a></span>
|
2522
2538
|
<small>Doing::Item</small>
|
2523
2539
|
</div>
|
2524
2540
|
</li>
|
@@ -2526,16 +2542,16 @@
|
|
2526
2542
|
|
2527
2543
|
<li class="odd ">
|
2528
2544
|
<div class="item">
|
2529
|
-
<span class='object_link'><a href="Doing/
|
2530
|
-
<small>Doing::
|
2545
|
+
<span class='object_link'><a href="Doing/Section.html#to_s-instance_method" title="Doing::Section#to_s (method)">#to_s</a></span>
|
2546
|
+
<small>Doing::Section</small>
|
2531
2547
|
</div>
|
2532
2548
|
</li>
|
2533
2549
|
|
2534
2550
|
|
2535
2551
|
<li class="even ">
|
2536
2552
|
<div class="item">
|
2537
|
-
<span class='object_link'><a href="Doing/
|
2538
|
-
<small>Doing::
|
2553
|
+
<span class='object_link'><a href="Doing/Note.html#to_s-instance_method" title="Doing::Note#to_s (method)">#to_s</a></span>
|
2554
|
+
<small>Doing::Note</small>
|
2539
2555
|
</div>
|
2540
2556
|
</li>
|
2541
2557
|
|
@@ -2549,14 +2565,6 @@
|
|
2549
2565
|
|
2550
2566
|
|
2551
2567
|
<li class="even ">
|
2552
|
-
<div class="item">
|
2553
|
-
<span class='object_link'><a href="Doing/Section.html#to_s-instance_method" title="Doing::Section#to_s (method)">#to_s</a></span>
|
2554
|
-
<small>Doing::Section</small>
|
2555
|
-
</div>
|
2556
|
-
</li>
|
2557
|
-
|
2558
|
-
|
2559
|
-
<li class="odd ">
|
2560
2568
|
<div class="item">
|
2561
2569
|
<span class='object_link'><a href="Doing/WWID.html#today-instance_method" title="Doing::WWID#today (method)">#today</a></span>
|
2562
2570
|
<small>Doing::WWID</small>
|
@@ -2564,7 +2572,7 @@
|
|
2564
2572
|
</li>
|
2565
2573
|
|
2566
2574
|
|
2567
|
-
<li class="
|
2575
|
+
<li class="odd ">
|
2568
2576
|
<div class="item">
|
2569
2577
|
<span class='object_link'><a href="Doing/Hooks.html#trigger-class_method" title="Doing::Hooks.trigger (method)">trigger</a></span>
|
2570
2578
|
<small>Doing::Hooks</small>
|
@@ -2572,7 +2580,7 @@
|
|
2572
2580
|
</li>
|
2573
2581
|
|
2574
2582
|
|
2575
|
-
<li class="
|
2583
|
+
<li class="even ">
|
2576
2584
|
<div class="item">
|
2577
2585
|
<span class='object_link'><a href="Doing/Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span>
|
2578
2586
|
<small>Doing::Color</small>
|
@@ -2580,7 +2588,7 @@
|
|
2580
2588
|
</li>
|
2581
2589
|
|
2582
2590
|
|
2583
|
-
<li class="
|
2591
|
+
<li class="odd ">
|
2584
2592
|
<div class="item">
|
2585
2593
|
<span class='object_link'><a href="Doing/Item.html#unfinished%3F-instance_method" title="Doing::Item#unfinished? (method)">#unfinished?</a></span>
|
2586
2594
|
<small>Doing::Item</small>
|
@@ -2588,7 +2596,7 @@
|
|
2588
2596
|
</li>
|
2589
2597
|
|
2590
2598
|
|
2591
|
-
<li class="
|
2599
|
+
<li class="even ">
|
2592
2600
|
<div class="item">
|
2593
2601
|
<span class='object_link'><a href="Doing/Prompt.html#uninstall_fzf-class_method" title="Doing::Prompt.uninstall_fzf (method)">uninstall_fzf</a></span>
|
2594
2602
|
<small>Doing::Prompt</small>
|
@@ -2596,7 +2604,7 @@
|
|
2596
2604
|
</li>
|
2597
2605
|
|
2598
2606
|
|
2599
|
-
<li class="
|
2607
|
+
<li class="odd ">
|
2600
2608
|
<div class="item">
|
2601
2609
|
<span class='object_link'><a href="Doing/Configuration.html#update_deprecated_config-instance_method" title="Doing::Configuration#update_deprecated_config (method)">#update_deprecated_config</a></span>
|
2602
2610
|
<small>Doing::Configuration</small>
|
@@ -2604,7 +2612,7 @@
|
|
2604
2612
|
</li>
|
2605
2613
|
|
2606
2614
|
|
2607
|
-
<li class="
|
2615
|
+
<li class="even ">
|
2608
2616
|
<div class="item">
|
2609
2617
|
<span class='object_link'><a href="Doing/Items.html#update_item-instance_method" title="Doing::Items#update_item (method)">#update_item</a></span>
|
2610
2618
|
<small>Doing::Items</small>
|
@@ -2612,23 +2620,23 @@
|
|
2612
2620
|
</li>
|
2613
2621
|
|
2614
2622
|
|
2615
|
-
<li class="
|
2623
|
+
<li class="odd ">
|
2616
2624
|
<div class="item">
|
2617
|
-
<span class='object_link'><a href="Doing/
|
2618
|
-
<small>Doing::
|
2625
|
+
<span class='object_link'><a href="Doing/Plugins.html#user_home-class_method" title="Doing::Plugins.user_home (method)">user_home</a></span>
|
2626
|
+
<small>Doing::Plugins</small>
|
2619
2627
|
</div>
|
2620
2628
|
</li>
|
2621
2629
|
|
2622
2630
|
|
2623
|
-
<li class="
|
2631
|
+
<li class="even ">
|
2624
2632
|
<div class="item">
|
2625
|
-
<span class='object_link'><a href="Doing/
|
2626
|
-
<small>Doing::
|
2633
|
+
<span class='object_link'><a href="Doing/Util.html#user_home-instance_method" title="Doing::Util#user_home (method)">#user_home</a></span>
|
2634
|
+
<small>Doing::Util</small>
|
2627
2635
|
</div>
|
2628
2636
|
</li>
|
2629
2637
|
|
2630
2638
|
|
2631
|
-
<li class="
|
2639
|
+
<li class="odd ">
|
2632
2640
|
<div class="item">
|
2633
2641
|
<span class='object_link'><a href="Doing/Plugins.html#valid_type-class_method" title="Doing::Plugins.valid_type (method)">valid_type</a></span>
|
2634
2642
|
<small>Doing::Plugins</small>
|
@@ -2636,7 +2644,7 @@
|
|
2636
2644
|
</li>
|
2637
2645
|
|
2638
2646
|
|
2639
|
-
<li class="
|
2647
|
+
<li class="even ">
|
2640
2648
|
<div class="item">
|
2641
2649
|
<span class='object_link'><a href="String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>
|
2642
2650
|
<small>String</small>
|
@@ -2644,7 +2652,7 @@
|
|
2644
2652
|
</li>
|
2645
2653
|
|
2646
2654
|
|
2647
|
-
<li class="
|
2655
|
+
<li class="odd ">
|
2648
2656
|
<div class="item">
|
2649
2657
|
<span class='object_link'><a href="Doing/Plugins.html#validate_plugin-class_method" title="Doing::Plugins.validate_plugin (method)">validate_plugin</a></span>
|
2650
2658
|
<small>Doing::Plugins</small>
|
@@ -2652,7 +2660,7 @@
|
|
2652
2660
|
</li>
|
2653
2661
|
|
2654
2662
|
|
2655
|
-
<li class="
|
2663
|
+
<li class="even ">
|
2656
2664
|
<div class="item">
|
2657
2665
|
<span class='object_link'><a href="Doing/Configuration.html#value_for_key-instance_method" title="Doing::Configuration#value_for_key (method)">#value_for_key</a></span>
|
2658
2666
|
<small>Doing::Configuration</small>
|
@@ -2660,7 +2668,7 @@
|
|
2660
2668
|
</li>
|
2661
2669
|
|
2662
2670
|
|
2663
|
-
<li class="
|
2671
|
+
<li class="odd ">
|
2664
2672
|
<div class="item">
|
2665
2673
|
<span class='object_link'><a href="Doing/WWID.html#verify_duration-instance_method" title="Doing::WWID#verify_duration (method)">#verify_duration</a></span>
|
2666
2674
|
<small>Doing::WWID</small>
|
@@ -2668,7 +2676,7 @@
|
|
2668
2676
|
</li>
|
2669
2677
|
|
2670
2678
|
|
2671
|
-
<li class="
|
2679
|
+
<li class="even ">
|
2672
2680
|
<div class="item">
|
2673
2681
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#version-instance_method" title="GLI::Commands::MarkdownDocumentListener#version (method)">#version</a></span>
|
2674
2682
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -2676,7 +2684,7 @@
|
|
2676
2684
|
</li>
|
2677
2685
|
|
2678
2686
|
|
2679
|
-
<li class="
|
2687
|
+
<li class="odd ">
|
2680
2688
|
<div class="item">
|
2681
2689
|
<span class='object_link'><a href="Doing/WWID.html#views-instance_method" title="Doing::WWID#views (method)">#views</a></span>
|
2682
2690
|
<small>Doing::WWID</small>
|
@@ -2684,7 +2692,7 @@
|
|
2684
2692
|
</li>
|
2685
2693
|
|
2686
2694
|
|
2687
|
-
<li class="
|
2695
|
+
<li class="even ">
|
2688
2696
|
<div class="item">
|
2689
2697
|
<span class='object_link'><a href="Doing/Logger.html#warn-instance_method" title="Doing::Logger#warn (method)">#warn</a></span>
|
2690
2698
|
<small>Doing::Logger</small>
|
@@ -2692,7 +2700,7 @@
|
|
2692
2700
|
</li>
|
2693
2701
|
|
2694
2702
|
|
2695
|
-
<li class="
|
2703
|
+
<li class="odd ">
|
2696
2704
|
<div class="item">
|
2697
2705
|
<span class='object_link'><a href="Doing/Prompt.html#which_fzf-class_method" title="Doing::Prompt.which_fzf (method)">which_fzf</a></span>
|
2698
2706
|
<small>Doing::Prompt</small>
|
@@ -2700,23 +2708,23 @@
|
|
2700
2708
|
</li>
|
2701
2709
|
|
2702
2710
|
|
2703
|
-
<li class="
|
2711
|
+
<li class="even ">
|
2704
2712
|
<div class="item">
|
2705
|
-
<span class='object_link'><a href="Doing/
|
2706
|
-
<small>Doing::
|
2713
|
+
<span class='object_link'><a href="Doing/Logger.html#write-instance_method" title="Doing::Logger#write (method)">#write</a></span>
|
2714
|
+
<small>Doing::Logger</small>
|
2707
2715
|
</div>
|
2708
2716
|
</li>
|
2709
2717
|
|
2710
2718
|
|
2711
|
-
<li class="
|
2719
|
+
<li class="odd ">
|
2712
2720
|
<div class="item">
|
2713
|
-
<span class='object_link'><a href="Doing/
|
2714
|
-
<small>Doing::
|
2721
|
+
<span class='object_link'><a href="Doing/WWID.html#write-instance_method" title="Doing::WWID#write (method)">#write</a></span>
|
2722
|
+
<small>Doing::WWID</small>
|
2715
2723
|
</div>
|
2716
2724
|
</li>
|
2717
2725
|
|
2718
2726
|
|
2719
|
-
<li class="
|
2727
|
+
<li class="even ">
|
2720
2728
|
<div class="item">
|
2721
2729
|
<span class='object_link'><a href="Doing/Util/Backup.html#write_backup-instance_method" title="Doing::Util::Backup#write_backup (method)">#write_backup</a></span>
|
2722
2730
|
<small>Doing::Util::Backup</small>
|
@@ -2724,7 +2732,7 @@
|
|
2724
2732
|
</li>
|
2725
2733
|
|
2726
2734
|
|
2727
|
-
<li class="
|
2735
|
+
<li class="odd ">
|
2728
2736
|
<div class="item">
|
2729
2737
|
<span class='object_link'><a href="Doing/Util.html#write_to_file-instance_method" title="Doing::Util#write_to_file (method)">#write_to_file</a></span>
|
2730
2738
|
<small>Doing::Util</small>
|
@@ -2732,7 +2740,7 @@
|
|
2732
2740
|
</li>
|
2733
2741
|
|
2734
2742
|
|
2735
|
-
<li class="
|
2743
|
+
<li class="even ">
|
2736
2744
|
<div class="item">
|
2737
2745
|
<span class='object_link'><a href="Doing/WWID.html#yesterday-instance_method" title="Doing::WWID#yesterday (method)">#yesterday</a></span>
|
2738
2746
|
<small>Doing::WWID</small>
|
@@ -2740,7 +2748,7 @@
|
|
2740
2748
|
</li>
|
2741
2749
|
|
2742
2750
|
|
2743
|
-
<li class="
|
2751
|
+
<li class="odd ">
|
2744
2752
|
<div class="item">
|
2745
2753
|
<span class='object_link'><a href="Doing/Prompt.html#yn-class_method" title="Doing::Prompt.yn (method)">yn</a></span>
|
2746
2754
|
<small>Doing::Prompt</small>
|