lazier 3.3.9 → 3.3.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f24ce4db817e672219219e6a62ed2bae0d94e53
4
- data.tar.gz: 1ba0af1df857774b3f644075ac97d583e717d85d
3
+ metadata.gz: 823adba65d6ca77ff56038eb88fb3ca5b565aba6
4
+ data.tar.gz: 18bfaceeddb8567e7a25e9e2367ca124abc340bd
5
5
  SHA512:
6
- metadata.gz: 5a119612d2269dd9ca6e2879da0b3703ca347a21d10f0667dd2dc99cbe2a10081bb6b22b97f1f27aed2b1da1777b517b23a9cd56c0386cf0aa755fe8515fe2c5
7
- data.tar.gz: c81812a207857564c9939f9891c722a9a6f077cc98d88c69dc7ac2c7a8e7f9cc5fe1d27ea0e349d5203a9f8d5cf8e6e79551d5fd93ad59c919107a34f9ecaff5
6
+ metadata.gz: 2a549517a8f261b2ff952b331552e961e1e04fe1e5712ed29867dd4e88bc2bf0bee08a93ea368b56097b18841c46c77ec32f70fa31a5544340bc1db2481c24a6
7
+ data.tar.gz: b15c32d9610989975d54b864f460961a539ae75b92b56d6db76507517788d5135f8c66308f6b63d64311aba1f36efe3e24b5129dc311d0451461880a3f8fde3d
@@ -0,0 +1,4 @@
1
+ ### 3.3.10 / 2013-12-02
2
+
3
+ * Fixed boolean conversion.
4
+ * Do not load hash method access by default.
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![Build Status](https://secure.travis-ci.org/ShogunPanda/lazier.png?branch=master)](http://travis-ci.org/ShogunPanda/lazier)
6
6
  [![Code Climate](https://codeclimate.com/github/ShogunPanda/lazier.png)](https://codeclimate.com/github/ShogunPanda/lazier)
7
7
  [![Coverage Status](https://coveralls.io/repos/ShogunPanda/lazier/badge.png)](https://coveralls.io/r/ShogunPanda/lazier)
8
+ [![Bitdeli Trend](https://d2weczhvl823v0.cloudfront.net/ShogunPanda/lazier/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
8
9
 
9
10
  Several Ruby object enhancements.
10
11
 
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -259,6 +259,29 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
259
259
  <span class="summary_desc"><div class='inline'><p>Loads Hash extensions.</p>
260
260
  </div></span>
261
261
 
262
+ </li>
263
+
264
+
265
+ <li class="public ">
266
+ <span class="summary_signature">
267
+
268
+ <a href="#load_hash_method_access-class_method" title="load_hash_method_access (class method)">+ (Object) <strong>load_hash_method_access</strong> </a>
269
+
270
+
271
+
272
+ </span>
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+ <span class="summary_desc"><div class='inline'><p>Loads Hash method access extensions.</p>
283
+ </div></span>
284
+
262
285
  </li>
263
286
 
264
287
 
@@ -481,13 +504,13 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
481
504
  <pre class="lines">
482
505
 
483
506
 
484
- 138
485
- 139
486
- 140
487
- 141</pre>
507
+ 143
508
+ 144
509
+ 145
510
+ 146</pre>
488
511
  </td>
489
512
  <td>
490
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 138</span>
513
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 143</span>
491
514
 
492
515
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_benchmark'>benchmark</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_precision'>precision</span> <span class='op'>=</span> <span class='int'>0</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
493
516
  <span class='id identifier rubyid_rv'>rv</span> <span class='op'>=</span> <span class='const'>Benchmark</span><span class='period'>.</span><span class='id identifier rubyid_ms'>ms</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
@@ -593,11 +616,6 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
593
616
  <pre class="lines">
594
617
 
595
618
 
596
- 114
597
- 115
598
- 116
599
- 117
600
- 118
601
619
  119
602
620
  120
603
621
  121
@@ -609,10 +627,15 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
609
627
  127
610
628
  128
611
629
  129
612
- 130</pre>
630
+ 130
631
+ 131
632
+ 132
633
+ 133
634
+ 134
635
+ 135</pre>
613
636
  </td>
614
637
  <td>
615
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 114</span>
638
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 119</span>
616
639
 
617
640
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_find_class'>find_class</span><span class='lparen'>(</span><span class='id identifier rubyid_cls'>cls</span><span class='comma'>,</span> <span class='id identifier rubyid_scope'>scope</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>::%CLASS%</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_only_in_scope'>only_in_scope</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
618
641
  <span class='kw'>if</span> <span class='id identifier rubyid_cls'>cls</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_cls'>cls</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span> <span class='kw'>then</span>
@@ -672,6 +695,7 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
672
695
  @option boolean Extensions for boolean values.
673
696
  @option string Extensions for strings.
674
697
  @option hash Extensions for hashs.
698
+ @option hash_method_access Extensions for hash to allow method access. Not included by default.
675
699
  @option datetime Extensions date and time objects.
676
700
  @option math Extensions for Math module.
677
701
  @option pathname Extensions for path objects.</p>
@@ -705,17 +729,21 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
705
729
  <pre class="lines">
706
730
 
707
731
 
708
- 48
709
732
  49
710
733
  50
711
734
  51
712
- 52</pre>
735
+ 52
736
+ 53
737
+ 54
738
+ 55</pre>
713
739
  </td>
714
740
  <td>
715
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 48</span>
741
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 49</span>
716
742
 
717
743
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load!'>load!</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_what'>what</span><span class='rparen'>)</span>
718
- <span class='lparen'>(</span><span class='id identifier rubyid_what'>what</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span> <span class='op'>?</span> <span class='id identifier rubyid_what'>what</span> <span class='op'>:</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>object</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>boolean</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>string</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>hash</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>datetime</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>math</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>pathname</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_w'>w</span><span class='op'>|</span> <span class='op'>::</span><span class='const'>Lazier</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>load_</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_w'>w</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='rbrace'>}</span>
744
+ <span class='id identifier rubyid_modules'>modules</span> <span class='op'>=</span> <span class='id identifier rubyid_what'>what</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span> <span class='op'>?</span> <span class='id identifier rubyid_what'>what</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span><span class='period'>.</span><span class='id identifier rubyid_compact'>compact</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:to_s</span><span class='rparen'>)</span> <span class='op'>:</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>object</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>boolean</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>string</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>hash</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>datetime</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>math</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>pathname</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span>
745
+ <span class='id identifier rubyid_modules'>modules</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_w'>w</span><span class='op'>|</span> <span class='op'>::</span><span class='const'>Lazier</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>load_</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_w'>w</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='rbrace'>}</span>
746
+
719
747
  <span class='kw'>yield</span> <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
720
748
  <span class='op'>::</span><span class='const'>Lazier</span><span class='op'>::</span><span class='const'>Settings</span><span class='period'>.</span><span class='id identifier rubyid_instance'>instance</span>
721
749
  <span class='kw'>end</span></pre>
@@ -749,9 +777,6 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
749
777
  <pre class="lines">
750
778
 
751
779
 
752
- 60
753
- 61
754
- 62
755
780
  63
756
781
  64
757
782
  65
@@ -759,10 +784,13 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
759
784
  67
760
785
  68
761
786
  69
762
- 70</pre>
787
+ 70
788
+ 71
789
+ 72
790
+ 73</pre>
763
791
  </td>
764
792
  <td>
765
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 60</span>
793
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 63</span>
766
794
 
767
795
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_boolean'>load_boolean</span>
768
796
  <span class='op'>::</span><span class='const'>TrueClass</span><span class='period'>.</span><span class='id identifier rubyid_class_eval'>class_eval</span> <span class='kw'>do</span>
@@ -805,18 +833,18 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
805
833
  <pre class="lines">
806
834
 
807
835
 
808
- 86
809
- 87
810
- 88
811
- 89
812
- 90
813
836
  91
814
837
  92
815
838
  93
816
- 94</pre>
839
+ 94
840
+ 95
841
+ 96
842
+ 97
843
+ 98
844
+ 99</pre>
817
845
  </td>
818
846
  <td>
819
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 86</span>
847
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 91</span>
820
848
 
821
849
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_datetime'>load_datetime</span>
822
850
  <span class='const'>Lazier</span><span class='period'>.</span><span class='id identifier rubyid_load_object'>load_object</span>
@@ -857,21 +885,55 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
857
885
  <pre class="lines">
858
886
 
859
887
 
860
- 78
861
- 79
862
- 80
863
888
  81
864
889
  82
865
890
  83</pre>
866
891
  </td>
867
892
  <td>
868
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 78</span>
893
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 81</span>
869
894
 
870
895
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_hash'>load_hash</span>
871
- <span class='op'>::</span><span class='const'>Hash</span><span class='period'>.</span><span class='id identifier rubyid_class_eval'>class_eval</span> <span class='kw'>do</span>
872
- <span class='id identifier rubyid_include'>include</span> <span class='const'>Hashie</span><span class='op'>::</span><span class='const'>Extensions</span><span class='op'>::</span><span class='const'>MethodAccess</span>
873
- <span class='id identifier rubyid_include'>include</span> <span class='op'>::</span><span class='const'>Lazier</span><span class='op'>::</span><span class='const'>Hash</span>
874
- <span class='kw'>end</span>
896
+ <span class='op'>::</span><span class='const'>Hash</span><span class='period'>.</span><span class='id identifier rubyid_class_eval'>class_eval</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_include'>include</span> <span class='op'>::</span><span class='const'>Lazier</span><span class='op'>::</span><span class='const'>Hash</span> <span class='rbrace'>}</span>
897
+ <span class='kw'>end</span></pre>
898
+ </td>
899
+ </tr>
900
+ </table>
901
+ </div>
902
+
903
+ <div class="method_details ">
904
+ <h3 class="signature " id="load_hash_method_access-class_method">
905
+
906
+ + (<tt><span class='object_link'><a href="Lazier/Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>load_hash_method_access</strong>
907
+
908
+
909
+
910
+
911
+
912
+ </h3><div class="docstring">
913
+ <div class="discussion">
914
+ <p>Loads Hash method access extensions.</p>
915
+
916
+
917
+ </div>
918
+ </div>
919
+ <div class="tags">
920
+
921
+
922
+ </div><table class="source_code">
923
+ <tr>
924
+ <td>
925
+ <pre class="lines">
926
+
927
+
928
+ 86
929
+ 87
930
+ 88</pre>
931
+ </td>
932
+ <td>
933
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 86</span>
934
+
935
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_hash_method_access'>load_hash_method_access</span>
936
+ <span class='op'>::</span><span class='const'>Hash</span><span class='period'>.</span><span class='id identifier rubyid_class_eval'>class_eval</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_include'>include</span> <span class='const'>Hashie</span><span class='op'>::</span><span class='const'>Extensions</span><span class='op'>::</span><span class='const'>MethodAccess</span> <span class='rbrace'>}</span>
875
937
  <span class='kw'>end</span></pre>
876
938
  </td>
877
939
  </tr>
@@ -903,13 +965,13 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
903
965
  <pre class="lines">
904
966
 
905
967
 
906
- 97
907
- 98
908
- 99
909
- 100</pre>
968
+ 102
969
+ 103
970
+ 104
971
+ 105</pre>
910
972
  </td>
911
973
  <td>
912
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 97</span>
974
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 102</span>
913
975
 
914
976
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_math'>load_math</span>
915
977
  <span class='const'>Lazier</span><span class='period'>.</span><span class='id identifier rubyid_load_object'>load_object</span>
@@ -945,12 +1007,12 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
945
1007
  <pre class="lines">
946
1008
 
947
1009
 
948
- 55
949
- 56
950
- 57</pre>
1010
+ 58
1011
+ 59
1012
+ 60</pre>
951
1013
  </td>
952
1014
  <td>
953
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 55</span>
1015
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 58</span>
954
1016
 
955
1017
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_object'>load_object</span>
956
1018
  <span class='op'>::</span><span class='const'>Object</span><span class='period'>.</span><span class='id identifier rubyid_class_eval'>class_eval</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_include'>include</span> <span class='op'>::</span><span class='const'>Lazier</span><span class='op'>::</span><span class='const'>Object</span> <span class='rbrace'>}</span>
@@ -985,13 +1047,13 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
985
1047
  <pre class="lines">
986
1048
 
987
1049
 
988
- 103
989
- 104
990
- 105
991
- 106</pre>
1050
+ 108
1051
+ 109
1052
+ 110
1053
+ 111</pre>
992
1054
  </td>
993
1055
  <td>
994
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 103</span>
1056
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 108</span>
995
1057
 
996
1058
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_pathname'>load_pathname</span>
997
1059
  <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>pathname</span><span class='tstring_end'>&quot;</span></span>
@@ -1027,12 +1089,12 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
1027
1089
  <pre class="lines">
1028
1090
 
1029
1091
 
1030
- 73
1031
- 74
1032
- 75</pre>
1092
+ 76
1093
+ 77
1094
+ 78</pre>
1033
1095
  </td>
1034
1096
  <td>
1035
- <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 73</span>
1097
+ <pre class="code"><span class="info file"># File 'lib/lazier.rb', line 76</span>
1036
1098
 
1037
1099
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_load_string'>load_string</span>
1038
1100
  <span class='op'>::</span><span class='const'>String</span><span class='period'>.</span><span class='id identifier rubyid_class_eval'>class_eval</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_include'>include</span> <span class='op'>::</span><span class='const'>Lazier</span><span class='op'>::</span><span class='const'>String</span> <span class='rbrace'>}</span>
@@ -1104,9 +1166,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
1104
1166
  </div>
1105
1167
 
1106
1168
  <div id="footer">
1107
- Generated on Mon Sep 2 18:50:35 2013 by
1169
+ Generated on Mon Dec 2 15:35:20 2013 by
1108
1170
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1109
- 0.8.7 (ruby-2.0.0).
1171
+ 0.8.7.3 (ruby-2.0.0).
1110
1172
  </div>
1111
1173
 
1112
1174
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Boolean
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -288,9 +288,9 @@
288
288
  </div>
289
289
 
290
290
  <div id="footer">
291
- Generated on Mon Sep 2 18:50:35 2013 by
291
+ Generated on Mon Dec 2 15:35:20 2013 by
292
292
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
293
- 0.8.7 (ruby-2.0.0).
293
+ 0.8.7.3 (ruby-2.0.0).
294
294
  </div>
295
295
 
296
296
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Lazier::Configuration
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -386,9 +386,9 @@ Options are as follows:</p>
386
386
  </div>
387
387
 
388
388
  <div id="footer">
389
- Generated on Mon Sep 2 18:50:36 2013 by
389
+ Generated on Mon Dec 2 15:35:21 2013 by
390
390
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
391
- 0.8.7 (ruby-2.0.0).
391
+ 0.8.7.3 (ruby-2.0.0).
392
392
  </div>
393
393
 
394
394
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::DateTime
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -721,9 +721,9 @@ DateTime.civil(2013, 6, 1).in_months(2011)
721
721
  </div>
722
722
 
723
723
  <div id="footer">
724
- Generated on Mon Sep 2 18:50:35 2013 by
724
+ Generated on Mon Dec 2 15:35:20 2013 by
725
725
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
726
- 0.8.7 (ruby-2.0.0).
726
+ 0.8.7.3 (ruby-2.0.0).
727
727
  </div>
728
728
 
729
729
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::DateTime::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -1542,9 +1542,9 @@ Date.years(1, true, 2010, true)
1542
1542
  </div>
1543
1543
 
1544
1544
  <div id="footer">
1545
- Generated on Mon Sep 2 18:50:35 2013 by
1545
+ Generated on Mon Dec 2 15:35:20 2013 by
1546
1546
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1547
- 0.8.7 (ruby-2.0.0).
1547
+ 0.8.7.3 (ruby-2.0.0).
1548
1548
  </div>
1549
1549
 
1550
1550
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Exceptions
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Sep 2 18:50:36 2013 by
119
+ Generated on Mon Dec 2 15:35:21 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7 (ruby-2.0.0).
121
+ 0.8.7.3 (ruby-2.0.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Lazier::Exceptions::Debug
8
8
 
9
- &mdash; Documentation by YARD 0.8.7
9
+ &mdash; Documentation by YARD 0.8.7.3
10
10
 
11
11
  </title>
12
12
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Mon Sep 2 18:50:36 2013 by
127
+ Generated on Mon Dec 2 15:35:21 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7 (ruby-2.0.0).
129
+ 0.8.7.3 (ruby-2.0.0).
130
130
  </div>
131
131
 
132
132
  </body>