lazier 4.2.1 → 4.2.2
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 +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::String
|
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::String";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Lazier/String.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 (S)</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">String</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::String
|
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/string.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="#ensure_url_with_scheme-instance_method" title="#ensure_url_with_scheme (instance method)"
|
121
|
+
<a href="#ensure_url_with_scheme-instance_method" title="#ensure_url_with_scheme (instance method)">#<strong>ensure_url_with_scheme</strong>(protocol = "http", secure: false) ⇒ Object </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="#ensure_valid_utf8-instance_method" title="#ensure_valid_utf8 (instance method)"
|
144
|
+
<a href="#ensure_valid_utf8-instance_method" title="#ensure_valid_utf8 (instance method)">#<strong>ensure_valid_utf8</strong>(replacement = "") ⇒ String </a>
|
143
145
|
|
144
146
|
|
145
147
|
|
@@ -162,7 +164,7 @@
|
|
162
164
|
<li class="public ">
|
163
165
|
<span class="summary_signature">
|
164
166
|
|
165
|
-
<a href="#remove_accents-instance_method" title="#remove_accents (instance method)"
|
167
|
+
<a href="#remove_accents-instance_method" title="#remove_accents (instance method)">#<strong>remove_accents</strong> ⇒ Object </a>
|
166
168
|
|
167
169
|
|
168
170
|
|
@@ -185,7 +187,7 @@
|
|
185
187
|
<li class="public ">
|
186
188
|
<span class="summary_signature">
|
187
189
|
|
188
|
-
<a href="#tokenize-instance_method" title="#tokenize (instance method)"
|
190
|
+
<a href="#tokenize-instance_method" title="#tokenize (instance method)">#<strong>tokenize</strong>(no_blanks: true, strip: true, no_duplicates: false, pattern: /\s*,\s*/, presence_method: :present?) ⇒ Array </a>
|
189
191
|
|
190
192
|
|
191
193
|
|
@@ -208,7 +210,7 @@
|
|
208
210
|
<li class="public ">
|
209
211
|
<span class="summary_signature">
|
210
212
|
|
211
|
-
<a href="#value-instance_method" title="#value (instance method)"
|
213
|
+
<a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> ⇒ String </a>
|
212
214
|
|
213
215
|
|
214
216
|
|
@@ -241,7 +243,7 @@
|
|
241
243
|
<div class="method_details first">
|
242
244
|
<h3 class="signature first" id="ensure_url_with_scheme-instance_method">
|
243
245
|
|
244
|
-
|
246
|
+
#<strong>ensure_url_with_scheme</strong>(protocol = "http", secure: false) ⇒ <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
|
245
247
|
|
246
248
|
|
247
249
|
|
@@ -319,7 +321,7 @@
|
|
319
321
|
<div class="method_details ">
|
320
322
|
<h3 class="signature " id="ensure_valid_utf8-instance_method">
|
321
323
|
|
322
|
-
|
324
|
+
#<strong>ensure_valid_utf8</strong>(replacement = "") ⇒ <tt><span class='object_link'><a href="" title="Lazier::String (module)">String</a></span></tt>
|
323
325
|
|
324
326
|
|
325
327
|
|
@@ -399,7 +401,7 @@
|
|
399
401
|
<div class="method_details ">
|
400
402
|
<h3 class="signature " id="remove_accents-instance_method">
|
401
403
|
|
402
|
-
|
404
|
+
#<strong>remove_accents</strong> ⇒ <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
|
403
405
|
|
404
406
|
|
405
407
|
|
@@ -461,7 +463,7 @@
|
|
461
463
|
<div class="method_details ">
|
462
464
|
<h3 class="signature " id="tokenize-instance_method">
|
463
465
|
|
464
|
-
|
466
|
+
#<strong>tokenize</strong>(no_blanks: true, strip: true, no_duplicates: false, pattern: /\s*,\s*/, presence_method: :present?) ⇒ <tt>Array</tt>
|
465
467
|
|
466
468
|
|
467
469
|
|
@@ -605,7 +607,7 @@
|
|
605
607
|
<div class="method_details ">
|
606
608
|
<h3 class="signature " id="value-instance_method">
|
607
609
|
|
608
|
-
|
610
|
+
#<strong>value</strong> ⇒ <tt><span class='object_link'><a href="" title="Lazier::String (module)">String</a></span></tt>
|
609
611
|
|
610
612
|
|
611
613
|
|
@@ -663,11 +665,12 @@
|
|
663
665
|
|
664
666
|
</div>
|
665
667
|
|
666
|
-
|
667
|
-
Generated on
|
668
|
+
<div id="footer">
|
669
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
668
670
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
669
|
-
0.
|
671
|
+
0.9.5 (ruby-2.3.0).
|
670
672
|
</div>
|
671
673
|
|
674
|
+
</div>
|
672
675
|
</body>
|
673
676
|
</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::TimeZone
|
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::TimeZone";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Lazier/TimeZone.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 (T)</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">TimeZone</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::TimeZone
|
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>
|
80
78
|
|
81
|
-
|
82
79
|
|
83
80
|
|
84
81
|
|
85
|
-
|
86
|
-
<dd class="r2 last">lib/lazier/timezone.rb</dd>
|
82
|
+
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
|
85
|
+
|
86
|
+
<dl>
|
87
|
+
<dt>Defined in:</dt>
|
88
|
+
<dd>lib/lazier/timezone.rb</dd>
|
89
|
+
</dl>
|
90
|
+
|
91
|
+
</div>
|
90
92
|
|
91
93
|
<h2>Overview</h2><div class="docstring">
|
92
94
|
<div class="discussion">
|
@@ -110,11 +112,10 @@
|
|
110
112
|
</p>
|
111
113
|
|
112
114
|
<h2>Constant Summary</h2>
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
<
|
117
|
-
<div class="docstring">
|
115
|
+
<dl class="constants">
|
116
|
+
|
117
|
+
<dt id="ALREADY_PARAMETERIZED-constant" class="">ALREADY_PARAMETERIZED =
|
118
|
+
<div class="docstring">
|
118
119
|
<div class="discussion">
|
119
120
|
<p>Pattern for a parameterized timezone.</p>
|
120
121
|
|
@@ -125,11 +126,11 @@
|
|
125
126
|
|
126
127
|
|
127
128
|
</div>
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
129
|
+
</dt>
|
130
|
+
<dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^[+-]\d{4}@[a-z-]+</span><span class='regexp_end'>/</span></span></pre></dd>
|
131
|
+
|
132
|
+
<dt id="PARAMETERIZER-constant" class="">PARAMETERIZER =
|
133
|
+
<div class="docstring">
|
133
134
|
<div class="discussion">
|
134
135
|
<p>Pattern for a unparameterized timezone.</p>
|
135
136
|
|
@@ -140,17 +141,16 @@
|
|
140
141
|
|
141
142
|
|
142
143
|
</div>
|
143
|
-
|
144
|
-
|
144
|
+
</dt>
|
145
|
+
<dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(
|
145
146
|
\(
|
146
147
|
[a-z]+ # UTC Label
|
147
148
|
(?<offset>([+-])(\d{2})(:?)(\d{2}))
|
148
149
|
\)
|
149
150
|
\s(?<label>.+)
|
150
151
|
)$</span><span class='regexp_end'>/xi</span></span></pre></dd>
|
151
|
-
|
152
|
-
|
153
|
-
|
152
|
+
|
153
|
+
</dl>
|
154
154
|
|
155
155
|
|
156
156
|
|
@@ -161,7 +161,7 @@
|
|
161
161
|
|
162
162
|
<h2>
|
163
163
|
Instance Method Summary
|
164
|
-
<small
|
164
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
165
165
|
</h2>
|
166
166
|
|
167
167
|
<ul class="summary">
|
@@ -169,7 +169,7 @@
|
|
169
169
|
<li class="public ">
|
170
170
|
<span class="summary_signature">
|
171
171
|
|
172
|
-
<a href="#aliases-instance_method" title="#aliases (instance method)"
|
172
|
+
<a href="#aliases-instance_method" title="#aliases (instance method)">#<strong>aliases</strong> ⇒ Array </a>
|
173
173
|
|
174
174
|
|
175
175
|
|
@@ -192,7 +192,7 @@
|
|
192
192
|
<li class="public ">
|
193
193
|
<span class="summary_signature">
|
194
194
|
|
195
|
-
<a href="#current_alias-instance_method" title="#current_alias (instance method)"
|
195
|
+
<a href="#current_alias-instance_method" title="#current_alias (instance method)">#<strong>current_alias</strong> ⇒ String </a>
|
196
196
|
|
197
197
|
|
198
198
|
|
@@ -215,7 +215,7 @@
|
|
215
215
|
<li class="public ">
|
216
216
|
<span class="summary_signature">
|
217
217
|
|
218
|
-
<a href="#current_alias%3D-instance_method" title="#current_alias= (instance method)"
|
218
|
+
<a href="#current_alias%3D-instance_method" title="#current_alias= (instance method)">#<strong>current_alias=</strong>(new_alias) ⇒ Object </a>
|
219
219
|
|
220
220
|
|
221
221
|
|
@@ -238,7 +238,7 @@
|
|
238
238
|
<li class="public ">
|
239
239
|
<span class="summary_signature">
|
240
240
|
|
241
|
-
<a href="#current_name-instance_method" title="#current_name (instance method)"
|
241
|
+
<a href="#current_name-instance_method" title="#current_name (instance method)">#<strong>current_name</strong>(dst = false, dst_label: " (DST)", year: nil) ⇒ String </a>
|
242
242
|
|
243
243
|
|
244
244
|
|
@@ -261,7 +261,7 @@
|
|
261
261
|
<li class="public ">
|
262
262
|
<span class="summary_signature">
|
263
263
|
|
264
|
-
<a href="#current_offset-instance_method" title="#current_offset (instance method)"
|
264
|
+
<a href="#current_offset-instance_method" title="#current_offset (instance method)">#<strong>current_offset</strong>(rational = false, date = nil) ⇒ Fixnum|Rational </a>
|
265
265
|
|
266
266
|
|
267
267
|
|
@@ -284,7 +284,7 @@
|
|
284
284
|
<li class="public ">
|
285
285
|
<span class="summary_signature">
|
286
286
|
|
287
|
-
<a href="#dst_correction-instance_method" title="#dst_correction (instance method)"
|
287
|
+
<a href="#dst_correction-instance_method" title="#dst_correction (instance method)">#<strong>dst_correction</strong>(rational = false, year = nil) ⇒ Fixnum|Rational </a>
|
288
288
|
|
289
289
|
|
290
290
|
|
@@ -307,7 +307,7 @@
|
|
307
307
|
<li class="public ">
|
308
308
|
<span class="summary_signature">
|
309
309
|
|
310
|
-
<a href="#dst_period-instance_method" title="#dst_period (instance method)"
|
310
|
+
<a href="#dst_period-instance_method" title="#dst_period (instance method)">#<strong>dst_period</strong>(year = nil) ⇒ TimezonePeriod </a>
|
311
311
|
|
312
312
|
|
313
313
|
|
@@ -330,7 +330,7 @@
|
|
330
330
|
<li class="public ">
|
331
331
|
<span class="summary_signature">
|
332
332
|
|
333
|
-
<a href="#offset-instance_method" title="#offset (instance method)"
|
333
|
+
<a href="#offset-instance_method" title="#offset (instance method)">#<strong>offset</strong>(rational: false, dst: false, year: nil) ⇒ Fixnum|Rational </a>
|
334
334
|
|
335
335
|
|
336
336
|
|
@@ -353,7 +353,7 @@
|
|
353
353
|
<li class="public ">
|
354
354
|
<span class="summary_signature">
|
355
355
|
|
356
|
-
<a href="#to_str-instance_method" title="#to_str (instance method)"
|
356
|
+
<a href="#to_str-instance_method" title="#to_str (instance method)">#<strong>to_str</strong>(dst = false, **args) ⇒ String </a>
|
357
357
|
|
358
358
|
|
359
359
|
|
@@ -376,7 +376,7 @@
|
|
376
376
|
<li class="public ">
|
377
377
|
<span class="summary_signature">
|
378
378
|
|
379
|
-
<a href="#uses_dst%3F-instance_method" title="#uses_dst? (instance method)"
|
379
|
+
<a href="#uses_dst%3F-instance_method" title="#uses_dst? (instance method)">#<strong>uses_dst?</strong>(reference = nil) ⇒ Boolean </a>
|
380
380
|
|
381
381
|
|
382
382
|
|
@@ -409,7 +409,7 @@
|
|
409
409
|
<div class="method_details first">
|
410
410
|
<h3 class="signature first" id="aliases-instance_method">
|
411
411
|
|
412
|
-
|
412
|
+
#<strong>aliases</strong> ⇒ <tt>Array</tt>
|
413
413
|
|
414
414
|
|
415
415
|
|
@@ -468,7 +468,7 @@
|
|
468
468
|
<div class="method_details ">
|
469
469
|
<h3 class="signature " id="current_alias-instance_method">
|
470
470
|
|
471
|
-
|
471
|
+
#<strong>current_alias</strong> ⇒ <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
|
472
472
|
|
473
473
|
|
474
474
|
|
@@ -535,7 +535,7 @@
|
|
535
535
|
<div class="method_details ">
|
536
536
|
<h3 class="signature " id="current_alias=-instance_method">
|
537
537
|
|
538
|
-
|
538
|
+
#<strong>current_alias=</strong>(new_alias) ⇒ <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
|
539
539
|
|
540
540
|
|
541
541
|
|
@@ -594,7 +594,7 @@
|
|
594
594
|
<div class="method_details ">
|
595
595
|
<h3 class="signature " id="current_name-instance_method">
|
596
596
|
|
597
|
-
|
597
|
+
#<strong>current_name</strong>(dst = false, dst_label: " (DST)", year: nil) ⇒ <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
|
598
598
|
|
599
599
|
|
600
600
|
|
@@ -708,7 +708,7 @@
|
|
708
708
|
<div class="method_details ">
|
709
709
|
<h3 class="signature " id="current_offset-instance_method">
|
710
710
|
|
711
|
-
|
711
|
+
#<strong>current_offset</strong>(rational = false, date = nil) ⇒ <tt>Fixnum|Rational</tt>
|
712
712
|
|
713
713
|
|
714
714
|
|
@@ -805,7 +805,7 @@
|
|
805
805
|
<div class="method_details ">
|
806
806
|
<h3 class="signature " id="dst_correction-instance_method">
|
807
807
|
|
808
|
-
|
808
|
+
#<strong>dst_correction</strong>(rational = false, year = nil) ⇒ <tt>Fixnum|Rational</tt>
|
809
809
|
|
810
810
|
|
811
811
|
|
@@ -902,7 +902,7 @@
|
|
902
902
|
<div class="method_details ">
|
903
903
|
<h3 class="signature " id="dst_period-instance_method">
|
904
904
|
|
905
|
-
|
905
|
+
#<strong>dst_period</strong>(year = nil) ⇒ <tt>TimezonePeriod</tt>
|
906
906
|
|
907
907
|
|
908
908
|
|
@@ -992,7 +992,7 @@
|
|
992
992
|
<div class="method_details ">
|
993
993
|
<h3 class="signature " id="offset-instance_method">
|
994
994
|
|
995
|
-
|
995
|
+
#<strong>offset</strong>(rational: false, dst: false, year: nil) ⇒ <tt>Fixnum|Rational</tt>
|
996
996
|
|
997
997
|
|
998
998
|
|
@@ -1114,7 +1114,7 @@
|
|
1114
1114
|
<div class="method_details ">
|
1115
1115
|
<h3 class="signature " id="to_str-instance_method">
|
1116
1116
|
|
1117
|
-
|
1117
|
+
#<strong>to_str</strong>(dst = false, **args) ⇒ <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
|
1118
1118
|
|
1119
1119
|
|
1120
1120
|
|
@@ -1330,7 +1330,7 @@
|
|
1330
1330
|
<div class="method_details ">
|
1331
1331
|
<h3 class="signature " id="uses_dst?-instance_method">
|
1332
1332
|
|
1333
|
-
|
1333
|
+
#<strong>uses_dst?</strong>(reference = nil) ⇒ <tt><span class='object_link'><a href="Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span></tt>
|
1334
1334
|
|
1335
1335
|
|
1336
1336
|
|
@@ -1417,11 +1417,12 @@
|
|
1417
1417
|
|
1418
1418
|
</div>
|
1419
1419
|
|
1420
|
-
|
1421
|
-
Generated on
|
1420
|
+
<div id="footer">
|
1421
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
1422
1422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1423
|
-
0.
|
1423
|
+
0.9.5 (ruby-2.3.0).
|
1424
1424
|
</div>
|
1425
1425
|
|
1426
|
+
</div>
|
1426
1427
|
</body>
|
1427
1428
|
</html>
|