lazier 4.2.1 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.rubocop.yml +6 -1
- data/.travis-gemfile +4 -5
- data/.travis.yml +5 -3
- data/.yardopts +1 -1
- data/Gemfile +6 -6
- data/README.md +7 -5
- data/{doc → docs}/Lazier.html +83 -83
- data/{doc → docs}/Lazier/Boolean.html +49 -46
- data/{doc → docs}/Lazier/Configuration.html +51 -48
- data/{doc → docs}/Lazier/DateTime.html +51 -48
- data/{doc → docs}/Lazier/DateTime/ClassMethods.html +52 -50
- data/{doc → docs}/Lazier/Exceptions.html +39 -37
- data/{doc → docs}/Lazier/Exceptions/Debug.html +45 -42
- data/{doc → docs}/Lazier/Exceptions/MissingTranslation.html +48 -45
- data/{doc → docs}/Lazier/Exceptions/TranslationExceptionHandler.html +48 -45
- data/{doc → docs}/Lazier/Hash.html +61 -60
- data/{doc → docs}/Lazier/I18n.html +72 -72
- data/{doc → docs}/Lazier/Math.html +44 -41
- data/{doc → docs}/Lazier/Math/ClassMethods.html +44 -42
- data/{doc → docs}/Lazier/Object.html +106 -105
- data/{doc → docs}/Lazier/Pathname.html +47 -44
- data/{doc → docs}/Lazier/Settings.html +72 -69
- data/{doc → docs}/Lazier/String.html +55 -52
- data/{doc → docs}/Lazier/TimeZone.html +78 -77
- data/{doc → docs}/Lazier/TimeZone/ClassMethods.html +54 -52
- data/docs/Lazier/Version.html +189 -0
- data/{doc → docs}/_index.html +29 -30
- data/docs/class_list.html +51 -0
- data/{doc → docs}/css/common.css +0 -0
- data/{doc → docs}/css/full_list.css +32 -31
- data/{doc → docs}/css/style.css +220 -78
- data/{doc → docs}/file.README.html +35 -34
- data/docs/file_list.html +56 -0
- data/docs/frames.html +17 -0
- data/{doc → docs}/index.html +35 -34
- data/{doc → docs}/js/app.js +100 -76
- data/docs/js/full_list.js +216 -0
- data/{doc → docs}/js/jquery.js +0 -0
- data/docs/method_list.html +883 -0
- data/docs/top-level-namespace.html +112 -0
- data/lazier.gemspec +5 -5
- data/lib/lazier/version.rb +1 -1
- metadata +42 -43
- data/doc/Lazier/Version.html +0 -189
- data/doc/class_list.html +0 -58
- data/doc/file_list.html +0 -60
- data/doc/frames.html +0 -26
- data/doc/js/full_list.js +0 -181
- data/doc/method_list.html +0 -681
- data/doc/top-level-namespace.html +0 -112
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
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
|
-
— Documentation by YARD 0.
|
9
|
+
— 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
|
-
|
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
|
32
|
-
<
|
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> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
|
36
41
|
»
|
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
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
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
|
77
|
-
<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
|
-
|
86
|
-
<
|
86
|
+
<dl>
|
87
|
+
<dt>Defined in:</dt>
|
88
|
+
<dd>lib/lazier/boolean.rb</dd>
|
89
|
+
</dl>
|
87
90
|
|
88
|
-
</
|
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
|
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)"
|
121
|
+
<a href="#to_i-instance_method" title="#to_i (instance method)">#<strong>to_i</strong> ⇒ 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)"
|
144
|
+
<a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> ⇒ 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
|
-
|
177
|
+
#<strong>to_i</strong> ⇒ <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
|
-
|
234
|
+
#<strong>value</strong> ⇒ <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
|
-
|
291
|
-
Generated on
|
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.
|
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
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
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
|
-
— Documentation by YARD 0.
|
9
|
+
— 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
|
-
|
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
|
32
|
-
<
|
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> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
|
36
41
|
»
|
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
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
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
|
-
|
75
|
-
<
|
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
|
-
|
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
|
-
|
99
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/lazier/configuration.rb</dd>
|
102
|
+
</dl>
|
100
103
|
|
101
|
-
</
|
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
|
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)"
|
134
|
+
<a href="#property-class_method" title="property (class method)">.<strong>property</strong>(name, options = {}) ⇒ Object </a>
|
133
135
|
|
134
136
|
|
135
137
|
|
@@ -153,7 +155,7 @@
|
|
153
155
|
|
154
156
|
<h2>
|
155
157
|
Instance Method Summary
|
156
|
-
<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)"
|
166
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(attributes = {}, &block) ⇒ 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
|
-
|
198
|
+
#<strong>initialize</strong>(attributes = {}, &block) ⇒ <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
|
-
|
290
|
+
.<strong>property</strong>(name, options = {}) ⇒ <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
|
-
|
425
|
-
Generated on
|
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.
|
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
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
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
|
-
— Documentation by YARD 0.
|
9
|
+
— 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
|
-
|
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
|
32
|
-
<
|
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> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
|
36
41
|
»
|
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
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
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
|
77
|
-
<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
|
-
|
86
|
-
<
|
86
|
+
<dl>
|
87
|
+
<dt>Defined in:</dt>
|
88
|
+
<dd>lib/lazier/datetime.rb</dd>
|
89
|
+
</dl>
|
87
90
|
|
88
|
-
</
|
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
|
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)"
|
131
|
+
<a href="#format-instance_method" title="#format (instance method)">#<strong>format</strong>(format = nil, custom: true, change_time_zone: false) ⇒ 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)"
|
154
|
+
<a href="#months_since_year-instance_method" title="#months_since_year (instance method)">#<strong>months_since_year</strong>(base = nil) ⇒ 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)"
|
177
|
+
<a href="#padded_month-instance_method" title="#padded_month (instance method)">#<strong>padded_month</strong> ⇒ 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
|
-
|
210
|
+
#<strong>format</strong>(format = nil, custom: true, change_time_zone: false) ⇒ <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
|
-
|
329
|
+
#<strong>months_since_year</strong>(base = nil) ⇒ <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
|
-
|
413
|
+
#<strong>padded_month</strong> ⇒ <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
|
-
|
470
|
-
Generated on
|
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.
|
474
|
+
0.9.5 (ruby-2.3.0).
|
473
475
|
</div>
|
474
476
|
|
477
|
+
</div>
|
475
478
|
</body>
|
476
479
|
</html>
|