lazier 4.2.1 → 4.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.rubocop.yml +6 -1
  4. data/.travis-gemfile +4 -5
  5. data/.travis.yml +5 -3
  6. data/.yardopts +1 -1
  7. data/Gemfile +6 -6
  8. data/README.md +7 -5
  9. data/{doc → docs}/Lazier.html +83 -83
  10. data/{doc → docs}/Lazier/Boolean.html +49 -46
  11. data/{doc → docs}/Lazier/Configuration.html +51 -48
  12. data/{doc → docs}/Lazier/DateTime.html +51 -48
  13. data/{doc → docs}/Lazier/DateTime/ClassMethods.html +52 -50
  14. data/{doc → docs}/Lazier/Exceptions.html +39 -37
  15. data/{doc → docs}/Lazier/Exceptions/Debug.html +45 -42
  16. data/{doc → docs}/Lazier/Exceptions/MissingTranslation.html +48 -45
  17. data/{doc → docs}/Lazier/Exceptions/TranslationExceptionHandler.html +48 -45
  18. data/{doc → docs}/Lazier/Hash.html +61 -60
  19. data/{doc → docs}/Lazier/I18n.html +72 -72
  20. data/{doc → docs}/Lazier/Math.html +44 -41
  21. data/{doc → docs}/Lazier/Math/ClassMethods.html +44 -42
  22. data/{doc → docs}/Lazier/Object.html +106 -105
  23. data/{doc → docs}/Lazier/Pathname.html +47 -44
  24. data/{doc → docs}/Lazier/Settings.html +72 -69
  25. data/{doc → docs}/Lazier/String.html +55 -52
  26. data/{doc → docs}/Lazier/TimeZone.html +78 -77
  27. data/{doc → docs}/Lazier/TimeZone/ClassMethods.html +54 -52
  28. data/docs/Lazier/Version.html +189 -0
  29. data/{doc → docs}/_index.html +29 -30
  30. data/docs/class_list.html +51 -0
  31. data/{doc → docs}/css/common.css +0 -0
  32. data/{doc → docs}/css/full_list.css +32 -31
  33. data/{doc → docs}/css/style.css +220 -78
  34. data/{doc → docs}/file.README.html +35 -34
  35. data/docs/file_list.html +56 -0
  36. data/docs/frames.html +17 -0
  37. data/{doc → docs}/index.html +35 -34
  38. data/{doc → docs}/js/app.js +100 -76
  39. data/docs/js/full_list.js +216 -0
  40. data/{doc → docs}/js/jquery.js +0 -0
  41. data/docs/method_list.html +883 -0
  42. data/docs/top-level-namespace.html +112 -0
  43. data/lazier.gemspec +5 -5
  44. data/lib/lazier/version.rb +1 -1
  45. metadata +42 -43
  46. data/doc/Lazier/Version.html +0 -189
  47. data/doc/class_list.html +0 -58
  48. data/doc/file_list.html +0 -60
  49. data/doc/frames.html +0 -26
  50. data/doc/js/full_list.js +0 -181
  51. data/doc/method_list.html +0 -681
  52. data/doc/top-level-namespace.html +0 -112
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: Lazier::Boolean
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.5
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Lazier::Boolean";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Lazier/Boolean.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,65 +27,68 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../_index.html">Index (B)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Boolean</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Module: Lazier::Boolean
64
+ <div id="content"><h1>Module: Lazier::Boolean
67
65
 
68
66
 
69
67
 
70
68
  </h1>
69
+ <div class="box_info">
70
+
71
71
 
72
- <dl class="box">
73
72
 
74
73
 
75
-
76
- <dt class="r1">Extended by:</dt>
77
- <dd class="r1">ActiveSupport::Concern</dd>
78
-
79
-
74
+ <dl>
75
+ <dt>Extended by:</dt>
76
+ <dd>ActiveSupport::Concern</dd>
77
+ </dl>
78
+
80
79
 
81
-
82
80
 
83
81
 
82
+
83
+
84
+
84
85
 
85
- <dt class="r2 last">Defined in:</dt>
86
- <dd class="r2 last">lib/lazier/boolean.rb</dd>
86
+ <dl>
87
+ <dt>Defined in:</dt>
88
+ <dd>lib/lazier/boolean.rb</dd>
89
+ </dl>
87
90
 
88
- </dl>
89
- <div class="clear"></div>
91
+ </div>
90
92
 
91
93
  <h2>Overview</h2><div class="docstring">
92
94
  <div class="discussion">
@@ -108,7 +110,7 @@
108
110
 
109
111
  <h2>
110
112
  Instance Method Summary
111
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
113
+ <small><a href="#" class="summary_toggle">collapse</a></small>
112
114
  </h2>
113
115
 
114
116
  <ul class="summary">
@@ -116,7 +118,7 @@
116
118
  <li class="public ">
117
119
  <span class="summary_signature">
118
120
 
119
- <a href="#to_i-instance_method" title="#to_i (instance method)">- (Fixnum) <strong>to_i</strong> </a>
121
+ <a href="#to_i-instance_method" title="#to_i (instance method)">#<strong>to_i</strong> &#x21d2; Fixnum </a>
120
122
 
121
123
 
122
124
 
@@ -139,7 +141,7 @@
139
141
  <li class="public ">
140
142
  <span class="summary_signature">
141
143
 
142
- <a href="#value-instance_method" title="#value (instance method)">- (Boolean) <strong>value</strong> </a>
144
+ <a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> &#x21d2; Boolean </a>
143
145
 
144
146
 
145
147
 
@@ -172,7 +174,7 @@
172
174
  <div class="method_details first">
173
175
  <h3 class="signature first" id="to_i-instance_method">
174
176
 
175
- - (<tt>Fixnum</tt>) <strong>to_i</strong>
177
+ #<strong>to_i</strong> &#x21d2; <tt>Fixnum</tt>
176
178
 
177
179
 
178
180
 
@@ -229,7 +231,7 @@
229
231
  <div class="method_details ">
230
232
  <h3 class="signature " id="value-instance_method">
231
233
 
232
- - (<tt><span class='object_link'><a href="" title="Lazier::Boolean (module)">Boolean</a></span></tt>) <strong>value</strong>
234
+ #<strong>value</strong> &#x21d2; <tt><span class='object_link'><a href="" title="Lazier::Boolean (module)">Boolean</a></span></tt>
233
235
 
234
236
 
235
237
 
@@ -287,11 +289,12 @@
287
289
 
288
290
  </div>
289
291
 
290
- <div id="footer">
291
- Generated on Tue Mar 29 11:11:36 2016 by
292
+ <div id="footer">
293
+ Generated on Thu Nov 10 11:39:24 2016 by
292
294
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
293
- 0.8.7.6 (ruby-2.3.0).
295
+ 0.9.5 (ruby-2.3.0).
294
296
  </div>
295
297
 
298
+ </div>
296
299
  </body>
297
300
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Class: Lazier::Configuration
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.5
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Lazier::Configuration";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Lazier/Configuration.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,50 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../_index.html">Index (C)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Configuration</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Class: Lazier::Configuration
64
+ <div id="content"><h1>Class: Lazier::Configuration
67
65
 
68
66
 
69
67
 
70
68
  </h1>
71
-
72
- <dl class="box">
69
+ <div class="box_info">
73
70
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
71
+ <dl>
72
+ <dt>Inherits:</dt>
73
+ <dd>
76
74
  <span class="inheritName">Hashie::Dash</span>
77
75
 
78
76
  <ul class="fullTree">
@@ -85,21 +83,25 @@
85
83
  </ul>
86
84
  <a href="#" class="inheritanceTree">show all</a>
87
85
 
88
- </dd>
89
-
86
+ </dd>
87
+ </dl>
88
+
89
+
90
90
 
91
91
 
92
-
93
92
 
94
-
95
93
 
96
94
 
95
+
96
+
97
+
97
98
 
98
- <dt class="r2 last">Defined in:</dt>
99
- <dd class="r2 last">lib/lazier/configuration.rb</dd>
99
+ <dl>
100
+ <dt>Defined in:</dt>
101
+ <dd>lib/lazier/configuration.rb</dd>
102
+ </dl>
100
103
 
101
- </dl>
102
- <div class="clear"></div>
104
+ </div>
103
105
 
104
106
  <h2>Overview</h2><div class="docstring">
105
107
  <div class="discussion">
@@ -121,7 +123,7 @@
121
123
 
122
124
  <h2>
123
125
  Class Method Summary
124
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
126
+ <small><a href="#" class="summary_toggle">collapse</a></small>
125
127
  </h2>
126
128
 
127
129
  <ul class="summary">
@@ -129,7 +131,7 @@
129
131
  <li class="public ">
130
132
  <span class="summary_signature">
131
133
 
132
- <a href="#property-class_method" title="property (class method)">+ (Object) <strong>property</strong>(name, options = {}) </a>
134
+ <a href="#property-class_method" title="property (class method)">.<strong>property</strong>(name, options = {}) &#x21d2; Object </a>
133
135
 
134
136
 
135
137
 
@@ -153,7 +155,7 @@
153
155
 
154
156
  <h2>
155
157
  Instance Method Summary
156
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
158
+ <small><a href="#" class="summary_toggle">collapse</a></small>
157
159
  </h2>
158
160
 
159
161
  <ul class="summary">
@@ -161,7 +163,7 @@
161
163
  <li class="public ">
162
164
  <span class="summary_signature">
163
165
 
164
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Configuration) <strong>initialize</strong>(attributes = {}, &amp;block) </a>
166
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(attributes = {}, &amp;block) &#x21d2; Configuration </a>
165
167
 
166
168
 
167
169
 
@@ -193,7 +195,7 @@
193
195
  <div class="method_details first">
194
196
  <h3 class="signature first" id="initialize-instance_method">
195
197
 
196
- - (<tt><span class='object_link'><a href="" title="Lazier::Configuration (class)">Configuration</a></span></tt>) <strong>initialize</strong>(attributes = {}, &amp;block)
198
+ #<strong>initialize</strong>(attributes = {}, &amp;block) &#x21d2; <tt><span class='object_link'><a href="" title="Lazier::Configuration (class)">Configuration</a></span></tt>
197
199
 
198
200
 
199
201
 
@@ -285,7 +287,7 @@
285
287
  <div class="method_details first">
286
288
  <h3 class="signature first" id="property-class_method">
287
289
 
288
- + (<tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>property</strong>(name, options = {})
290
+ .<strong>property</strong>(name, options = {}) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
289
291
 
290
292
 
291
293
 
@@ -421,11 +423,12 @@
421
423
 
422
424
  </div>
423
425
 
424
- <div id="footer">
425
- Generated on Tue Mar 29 11:11:37 2016 by
426
+ <div id="footer">
427
+ Generated on Thu Nov 10 11:39:24 2016 by
426
428
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
427
- 0.8.7.6 (ruby-2.3.0).
429
+ 0.9.5 (ruby-2.3.0).
428
430
  </div>
429
431
 
432
+ </div>
430
433
  </body>
431
434
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: Lazier::DateTime
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.5
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Lazier::DateTime";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Lazier/DateTime.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,65 +27,68 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../_index.html">Index (D)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">DateTime</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Module: Lazier::DateTime
64
+ <div id="content"><h1>Module: Lazier::DateTime
67
65
 
68
66
 
69
67
 
70
68
  </h1>
69
+ <div class="box_info">
70
+
71
71
 
72
- <dl class="box">
73
72
 
74
73
 
75
-
76
- <dt class="r1">Extended by:</dt>
77
- <dd class="r1">ActiveSupport::Concern</dd>
78
-
79
-
74
+ <dl>
75
+ <dt>Extended by:</dt>
76
+ <dd>ActiveSupport::Concern</dd>
77
+ </dl>
78
+
80
79
 
81
-
82
80
 
83
81
 
82
+
83
+
84
+
84
85
 
85
- <dt class="r2 last">Defined in:</dt>
86
- <dd class="r2 last">lib/lazier/datetime.rb</dd>
86
+ <dl>
87
+ <dt>Defined in:</dt>
88
+ <dd>lib/lazier/datetime.rb</dd>
89
+ </dl>
87
90
 
88
- </dl>
89
- <div class="clear"></div>
91
+ </div>
90
92
 
91
93
  <h2>Overview</h2><div class="docstring">
92
94
  <div class="discussion">
@@ -118,7 +120,7 @@
118
120
 
119
121
  <h2>
120
122
  Instance Method Summary
121
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
123
+ <small><a href="#" class="summary_toggle">collapse</a></small>
122
124
  </h2>
123
125
 
124
126
  <ul class="summary">
@@ -126,7 +128,7 @@
126
128
  <li class="public ">
127
129
  <span class="summary_signature">
128
130
 
129
- <a href="#format-instance_method" title="#format (instance method)">- (String) <strong>format</strong>(format = nil, custom: true, change_time_zone: false) </a>
131
+ <a href="#format-instance_method" title="#format (instance method)">#<strong>format</strong>(format = nil, custom: true, change_time_zone: false) &#x21d2; String </a>
130
132
 
131
133
 
132
134
 
@@ -149,7 +151,7 @@
149
151
  <li class="public ">
150
152
  <span class="summary_signature">
151
153
 
152
- <a href="#months_since_year-instance_method" title="#months_since_year (instance method)">- (Fixnum) <strong>months_since_year</strong>(base = nil) </a>
154
+ <a href="#months_since_year-instance_method" title="#months_since_year (instance method)">#<strong>months_since_year</strong>(base = nil) &#x21d2; Fixnum </a>
153
155
 
154
156
 
155
157
 
@@ -172,7 +174,7 @@
172
174
  <li class="public ">
173
175
  <span class="summary_signature">
174
176
 
175
- <a href="#padded_month-instance_method" title="#padded_month (instance method)">- (String) <strong>padded_month</strong> </a>
177
+ <a href="#padded_month-instance_method" title="#padded_month (instance method)">#<strong>padded_month</strong> &#x21d2; String </a>
176
178
 
177
179
 
178
180
 
@@ -205,7 +207,7 @@
205
207
  <div class="method_details first">
206
208
  <h3 class="signature first" id="format-instance_method">
207
209
 
208
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>format</strong>(format = nil, custom: true, change_time_zone: false)
210
+ #<strong>format</strong>(format = nil, custom: true, change_time_zone: false) &#x21d2; <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
209
211
 
210
212
 
211
213
 
@@ -324,7 +326,7 @@
324
326
  <div class="method_details ">
325
327
  <h3 class="signature " id="months_since_year-instance_method">
326
328
 
327
- - (<tt>Fixnum</tt>) <strong>months_since_year</strong>(base = nil)
329
+ #<strong>months_since_year</strong>(base = nil) &#x21d2; <tt>Fixnum</tt>
328
330
 
329
331
 
330
332
 
@@ -408,7 +410,7 @@
408
410
  <div class="method_details ">
409
411
  <h3 class="signature " id="padded_month-instance_method">
410
412
 
411
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>padded_month</strong>
413
+ #<strong>padded_month</strong> &#x21d2; <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
412
414
 
413
415
 
414
416
 
@@ -466,11 +468,12 @@
466
468
 
467
469
  </div>
468
470
 
469
- <div id="footer">
470
- Generated on Tue Mar 29 11:11:36 2016 by
471
+ <div id="footer">
472
+ Generated on Thu Nov 10 11:39:24 2016 by
471
473
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
472
- 0.8.7.6 (ruby-2.3.0).
474
+ 0.9.5 (ruby-2.3.0).
473
475
  </div>
474
476
 
477
+ </div>
475
478
  </body>
476
479
  </html>