cw 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +26 -3
  3. data/.yardoc/checksums +2 -2
  4. data/.yardoc/object_types +0 -0
  5. data/.yardoc/objects/root.dat +0 -0
  6. data/audio/dash.wav +0 -0
  7. data/audio/dot.wav +0 -0
  8. data/audio/e_space.wav +0 -0
  9. data/audio/space.wav +0 -0
  10. data/cw.gemspec +1 -1
  11. data/doc/Alphabet.html +1 -1
  12. data/doc/AudioPlayer.html +1 -1
  13. data/doc/Book.html +1 -1
  14. data/doc/BookDetails.html +1 -1
  15. data/doc/CW.html +299 -125
  16. data/doc/CWThreads.html +1 -1
  17. data/doc/Cl.html +1 -1
  18. data/doc/CurrentWord.html +1 -1
  19. data/doc/CwDsl.html +1 -1
  20. data/doc/CwEncoding.html +1 -1
  21. data/doc/FileDetails.html +1 -1
  22. data/doc/KeyInput.html +1 -1
  23. data/doc/MonitorKeys.html +1 -1
  24. data/doc/Numbers.html +1 -1
  25. data/doc/Params.html +1 -1
  26. data/doc/Print.html +1 -1
  27. data/doc/Print/ProgressPrint.html +1 -1
  28. data/doc/Process.html +1 -1
  29. data/doc/Progress.html +1 -1
  30. data/doc/Randomize.html +1 -1
  31. data/doc/RepeatWord.html +1 -1
  32. data/doc/Rss.html +28 -26
  33. data/doc/Sentence.html +1 -1
  34. data/doc/Spoken.html +1 -1
  35. data/doc/Str.html +1 -1
  36. data/doc/Stream.html +1 -1
  37. data/doc/TestLetters.html +1 -1
  38. data/doc/TestWords.html +1 -1
  39. data/doc/Tester.html +1 -1
  40. data/doc/Timing.html +1 -1
  41. data/doc/ToneGenerator.html +1 -1
  42. data/doc/Voice.html +1 -1
  43. data/doc/Words.html +1 -1
  44. data/doc/_index.html +1 -1
  45. data/doc/file.README.html +14 -5
  46. data/doc/index.html +14 -5
  47. data/doc/method_list.html +289 -295
  48. data/doc/monitor.html +1 -1
  49. data/doc/top-level-namespace.html +1 -1
  50. data/lib/cw.rb +38 -13
  51. data/lib/cw/cw_dsl.rb +2 -0
  52. data/lib/cw/rss.rb +7 -6
  53. data/lib/cw/str.rb +18 -17
  54. data/test/test_cw.rb +5 -3
  55. metadata +2 -1
data/doc/CWThreads.html CHANGED
@@ -505,7 +505,7 @@
505
505
  </div>
506
506
 
507
507
  <div id="footer">
508
- Generated on Mon May 23 21:20:17 2016 by
508
+ Generated on Wed May 25 15:00:25 2016 by
509
509
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
510
510
  0.8.7.6 (ruby-2.2.0).
511
511
  </div>
data/doc/Cl.html CHANGED
@@ -1116,7 +1116,7 @@
1116
1116
  </div>
1117
1117
 
1118
1118
  <div id="footer">
1119
- Generated on Mon May 23 21:20:16 2016 by
1119
+ Generated on Wed May 25 15:00:24 2016 by
1120
1120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1121
1121
  0.8.7.6 (ruby-2.2.0).
1122
1122
  </div>
data/doc/CurrentWord.html CHANGED
@@ -627,7 +627,7 @@
627
627
  </div>
628
628
 
629
629
  <div id="footer">
630
- Generated on Mon May 23 21:20:16 2016 by
630
+ Generated on Wed May 25 15:00:25 2016 by
631
631
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
632
632
  0.8.7.6 (ruby-2.2.0).
633
633
  </div>
data/doc/CwDsl.html CHANGED
@@ -1862,7 +1862,7 @@ end</code></pre>
1862
1862
  </div>
1863
1863
 
1864
1864
  <div id="footer">
1865
- Generated on Mon May 23 21:20:16 2016 by
1865
+ Generated on Wed May 25 15:00:25 2016 by
1866
1866
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1867
1867
  0.8.7.6 (ruby-2.2.0).
1868
1868
  </div>
data/doc/CwEncoding.html CHANGED
@@ -320,7 +320,7 @@
320
320
  </div>
321
321
 
322
322
  <div id="footer">
323
- Generated on Mon May 23 21:20:17 2016 by
323
+ Generated on Wed May 25 15:00:25 2016 by
324
324
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
325
325
  0.8.7.6 (ruby-2.2.0).
326
326
  </div>
data/doc/FileDetails.html CHANGED
@@ -227,7 +227,7 @@
227
227
  </div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Mon May 23 21:20:17 2016 by
230
+ Generated on Wed May 25 15:00:25 2016 by
231
231
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.8.7.6 (ruby-2.2.0).
233
233
  </div>
data/doc/KeyInput.html CHANGED
@@ -749,7 +749,7 @@
749
749
  </div>
750
750
 
751
751
  <div id="footer">
752
- Generated on Mon May 23 21:20:17 2016 by
752
+ Generated on Wed May 25 15:00:25 2016 by
753
753
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
754
754
  0.8.7.6 (ruby-2.2.0).
755
755
  </div>
data/doc/MonitorKeys.html CHANGED
@@ -473,7 +473,7 @@
473
473
  </div>
474
474
 
475
475
  <div id="footer">
476
- Generated on Mon May 23 21:20:17 2016 by
476
+ Generated on Wed May 25 15:00:26 2016 by
477
477
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
478
478
  0.8.7.6 (ruby-2.2.0).
479
479
  </div>
data/doc/Numbers.html CHANGED
@@ -424,7 +424,7 @@
424
424
  </div>
425
425
 
426
426
  <div id="footer">
427
- Generated on Mon May 23 21:20:17 2016 by
427
+ Generated on Wed May 25 15:00:25 2016 by
428
428
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
429
429
  0.8.7.6 (ruby-2.2.0).
430
430
  </div>
data/doc/Params.html CHANGED
@@ -343,7 +343,7 @@
343
343
  </div>
344
344
 
345
345
  <div id="footer">
346
- Generated on Mon May 23 21:20:15 2016 by
346
+ Generated on Wed May 25 15:00:24 2016 by
347
347
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
348
348
  0.8.7.6 (ruby-2.2.0).
349
349
  </div>
data/doc/Print.html CHANGED
@@ -1121,7 +1121,7 @@
1121
1121
  </div>
1122
1122
 
1123
1123
  <div id="footer">
1124
- Generated on Mon May 23 21:20:16 2016 by
1124
+ Generated on Wed May 25 15:00:25 2016 by
1125
1125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1126
1126
  0.8.7.6 (ruby-2.2.0).
1127
1127
  </div>
@@ -410,7 +410,7 @@
410
410
  </div>
411
411
 
412
412
  <div id="footer">
413
- Generated on Mon May 23 21:20:16 2016 by
413
+ Generated on Wed May 25 15:00:25 2016 by
414
414
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
415
415
  0.8.7.6 (ruby-2.2.0).
416
416
  </div>
data/doc/Process.html CHANGED
@@ -193,7 +193,7 @@
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Mon May 23 21:20:15 2016 by
196
+ Generated on Wed May 25 15:00:24 2016 by
197
197
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
198
  0.8.7.6 (ruby-2.2.0).
199
199
  </div>
data/doc/Progress.html CHANGED
@@ -328,7 +328,7 @@
328
328
  </div>
329
329
 
330
330
  <div id="footer">
331
- Generated on Mon May 23 21:20:17 2016 by
331
+ Generated on Wed May 25 15:00:25 2016 by
332
332
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
333
333
  0.8.7.6 (ruby-2.2.0).
334
334
  </div>
data/doc/Randomize.html CHANGED
@@ -950,7 +950,7 @@
950
950
  </div>
951
951
 
952
952
  <div id="footer">
953
- Generated on Mon May 23 21:20:17 2016 by
953
+ Generated on Wed May 25 15:00:25 2016 by
954
954
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
955
955
  0.8.7.6 (ruby-2.2.0).
956
956
  </div>
data/doc/RepeatWord.html CHANGED
@@ -807,7 +807,7 @@
807
807
  </div>
808
808
 
809
809
  <div id="footer">
810
- Generated on Mon May 23 21:20:17 2016 by
810
+ Generated on Wed May 25 15:00:25 2016 by
811
811
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
812
812
  0.8.7.6 (ruby-2.2.0).
813
813
  </div>
data/doc/Rss.html CHANGED
@@ -238,7 +238,7 @@
238
238
  <li class="public ">
239
239
  <span class="summary_signature">
240
240
 
241
- <a href="#read_rss-instance_method" title="#read_rss (instance method)">- (Object) <strong>read_rss</strong>(src, show_count = 3) </a>
241
+ <a href="#read_rss-instance_method" title="#read_rss (instance method)">- (Object) <strong>read_rss</strong>(src, article_count = 3) </a>
242
242
 
243
243
 
244
244
 
@@ -325,12 +325,12 @@
325
325
  <pre class="lines">
326
326
 
327
327
 
328
- 47
329
328
  48
330
- 49</pre>
329
+ 49
330
+ 50</pre>
331
331
  </td>
332
332
  <td>
333
- <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 47</span>
333
+ <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 48</span>
334
334
 
335
335
  <span class='kw'>def</span> <span class='id identifier rubyid_article_index'>article_index</span>
336
336
  <span class='ivar'>@article_index</span> <span class='op'>||</span> <span class='ivar'>@article_index</span> <span class='op'>=</span> <span class='int'>0</span>
@@ -355,12 +355,12 @@
355
355
  <pre class="lines">
356
356
 
357
357
 
358
- 51
359
358
  52
360
- 53</pre>
359
+ 53
360
+ 54</pre>
361
361
  </td>
362
362
  <td>
363
- <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 51</span>
363
+ <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 52</span>
364
364
 
365
365
  <span class='kw'>def</span> <span class='id identifier rubyid_cw_chars'>cw_chars</span> <span class='id identifier rubyid_chr'>chr</span>
366
366
  <span class='id identifier rubyid_chr'>chr</span><span class='period'>.</span><span class='id identifier rubyid_tr'>tr</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>^a-z0-9\.\,+</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
@@ -385,16 +385,16 @@
385
385
  <pre class="lines">
386
386
 
387
387
 
388
- 55
389
388
  56
390
389
  57
391
390
  58
392
391
  59
393
392
  60
394
- 61</pre>
393
+ 61
394
+ 62</pre>
395
395
  </td>
396
396
  <td>
397
- <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 55</span>
397
+ <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 56</span>
398
398
 
399
399
  <span class='kw'>def</span> <span class='id identifier rubyid_exclude_non_cw_chars'>exclude_non_cw_chars</span> <span class='id identifier rubyid_word'>word</span>
400
400
  <span class='id identifier rubyid_temp'>temp</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_end'>&#39;</span></span>
@@ -423,12 +423,12 @@
423
423
  <pre class="lines">
424
424
 
425
425
 
426
- 43
427
426
  44
428
- 45</pre>
427
+ 45
428
+ 46</pre>
429
429
  </td>
430
430
  <td>
431
- <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 43</span>
431
+ <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 44</span>
432
432
 
433
433
  <span class='kw'>def</span> <span class='id identifier rubyid_inc_article_index'>inc_article_index</span>
434
434
  <span class='ivar'>@article_index</span> <span class='op'>+=</span> <span class='int'>1</span>
@@ -453,17 +453,17 @@
453
453
  <pre class="lines">
454
454
 
455
455
 
456
- 63
457
456
  64
458
457
  65
459
458
  66
460
459
  67
461
460
  68
462
461
  69
463
- 70</pre>
462
+ 70
463
+ 71</pre>
464
464
  </td>
465
465
  <td>
466
- <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 63</span>
466
+ <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 64</span>
467
467
 
468
468
  <span class='kw'>def</span> <span class='id identifier rubyid_next_article'>next_article</span>
469
469
  <span class='id identifier rubyid_temp'>temp</span> <span class='op'>=</span> <span class='ivar'>@rss_articles</span><span class='lbracket'>[</span><span class='id identifier rubyid_article_index'>article_index</span><span class='rbracket'>]</span>
@@ -481,7 +481,7 @@
481
481
  <div class="method_details ">
482
482
  <h3 class="signature " id="read_rss-instance_method">
483
483
 
484
- - (<tt>Object</tt>) <strong>read_rss</strong>(src, show_count = 3)
484
+ - (<tt>Object</tt>) <strong>read_rss</strong>(src, article_count = 3)
485
485
 
486
486
 
487
487
 
@@ -514,21 +514,23 @@
514
514
  38
515
515
  39
516
516
  40
517
- 41</pre>
517
+ 41
518
+ 42</pre>
518
519
  </td>
519
520
  <td>
520
521
  <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 20</span>
521
522
 
522
- <span class='kw'>def</span> <span class='id identifier rubyid_read_rss'>read_rss</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_show_count'>show_count</span> <span class='op'>=</span> <span class='int'>3</span><span class='rparen'>)</span>
523
+ <span class='kw'>def</span> <span class='id identifier rubyid_read_rss'>read_rss</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_article_count'>article_count</span> <span class='op'>=</span> <span class='int'>3</span><span class='rparen'>)</span>
523
524
  <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>feedjira</span><span class='tstring_end'>&#39;</span></span>
524
525
  <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>htmlentities</span><span class='tstring_end'>&quot;</span></span>
525
526
  <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>sanitize</span><span class='tstring_end'>&#39;</span></span>
526
527
  <span class='id identifier rubyid_coder'>coder</span> <span class='op'>=</span> <span class='const'>HTMLEntities</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
527
528
  <span class='id identifier rubyid_url'>url</span> <span class='op'>=</span> <span class='id identifier rubyid_source'>source</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='rparen'>)</span>
528
- <span class='id identifier rubyid_feed'>feed</span> <span class='op'>=</span> <span class='const'>Feedjira</span><span class='op'>::</span><span class='const'>Feed</span><span class='period'>.</span><span class='id identifier rubyid_fetch_and_parse'>fetch_and_parse</span> <span class='id identifier rubyid_url'>url</span> <span class='comment'># returns a Hash, with each url having a Feedjira::Feed object
529
- </span> <span class='id identifier rubyid_entry_count'>entry_count</span> <span class='op'>=</span> <span class='int'>0</span>
529
+ <span class='comment'># return a Hash - each url having a Feedjira::Feed object
530
+ </span> <span class='id identifier rubyid_feed'>feed</span> <span class='op'>=</span> <span class='const'>Feedjira</span><span class='op'>::</span><span class='const'>Feed</span><span class='period'>.</span><span class='id identifier rubyid_fetch_and_parse'>fetch_and_parse</span> <span class='id identifier rubyid_url'>url</span>
531
+ <span class='id identifier rubyid_entry_count'>entry_count</span> <span class='op'>=</span> <span class='int'>0</span>
530
532
  <span class='ivar'>@rss_articles</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
531
- <span class='id identifier rubyid_entry'>entry</span> <span class='op'>=</span> <span class='id identifier rubyid_feed'>feed</span><span class='period'>.</span><span class='id identifier rubyid_entries'>entries</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_entry'>entry</span><span class='op'>|</span>
533
+ <span class='id identifier rubyid_feed'>feed</span><span class='period'>.</span><span class='id identifier rubyid_entries'>entries</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_entry'>entry</span><span class='op'>|</span>
532
534
  <span class='id identifier rubyid_title'>title</span> <span class='op'>=</span> <span class='id identifier rubyid_entry'>entry</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span>
533
535
  <span class='kw'>unless</span><span class='lparen'>(</span><span class='id identifier rubyid_title'>title</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>VIDEO:</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='op'>||</span>
534
536
  <span class='id identifier rubyid_title'>title</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>In pictures:</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='op'>||</span>
@@ -537,7 +539,7 @@
537
539
  <span class='id identifier rubyid_entry_count'>entry_count</span> <span class='op'>+=</span> <span class='int'>1</span>
538
540
  <span class='kw'>end</span>
539
541
  <span class='ivar'>@rss_articles</span> <span class='op'>&lt;&lt;</span> <span class='lparen'>(</span><span class='const'>Sanitize</span><span class='period'>.</span><span class='id identifier rubyid_clean'>clean</span> <span class='id identifier rubyid_coder'>coder</span><span class='period'>.</span><span class='id identifier rubyid_decode'>decode</span> <span class='id identifier rubyid_words'>words</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>,</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
540
- <span class='kw'>break</span> <span class='kw'>if</span> <span class='id identifier rubyid_entry_count'>entry_count</span> <span class='op'>&gt;=</span> <span class='id identifier rubyid_show_count'>show_count</span>
542
+ <span class='kw'>break</span> <span class='kw'>if</span> <span class='id identifier rubyid_entry_count'>entry_count</span> <span class='op'>&gt;=</span> <span class='id identifier rubyid_article_count'>article_count</span>
541
543
  <span class='kw'>end</span>
542
544
  <span class='ivar'>@rss_flag</span> <span class='op'>=</span> <span class='kw'>true</span>
543
545
  <span class='kw'>end</span></pre>
@@ -569,7 +571,7 @@
569
571
  <pre class="code"><span class="info file"># File 'lib/cw/rss.rb', line 16</span>
570
572
 
571
573
  <span class='kw'>def</span> <span class='id identifier rubyid_source'>source</span> <span class='id identifier rubyid_src'>src</span>
572
- <span class='id identifier rubyid_sources'>sources</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='rparen'>)</span> <span class='op'>?</span> <span class='id identifier rubyid_sources'>sources</span><span class='lbracket'>[</span><span class='id identifier rubyid_src'>src</span><span class='rbracket'>]</span> <span class='op'>:</span> <span class='id identifier rubyid_sources'>sources</span><span class='lbracket'>[</span><span class='symbol'>:quotations</span><span class='rbracket'>]</span>
574
+ <span class='id identifier rubyid_sources'>sources</span><span class='period'>.</span><span class='id identifier rubyid_has_key?'>has_key?</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='rparen'>)</span> <span class='op'>?</span> <span class='id identifier rubyid_sources'>sources</span><span class='lbracket'>[</span><span class='id identifier rubyid_src'>src</span><span class='rbracket'>]</span> <span class='op'>:</span> <span class='id identifier rubyid_sources'>sources</span><span class='lbracket'>[</span><span class='symbol'>:quotation</span><span class='rbracket'>]</span>
573
575
  <span class='kw'>end</span></pre>
574
576
  </td>
575
577
  </tr>
@@ -608,7 +610,7 @@
608
610
  <span class='label'>bbc:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>http://feeds.bbci.co.uk/news/rss.xml</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span>
609
611
  <span class='label'>reuters:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>http://feeds.reuters.com/Reuters/worldNews?format=xml</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span>
610
612
  <span class='label'>guardian:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>http://www.theguardian.com/world/rss</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span>
611
- <span class='label'>quotations:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>http://feeds.feedburner.com/quotationspage/qotd</span><span class='tstring_end'>&#39;</span></span>
613
+ <span class='label'>quotation:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>http://feeds.feedburner.com/quotationspage/qotd</span><span class='tstring_end'>&#39;</span></span>
612
614
  <span class='rbrace'>}</span>
613
615
  <span class='kw'>end</span></pre>
614
616
  </td>
@@ -621,7 +623,7 @@
621
623
  </div>
622
624
 
623
625
  <div id="footer">
624
- Generated on Mon May 23 21:20:16 2016 by
626
+ Generated on Wed May 25 15:00:24 2016 by
625
627
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
626
628
  0.8.7.6 (ruby-2.2.0).
627
629
  </div>
data/doc/Sentence.html CHANGED
@@ -1448,7 +1448,7 @@
1448
1448
  </div>
1449
1449
 
1450
1450
  <div id="footer">
1451
- Generated on Mon May 23 21:20:17 2016 by
1451
+ Generated on Wed May 25 15:00:25 2016 by
1452
1452
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1453
1453
  0.8.7.6 (ruby-2.2.0).
1454
1454
  </div>
data/doc/Spoken.html CHANGED
@@ -206,7 +206,7 @@
206
206
  </div>
207
207
 
208
208
  <div id="footer">
209
- Generated on Mon May 23 21:20:16 2016 by
209
+ Generated on Wed May 25 15:00:24 2016 by
210
210
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
211
211
  0.8.7.6 (ruby-2.2.0).
212
212
  </div>
data/doc/Str.html CHANGED
@@ -762,7 +762,7 @@
762
762
  </div>
763
763
 
764
764
  <div id="footer">
765
- Generated on Mon May 23 21:20:16 2016 by
765
+ Generated on Wed May 25 15:00:24 2016 by
766
766
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
767
767
  0.8.7.6 (ruby-2.2.0).
768
768
  </div>
data/doc/Stream.html CHANGED
@@ -1392,7 +1392,7 @@ end</code></pre>
1392
1392
  </div>
1393
1393
 
1394
1394
  <div id="footer">
1395
- Generated on Mon May 23 21:20:17 2016 by
1395
+ Generated on Wed May 25 15:00:25 2016 by
1396
1396
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1397
1397
  0.8.7.6 (ruby-2.2.0).
1398
1398
  </div>
data/doc/TestLetters.html CHANGED
@@ -577,7 +577,7 @@
577
577
  </div>
578
578
 
579
579
  <div id="footer">
580
- Generated on Mon May 23 21:20:17 2016 by
580
+ Generated on Wed May 25 15:00:26 2016 by
581
581
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
582
582
  0.8.7.6 (ruby-2.2.0).
583
583
  </div>
data/doc/TestWords.html CHANGED
@@ -637,7 +637,7 @@
637
637
  </div>
638
638
 
639
639
  <div id="footer">
640
- Generated on Mon May 23 21:20:17 2016 by
640
+ Generated on Wed May 25 15:00:25 2016 by
641
641
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
642
642
  0.8.7.6 (ruby-2.2.0).
643
643
  </div>
data/doc/Tester.html CHANGED
@@ -3055,7 +3055,7 @@
3055
3055
  </div>
3056
3056
 
3057
3057
  <div id="footer">
3058
- Generated on Mon May 23 21:20:15 2016 by
3058
+ Generated on Wed May 25 15:00:24 2016 by
3059
3059
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3060
3060
  0.8.7.6 (ruby-2.2.0).
3061
3061
  </div>
data/doc/Timing.html CHANGED
@@ -1235,7 +1235,7 @@
1235
1235
  </div>
1236
1236
 
1237
1237
  <div id="footer">
1238
- Generated on Mon May 23 21:20:17 2016 by
1238
+ Generated on Wed May 25 15:00:25 2016 by
1239
1239
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1240
1240
  0.8.7.6 (ruby-2.2.0).
1241
1241
  </div>
@@ -2102,7 +2102,7 @@
2102
2102
  </div>
2103
2103
 
2104
2104
  <div id="footer">
2105
- Generated on Mon May 23 21:20:17 2016 by
2105
+ Generated on Wed May 25 15:00:26 2016 by
2106
2106
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2107
2107
  0.8.7.6 (ruby-2.2.0).
2108
2108
  </div>
data/doc/Voice.html CHANGED
@@ -264,7 +264,7 @@
264
264
  </div>
265
265
 
266
266
  <div id="footer">
267
- Generated on Mon May 23 21:20:16 2016 by
267
+ Generated on Wed May 25 15:00:25 2016 by
268
268
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
269
269
  0.8.7.6 (ruby-2.2.0).
270
270
  </div>
data/doc/Words.html CHANGED
@@ -1741,7 +1741,7 @@
1741
1741
  </div>
1742
1742
 
1743
1743
  <div id="footer">
1744
- Generated on Mon May 23 21:20:16 2016 by
1744
+ Generated on Wed May 25 15:00:25 2016 by
1745
1745
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1746
1746
  0.8.7.6 (ruby-2.2.0).
1747
1747
  </div>
data/doc/_index.html CHANGED
@@ -367,7 +367,7 @@
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Mon May 23 21:20:15 2016 by
370
+ Generated on Wed May 25 15:00:23 2016 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
372
  0.8.7.6 (ruby-2.2.0).
373
373
  </div>