standup_md 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.github/workflows/ruby.yml +24 -0
- data/.gitignore +1 -0
- data/Gemfile +10 -0
- data/Gemfile.lock +23 -0
- data/LICENSE +21 -0
- data/README.md +252 -0
- data/Rakefile +36 -0
- data/_config.yml +1 -0
- data/bin/standup +5 -0
- data/doc/README_md.html +290 -0
- data/doc/StandupMD/Cli.html +898 -0
- data/doc/StandupMD.html +1453 -0
- data/doc/TestHelper.html +282 -0
- data/doc/TestStandupMD.html +1938 -0
- data/doc/created.rid +8 -0
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +611 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +286 -0
- data/doc/js/darkfish.js +84 -0
- data/doc/js/navigation.js +105 -0
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +110 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +229 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/table_of_contents.html +551 -0
- data/lib/standup_md/cli.rb +301 -0
- data/lib/standup_md/version.rb +9 -0
- data/lib/standup_md.rb +530 -0
- data/standup_md.gemspec +36 -0
- metadata +108 -0
@@ -0,0 +1,551 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>Table of Contents - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/navigation.js" defer></script>
|
15
|
+
<script src="./js/search.js" defer></script>
|
16
|
+
<script src="./js/search_index.js" defer></script>
|
17
|
+
<script src="./js/searcher.js" defer></script>
|
18
|
+
<script src="./js/darkfish.js" defer></script>
|
19
|
+
|
20
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
<body id="top" class="table-of-contents">
|
27
|
+
<main role="main">
|
28
|
+
<h1 class="class">Table of Contents - RDoc Documentation</h1>
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
<h2 id="pages">Pages</h2>
|
33
|
+
<ul>
|
34
|
+
|
35
|
+
<li class="file">
|
36
|
+
<a href="README_md.html">README</a>
|
37
|
+
|
38
|
+
<ul>
|
39
|
+
|
40
|
+
<li><a href="README_md.html#label-The+Standup+Doctor"><a href="https://evanthegrayt.github.io/standup_md/">The Standup Doctor</a></a>
|
41
|
+
|
42
|
+
<li><a href="README_md.html#label-Table+of+Contents">Table of Contents</a>
|
43
|
+
|
44
|
+
<li><a href="README_md.html#label-About">About</a>
|
45
|
+
|
46
|
+
<li><a href="README_md.html#label-Installation">Installation</a>
|
47
|
+
|
48
|
+
<li><a href="README_md.html#label-Via+RubyGems">Via RubyGems</a>
|
49
|
+
|
50
|
+
<li><a href="README_md.html#label-Manual+Installation">Manual Installation</a>
|
51
|
+
|
52
|
+
<li><a href="README_md.html#label-Usage">Usage</a>
|
53
|
+
|
54
|
+
<li><a href="README_md.html#label-Example">Example</a>
|
55
|
+
|
56
|
+
<li><a href="README_md.html#label-Customization+and+Runtime+Options">Customization and Runtime Options</a>
|
57
|
+
|
58
|
+
<li><a href="README_md.html#label-Available+Config+File+Keys+and+Defaults">Available Config File Keys and Defaults</a>
|
59
|
+
|
60
|
+
<li><a href="README_md.html#label-Executable+Flags">Executable Flags</a>
|
61
|
+
|
62
|
+
<li><a href="README_md.html#label-API">API</a>
|
63
|
+
|
64
|
+
<li><a href="README_md.html#label-Reporting+Bugs+and+Requesting+Features">Reporting Bugs and Requesting Features</a>
|
65
|
+
|
66
|
+
<li><a href="README_md.html#label-Self-Promotion">Self-Promotion</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
|
70
|
+
</li>
|
71
|
+
|
72
|
+
</ul>
|
73
|
+
|
74
|
+
|
75
|
+
<h2 id="classes">Classes and Modules</h2>
|
76
|
+
<ul>
|
77
|
+
|
78
|
+
<li class="class">
|
79
|
+
<a href="StandupMD.html">StandupMD</a>
|
80
|
+
|
81
|
+
<ul>
|
82
|
+
|
83
|
+
<li><a href="StandupMD.html#5Buntitled-5D">Top Section</a>
|
84
|
+
|
85
|
+
<li><a href="StandupMD.html#Attributes+with+default+getters+and+setters.">Attributes with default getters and setters.</a>
|
86
|
+
|
87
|
+
<li><a href="StandupMD.html#Booleans">Booleans</a>
|
88
|
+
|
89
|
+
<li><a href="StandupMD.html#Custom+setters">Custom setters</a>
|
90
|
+
|
91
|
+
<li><a href="StandupMD.html#Misc">Misc</a>
|
92
|
+
|
93
|
+
</ul>
|
94
|
+
|
95
|
+
</li>
|
96
|
+
|
97
|
+
<li class="class">
|
98
|
+
<a href="StandupMD/CLI.html">StandupMD::CLI</a>
|
99
|
+
|
100
|
+
</li>
|
101
|
+
|
102
|
+
<li class="module">
|
103
|
+
<a href="TestHelper.html">TestHelper</a>
|
104
|
+
|
105
|
+
</li>
|
106
|
+
|
107
|
+
<li class="class">
|
108
|
+
<a href="TestStandupMD.html">TestStandupMD</a>
|
109
|
+
|
110
|
+
</li>
|
111
|
+
|
112
|
+
</ul>
|
113
|
+
|
114
|
+
<h2 id="methods">Methods</h2>
|
115
|
+
<ul>
|
116
|
+
|
117
|
+
<li class="method">
|
118
|
+
<a href="StandupMD/CLI.html#method-c-execute">::execute</a>
|
119
|
+
—
|
120
|
+
<span class="container">StandupMD::CLI</span>
|
121
|
+
|
122
|
+
<li class="method">
|
123
|
+
<a href="StandupMD.html#method-c-load">::load</a>
|
124
|
+
—
|
125
|
+
<span class="container">StandupMD</span>
|
126
|
+
|
127
|
+
<li class="method">
|
128
|
+
<a href="StandupMD.html#method-c-new">::new</a>
|
129
|
+
—
|
130
|
+
<span class="container">StandupMD</span>
|
131
|
+
|
132
|
+
<li class="method">
|
133
|
+
<a href="StandupMD/CLI.html#method-c-new">::new</a>
|
134
|
+
—
|
135
|
+
<span class="container">StandupMD::CLI</span>
|
136
|
+
|
137
|
+
<li class="method">
|
138
|
+
<a href="StandupMD/CLI.html#method-i-append_previous-3F">#append_previous?</a>
|
139
|
+
—
|
140
|
+
<span class="container">StandupMD::CLI</span>
|
141
|
+
|
142
|
+
<li class="method">
|
143
|
+
<a href="StandupMD/CLI.html#method-i-append_to_previous_entry_tasks">#append_to_previous_entry_tasks</a>
|
144
|
+
—
|
145
|
+
<span class="container">StandupMD::CLI</span>
|
146
|
+
|
147
|
+
<li class="method">
|
148
|
+
<a href="StandupMD.html#method-i-bullet_character-3D">#bullet_character=</a>
|
149
|
+
—
|
150
|
+
<span class="container">StandupMD</span>
|
151
|
+
|
152
|
+
<li class="method">
|
153
|
+
<a href="TestHelper.html#method-i-cli">#cli</a>
|
154
|
+
—
|
155
|
+
<span class="container">TestHelper</span>
|
156
|
+
|
157
|
+
<li class="method">
|
158
|
+
<a href="TestHelper.html#method-i-create_standup_file">#create_standup_file</a>
|
159
|
+
—
|
160
|
+
<span class="container">TestHelper</span>
|
161
|
+
|
162
|
+
<li class="method">
|
163
|
+
<a href="StandupMD.html#method-i-current_entry_tasks-3D">#current_entry_tasks=</a>
|
164
|
+
—
|
165
|
+
<span class="container">StandupMD</span>
|
166
|
+
|
167
|
+
<li class="method">
|
168
|
+
<a href="StandupMD.html#method-i-directory-3D">#directory=</a>
|
169
|
+
—
|
170
|
+
<span class="container">StandupMD</span>
|
171
|
+
|
172
|
+
<li class="method">
|
173
|
+
<a href="StandupMD/CLI.html#method-i-echo">#echo</a>
|
174
|
+
—
|
175
|
+
<span class="container">StandupMD::CLI</span>
|
176
|
+
|
177
|
+
<li class="method">
|
178
|
+
<a href="StandupMD/CLI.html#method-i-edit">#edit</a>
|
179
|
+
—
|
180
|
+
<span class="container">StandupMD::CLI</span>
|
181
|
+
|
182
|
+
<li class="method">
|
183
|
+
<a href="StandupMD/CLI.html#method-i-edit-3F">#edit?</a>
|
184
|
+
—
|
185
|
+
<span class="container">StandupMD::CLI</span>
|
186
|
+
|
187
|
+
<li class="method">
|
188
|
+
<a href="StandupMD/CLI.html#method-i-editor">#editor</a>
|
189
|
+
—
|
190
|
+
<span class="container">StandupMD::CLI</span>
|
191
|
+
|
192
|
+
<li class="method">
|
193
|
+
<a href="StandupMD.html#method-i-entry_previously_added-3F">#entry_previously_added?</a>
|
194
|
+
—
|
195
|
+
<span class="container">StandupMD</span>
|
196
|
+
|
197
|
+
<li class="method">
|
198
|
+
<a href="StandupMD.html#method-i-file_written-3F">#file_written?</a>
|
199
|
+
—
|
200
|
+
<span class="container">StandupMD</span>
|
201
|
+
|
202
|
+
<li class="method">
|
203
|
+
<a href="TestHelper.html#method-i-fixtures">#fixtures</a>
|
204
|
+
—
|
205
|
+
<span class="container">TestHelper</span>
|
206
|
+
|
207
|
+
<li class="method">
|
208
|
+
<a href="StandupMD.html#method-i-header_depth-3D">#header_depth=</a>
|
209
|
+
—
|
210
|
+
<span class="container">StandupMD</span>
|
211
|
+
|
212
|
+
<li class="method">
|
213
|
+
<a href="StandupMD.html#method-i-impediments-3D">#impediments=</a>
|
214
|
+
—
|
215
|
+
<span class="container">StandupMD</span>
|
216
|
+
|
217
|
+
<li class="method">
|
218
|
+
<a href="StandupMD/CLI.html#method-i-json-3F">#json?</a>
|
219
|
+
—
|
220
|
+
<span class="container">StandupMD::CLI</span>
|
221
|
+
|
222
|
+
<li class="method">
|
223
|
+
<a href="StandupMD.html#method-i-load">#load</a>
|
224
|
+
—
|
225
|
+
<span class="container">StandupMD</span>
|
226
|
+
|
227
|
+
<li class="method">
|
228
|
+
<a href="StandupMD.html#method-i-notes-3D">#notes=</a>
|
229
|
+
—
|
230
|
+
<span class="container">StandupMD</span>
|
231
|
+
|
232
|
+
<li class="method">
|
233
|
+
<a href="StandupMD.html#method-i-previous_entry_tasks-3D">#previous_entry_tasks=</a>
|
234
|
+
—
|
235
|
+
<span class="container">StandupMD</span>
|
236
|
+
|
237
|
+
<li class="method">
|
238
|
+
<a href="StandupMD/CLI.html#method-i-print_all_entries">#print_all_entries</a>
|
239
|
+
—
|
240
|
+
<span class="container">StandupMD::CLI</span>
|
241
|
+
|
242
|
+
<li class="method">
|
243
|
+
<a href="StandupMD/CLI.html#method-i-print_all_entries-3F">#print_all_entries?</a>
|
244
|
+
—
|
245
|
+
<span class="container">StandupMD::CLI</span>
|
246
|
+
|
247
|
+
<li class="method">
|
248
|
+
<a href="StandupMD/CLI.html#method-i-print_current_entry">#print_current_entry</a>
|
249
|
+
—
|
250
|
+
<span class="container">StandupMD::CLI</span>
|
251
|
+
|
252
|
+
<li class="method">
|
253
|
+
<a href="StandupMD/CLI.html#method-i-print_current_entry-3F">#print_current_entry?</a>
|
254
|
+
—
|
255
|
+
<span class="container">StandupMD::CLI</span>
|
256
|
+
|
257
|
+
<li class="method">
|
258
|
+
<a href="StandupMD.html#method-i-reload">#reload</a>
|
259
|
+
—
|
260
|
+
<span class="container">StandupMD</span>
|
261
|
+
|
262
|
+
<li class="method">
|
263
|
+
<a href="TestStandupMD.html#method-i-setup">#setup</a>
|
264
|
+
—
|
265
|
+
<span class="container">TestStandupMD</span>
|
266
|
+
|
267
|
+
<li class="method">
|
268
|
+
<a href="TestStandupMD.html#method-i-should_append-3F">#should_append?</a>
|
269
|
+
—
|
270
|
+
<span class="container">TestStandupMD</span>
|
271
|
+
|
272
|
+
<li class="method">
|
273
|
+
<a href="StandupMD/CLI.html#method-i-should_append-3F">#should_append?</a>
|
274
|
+
—
|
275
|
+
<span class="container">StandupMD::CLI</span>
|
276
|
+
|
277
|
+
<li class="method">
|
278
|
+
<a href="TestHelper.html#method-i-standup">#standup</a>
|
279
|
+
—
|
280
|
+
<span class="container">TestHelper</span>
|
281
|
+
|
282
|
+
<li class="method">
|
283
|
+
<a href="StandupMD/CLI.html#method-i-standup">#standup</a>
|
284
|
+
—
|
285
|
+
<span class="container">StandupMD::CLI</span>
|
286
|
+
|
287
|
+
<li class="method">
|
288
|
+
<a href="StandupMD.html#method-i-sub_header_depth-3D">#sub_header_depth=</a>
|
289
|
+
—
|
290
|
+
<span class="container">StandupMD</span>
|
291
|
+
|
292
|
+
<li class="method">
|
293
|
+
<a href="StandupMD.html#method-i-sub_header_order">#sub_header_order</a>
|
294
|
+
—
|
295
|
+
<span class="container">StandupMD</span>
|
296
|
+
|
297
|
+
<li class="method">
|
298
|
+
<a href="StandupMD.html#method-i-sub_header_order-3D">#sub_header_order=</a>
|
299
|
+
—
|
300
|
+
<span class="container">StandupMD</span>
|
301
|
+
|
302
|
+
<li class="method">
|
303
|
+
<a href="TestStandupMD.html#method-i-teardown">#teardown</a>
|
304
|
+
—
|
305
|
+
<span class="container">TestStandupMD</span>
|
306
|
+
|
307
|
+
<li class="method">
|
308
|
+
<a href="TestStandupMD.html#method-i-test_PREFERENCE_FILE">#test_PREFERENCE_FILE</a>
|
309
|
+
—
|
310
|
+
<span class="container">TestStandupMD</span>
|
311
|
+
|
312
|
+
<li class="method">
|
313
|
+
<a href="TestStandupMD.html#method-i-test_VERSION">#test_VERSION</a>
|
314
|
+
—
|
315
|
+
<span class="container">TestStandupMD</span>
|
316
|
+
|
317
|
+
<li class="method">
|
318
|
+
<a href="TestStandupMD.html#method-i-test_all_previous_entries">#test_all_previous_entries</a>
|
319
|
+
—
|
320
|
+
<span class="container">TestStandupMD</span>
|
321
|
+
|
322
|
+
<li class="method">
|
323
|
+
<a href="TestStandupMD.html#method-i-test_append_previous-3F">#test_append_previous?</a>
|
324
|
+
—
|
325
|
+
<span class="container">TestStandupMD</span>
|
326
|
+
|
327
|
+
<li class="method">
|
328
|
+
<a href="TestStandupMD.html#method-i-test_bullet_character">#test_bullet_character</a>
|
329
|
+
—
|
330
|
+
<span class="container">TestStandupMD</span>
|
331
|
+
|
332
|
+
<li class="method">
|
333
|
+
<a href="TestStandupMD.html#method-i-test_class_load">#test_class_load</a>
|
334
|
+
—
|
335
|
+
<span class="container">TestStandupMD</span>
|
336
|
+
|
337
|
+
<li class="method">
|
338
|
+
<a href="TestStandupMD.html#method-i-test_current_entry">#test_current_entry</a>
|
339
|
+
—
|
340
|
+
<span class="container">TestStandupMD</span>
|
341
|
+
|
342
|
+
<li class="method">
|
343
|
+
<a href="TestStandupMD.html#method-i-test_current_entry_tasks">#test_current_entry_tasks</a>
|
344
|
+
—
|
345
|
+
<span class="container">TestStandupMD</span>
|
346
|
+
|
347
|
+
<li class="method">
|
348
|
+
<a href="TestStandupMD.html#method-i-test_current_header">#test_current_header</a>
|
349
|
+
—
|
350
|
+
<span class="container">TestStandupMD</span>
|
351
|
+
|
352
|
+
<li class="method">
|
353
|
+
<a href="TestStandupMD.html#method-i-test_directory">#test_directory</a>
|
354
|
+
—
|
355
|
+
<span class="container">TestStandupMD</span>
|
356
|
+
|
357
|
+
<li class="method">
|
358
|
+
<a href="TestStandupMD.html#method-i-test_edit-3F">#test_edit?</a>
|
359
|
+
—
|
360
|
+
<span class="container">TestStandupMD</span>
|
361
|
+
|
362
|
+
<li class="method">
|
363
|
+
<a href="TestStandupMD.html#method-i-test_editor">#test_editor</a>
|
364
|
+
—
|
365
|
+
<span class="container">TestStandupMD</span>
|
366
|
+
|
367
|
+
<li class="method">
|
368
|
+
<a href="TestStandupMD.html#method-i-test_entry_previously_added-3F">#test_entry_previously_added?</a>
|
369
|
+
—
|
370
|
+
<span class="container">TestStandupMD</span>
|
371
|
+
|
372
|
+
<li class="method">
|
373
|
+
<a href="TestStandupMD.html#method-i-test_file">#test_file</a>
|
374
|
+
—
|
375
|
+
<span class="container">TestStandupMD</span>
|
376
|
+
|
377
|
+
<li class="method">
|
378
|
+
<a href="TestStandupMD.html#method-i-test_file_name_format">#test_file_name_format</a>
|
379
|
+
—
|
380
|
+
<span class="container">TestStandupMD</span>
|
381
|
+
|
382
|
+
<li class="method">
|
383
|
+
<a href="TestStandupMD.html#method-i-test_file_written-3F">#test_file_written?</a>
|
384
|
+
—
|
385
|
+
<span class="container">TestStandupMD</span>
|
386
|
+
|
387
|
+
<li class="method">
|
388
|
+
<a href="TestStandupMD.html#method-i-test_header_date_format">#test_header_date_format</a>
|
389
|
+
—
|
390
|
+
<span class="container">TestStandupMD</span>
|
391
|
+
|
392
|
+
<li class="method">
|
393
|
+
<a href="TestStandupMD.html#method-i-test_header_depth">#test_header_depth</a>
|
394
|
+
—
|
395
|
+
<span class="container">TestStandupMD</span>
|
396
|
+
|
397
|
+
<li class="method">
|
398
|
+
<a href="TestStandupMD.html#method-i-test_impediments">#test_impediments</a>
|
399
|
+
—
|
400
|
+
<span class="container">TestStandupMD</span>
|
401
|
+
|
402
|
+
<li class="method">
|
403
|
+
<a href="TestStandupMD.html#method-i-test_impediments_header">#test_impediments_header</a>
|
404
|
+
—
|
405
|
+
<span class="container">TestStandupMD</span>
|
406
|
+
|
407
|
+
<li class="method">
|
408
|
+
<a href="TestStandupMD.html#method-i-test_initialize">#test_initialize</a>
|
409
|
+
—
|
410
|
+
<span class="container">TestStandupMD</span>
|
411
|
+
|
412
|
+
<li class="method">
|
413
|
+
<a href="TestStandupMD.html#method-i-test_json-3F">#test_json?</a>
|
414
|
+
—
|
415
|
+
<span class="container">TestStandupMD</span>
|
416
|
+
|
417
|
+
<li class="method">
|
418
|
+
<a href="TestStandupMD.html#method-i-test_load">#test_load</a>
|
419
|
+
—
|
420
|
+
<span class="container">TestStandupMD</span>
|
421
|
+
|
422
|
+
<li class="method">
|
423
|
+
<a href="TestStandupMD.html#method-i-test_notes">#test_notes</a>
|
424
|
+
—
|
425
|
+
<span class="container">TestStandupMD</span>
|
426
|
+
|
427
|
+
<li class="method">
|
428
|
+
<a href="TestStandupMD.html#method-i-test_notes_header">#test_notes_header</a>
|
429
|
+
—
|
430
|
+
<span class="container">TestStandupMD</span>
|
431
|
+
|
432
|
+
<li class="method">
|
433
|
+
<a href="TestStandupMD.html#method-i-test_options">#test_options</a>
|
434
|
+
—
|
435
|
+
<span class="container">TestStandupMD</span>
|
436
|
+
|
437
|
+
<li class="method">
|
438
|
+
<a href="TestStandupMD.html#method-i-test_preferences">#test_preferences</a>
|
439
|
+
—
|
440
|
+
<span class="container">TestStandupMD</span>
|
441
|
+
|
442
|
+
<li class="method">
|
443
|
+
<a href="TestStandupMD.html#method-i-test_previous_entry_tasks">#test_previous_entry_tasks</a>
|
444
|
+
—
|
445
|
+
<span class="container">TestStandupMD</span>
|
446
|
+
|
447
|
+
<li class="method">
|
448
|
+
<a href="TestStandupMD.html#method-i-test_previous_file_when_current_and_previous_month_do_not_exist">#test_previous_file_when_current_and_previous_month_do_not_exist</a>
|
449
|
+
—
|
450
|
+
<span class="container">TestStandupMD</span>
|
451
|
+
|
452
|
+
<li class="method">
|
453
|
+
<a href="TestStandupMD.html#method-i-test_previous_file_when_current_month_file_does_not_exist_but_previous_does">#test_previous_file_when_current_month_file_does_not_exist_but_previous_does</a>
|
454
|
+
—
|
455
|
+
<span class="container">TestStandupMD</span>
|
456
|
+
|
457
|
+
<li class="method">
|
458
|
+
<a href="TestStandupMD.html#method-i-test_previous_file_when_entry_exists_for_today">#test_previous_file_when_entry_exists_for_today</a>
|
459
|
+
—
|
460
|
+
<span class="container">TestStandupMD</span>
|
461
|
+
|
462
|
+
<li class="method">
|
463
|
+
<a href="TestStandupMD.html#method-i-test_previous_header">#test_previous_header</a>
|
464
|
+
—
|
465
|
+
<span class="container">TestStandupMD</span>
|
466
|
+
|
467
|
+
<li class="method">
|
468
|
+
<a href="TestStandupMD.html#method-i-test_print_all_entries-3F">#test_print_all_entries?</a>
|
469
|
+
—
|
470
|
+
<span class="container">TestStandupMD</span>
|
471
|
+
|
472
|
+
<li class="method">
|
473
|
+
<a href="TestStandupMD.html#method-i-test_print_current_empty-3F">#test_print_current_empty?</a>
|
474
|
+
—
|
475
|
+
<span class="container">TestStandupMD</span>
|
476
|
+
|
477
|
+
<li class="method">
|
478
|
+
<a href="TestStandupMD.html#method-i-test_reload">#test_reload</a>
|
479
|
+
—
|
480
|
+
<span class="container">TestStandupMD</span>
|
481
|
+
|
482
|
+
<li class="method">
|
483
|
+
<a href="TestStandupMD.html#method-i-test_self_execute">#test_self_execute</a>
|
484
|
+
—
|
485
|
+
<span class="container">TestStandupMD</span>
|
486
|
+
|
487
|
+
<li class="method">
|
488
|
+
<a href="TestStandupMD.html#method-i-test_setting_attributes_via_block">#test_setting_attributes_via_block</a>
|
489
|
+
—
|
490
|
+
<span class="container">TestStandupMD</span>
|
491
|
+
|
492
|
+
<li class="method">
|
493
|
+
<a href="TestStandupMD.html#method-i-test_standup">#test_standup</a>
|
494
|
+
—
|
495
|
+
<span class="container">TestStandupMD</span>
|
496
|
+
|
497
|
+
<li class="method">
|
498
|
+
<a href="TestStandupMD.html#method-i-test_sub_header_depth">#test_sub_header_depth</a>
|
499
|
+
—
|
500
|
+
<span class="container">TestStandupMD</span>
|
501
|
+
|
502
|
+
<li class="method">
|
503
|
+
<a href="TestStandupMD.html#method-i-test_sub_header_order">#test_sub_header_order</a>
|
504
|
+
—
|
505
|
+
<span class="container">TestStandupMD</span>
|
506
|
+
|
507
|
+
<li class="method">
|
508
|
+
<a href="TestStandupMD.html#method-i-test_verbose-3F">#test_verbose?</a>
|
509
|
+
—
|
510
|
+
<span class="container">TestStandupMD</span>
|
511
|
+
|
512
|
+
<li class="method">
|
513
|
+
<a href="TestStandupMD.html#method-i-test_write">#test_write</a>
|
514
|
+
—
|
515
|
+
<span class="container">TestStandupMD</span>
|
516
|
+
|
517
|
+
<li class="method">
|
518
|
+
<a href="TestStandupMD.html#method-i-test_write-3F">#test_write?</a>
|
519
|
+
—
|
520
|
+
<span class="container">TestStandupMD</span>
|
521
|
+
|
522
|
+
<li class="method">
|
523
|
+
<a href="StandupMD/CLI.html#method-i-verbose-3F">#verbose?</a>
|
524
|
+
—
|
525
|
+
<span class="container">StandupMD::CLI</span>
|
526
|
+
|
527
|
+
<li class="method">
|
528
|
+
<a href="StandupMD.html#method-i-write">#write</a>
|
529
|
+
—
|
530
|
+
<span class="container">StandupMD</span>
|
531
|
+
|
532
|
+
<li class="method">
|
533
|
+
<a href="StandupMD/CLI.html#method-i-write-3F">#write?</a>
|
534
|
+
—
|
535
|
+
<span class="container">StandupMD::CLI</span>
|
536
|
+
|
537
|
+
<li class="method">
|
538
|
+
<a href="StandupMD/CLI.html#method-i-write_file">#write_file</a>
|
539
|
+
—
|
540
|
+
<span class="container">StandupMD::CLI</span>
|
541
|
+
|
542
|
+
</ul>
|
543
|
+
</main>
|
544
|
+
|
545
|
+
|
546
|
+
<footer id="validator-badges" role="contentinfo">
|
547
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
548
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
|
549
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
550
|
+
</footer>
|
551
|
+
|