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::String
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::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 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 (S)</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">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
- <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::String
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 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/string.rb</dd>
86
+ <dl>
87
+ <dt>Defined in:</dt>
88
+ <dd>lib/lazier/string.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="#ensure_url_with_scheme-instance_method" title="#ensure_url_with_scheme (instance method)">- (Object) <strong>ensure_url_with_scheme</strong>(protocol = &quot;http&quot;, secure: false) </a>
121
+ <a href="#ensure_url_with_scheme-instance_method" title="#ensure_url_with_scheme (instance method)">#<strong>ensure_url_with_scheme</strong>(protocol = &quot;http&quot;, secure: false) &#x21d2; 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)">- (String) <strong>ensure_valid_utf8</strong>(replacement = &quot;&quot;) </a>
144
+ <a href="#ensure_valid_utf8-instance_method" title="#ensure_valid_utf8 (instance method)">#<strong>ensure_valid_utf8</strong>(replacement = &quot;&quot;) &#x21d2; 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)">- (Object) <strong>remove_accents</strong> </a>
167
+ <a href="#remove_accents-instance_method" title="#remove_accents (instance method)">#<strong>remove_accents</strong> &#x21d2; 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)">- (Array) <strong>tokenize</strong>(no_blanks: true, strip: true, no_duplicates: false, pattern: /\s*,\s*/, presence_method: :present?) </a>
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?) &#x21d2; 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)">- (String) <strong>value</strong> </a>
213
+ <a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> &#x21d2; 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
- - (<tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>ensure_url_with_scheme</strong>(protocol = &quot;http&quot;, secure: false)
246
+ #<strong>ensure_url_with_scheme</strong>(protocol = &quot;http&quot;, secure: false) &#x21d2; <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
- - (<tt><span class='object_link'><a href="" title="Lazier::String (module)">String</a></span></tt>) <strong>ensure_valid_utf8</strong>(replacement = &quot;&quot;)
324
+ #<strong>ensure_valid_utf8</strong>(replacement = &quot;&quot;) &#x21d2; <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
- - (<tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>remove_accents</strong>
404
+ #<strong>remove_accents</strong> &#x21d2; <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
- - (<tt>Array</tt>) <strong>tokenize</strong>(no_blanks: true, strip: true, no_duplicates: false, pattern: /\s*,\s*/, presence_method: :present?)
466
+ #<strong>tokenize</strong>(no_blanks: true, strip: true, no_duplicates: false, pattern: /\s*,\s*/, presence_method: :present?) &#x21d2; <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
- - (<tt><span class='object_link'><a href="" title="Lazier::String (module)">String</a></span></tt>) <strong>value</strong>
610
+ #<strong>value</strong> &#x21d2; <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
- <div id="footer">
667
- Generated on Tue Mar 29 11:11:36 2016 by
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.8.7.6 (ruby-2.3.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 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::TimeZone
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::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 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 (T)</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">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
- <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::TimeZone
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 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>
80
78
 
81
-
82
79
 
83
80
 
84
81
 
85
- <dt class="r2 last">Defined in:</dt>
86
- <dd class="r2 last">lib/lazier/timezone.rb</dd>
82
+
87
83
 
88
- </dl>
89
- <div class="clear"></div>
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
- <dl class="constants">
115
-
116
- <dt id="ALREADY_PARAMETERIZED-constant" class="">ALREADY_PARAMETERIZED =
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
- </dt>
129
- <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>
130
-
131
- <dt id="PARAMETERIZER-constant" class="">PARAMETERIZER =
132
- <div class="docstring">
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
- </dt>
144
- <dd><pre class="code"><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(
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
  (?&lt;offset&gt;([+-])(\d{2})(:?)(\d{2}))
148
149
  \)
149
150
  \s(?&lt;label&gt;.+)
150
151
  )$</span><span class='regexp_end'>/xi</span></span></pre></dd>
151
-
152
- </dl>
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>(<a href="#" class="summary_toggle">collapse</a>)</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)">- (Array) <strong>aliases</strong> </a>
172
+ <a href="#aliases-instance_method" title="#aliases (instance method)">#<strong>aliases</strong> &#x21d2; 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)">- (String) <strong>current_alias</strong> </a>
195
+ <a href="#current_alias-instance_method" title="#current_alias (instance method)">#<strong>current_alias</strong> &#x21d2; 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)">- (Object) <strong>current_alias=</strong>(new_alias) </a>
218
+ <a href="#current_alias%3D-instance_method" title="#current_alias= (instance method)">#<strong>current_alias=</strong>(new_alias) &#x21d2; 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)">- (String) <strong>current_name</strong>(dst = false, dst_label: &quot; (DST)&quot;, year: nil) </a>
241
+ <a href="#current_name-instance_method" title="#current_name (instance method)">#<strong>current_name</strong>(dst = false, dst_label: &quot; (DST)&quot;, year: nil) &#x21d2; 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)">- (Fixnum|Rational) <strong>current_offset</strong>(rational = false, date = nil) </a>
264
+ <a href="#current_offset-instance_method" title="#current_offset (instance method)">#<strong>current_offset</strong>(rational = false, date = nil) &#x21d2; 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)">- (Fixnum|Rational) <strong>dst_correction</strong>(rational = false, year = nil) </a>
287
+ <a href="#dst_correction-instance_method" title="#dst_correction (instance method)">#<strong>dst_correction</strong>(rational = false, year = nil) &#x21d2; 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)">- (TimezonePeriod) <strong>dst_period</strong>(year = nil) </a>
310
+ <a href="#dst_period-instance_method" title="#dst_period (instance method)">#<strong>dst_period</strong>(year = nil) &#x21d2; 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)">- (Fixnum|Rational) <strong>offset</strong>(rational: false, dst: false, year: nil) </a>
333
+ <a href="#offset-instance_method" title="#offset (instance method)">#<strong>offset</strong>(rational: false, dst: false, year: nil) &#x21d2; 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)">- (String) <strong>to_str</strong>(dst = false, **args) </a>
356
+ <a href="#to_str-instance_method" title="#to_str (instance method)">#<strong>to_str</strong>(dst = false, **args) &#x21d2; 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)">- (Boolean) <strong>uses_dst?</strong>(reference = nil) </a>
379
+ <a href="#uses_dst%3F-instance_method" title="#uses_dst? (instance method)">#<strong>uses_dst?</strong>(reference = nil) &#x21d2; 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
- - (<tt>Array</tt>) <strong>aliases</strong>
412
+ #<strong>aliases</strong> &#x21d2; <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
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>current_alias</strong>
471
+ #<strong>current_alias</strong> &#x21d2; <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
- - (<tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>current_alias=</strong>(new_alias)
538
+ #<strong>current_alias=</strong>(new_alias) &#x21d2; <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
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>current_name</strong>(dst = false, dst_label: &quot; (DST)&quot;, year: nil)
597
+ #<strong>current_name</strong>(dst = false, dst_label: &quot; (DST)&quot;, year: nil) &#x21d2; <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
- - (<tt>Fixnum|Rational</tt>) <strong>current_offset</strong>(rational = false, date = nil)
711
+ #<strong>current_offset</strong>(rational = false, date = nil) &#x21d2; <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
- - (<tt>Fixnum|Rational</tt>) <strong>dst_correction</strong>(rational = false, year = nil)
808
+ #<strong>dst_correction</strong>(rational = false, year = nil) &#x21d2; <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
- - (<tt>TimezonePeriod</tt>) <strong>dst_period</strong>(year = nil)
905
+ #<strong>dst_period</strong>(year = nil) &#x21d2; <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
- - (<tt>Fixnum|Rational</tt>) <strong>offset</strong>(rational: false, dst: false, year: nil)
995
+ #<strong>offset</strong>(rational: false, dst: false, year: nil) &#x21d2; <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
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>to_str</strong>(dst = false, **args)
1117
+ #<strong>to_str</strong>(dst = false, **args) &#x21d2; <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
- - (<tt><span class='object_link'><a href="Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span></tt>) <strong>uses_dst?</strong>(reference = nil)
1333
+ #<strong>uses_dst?</strong>(reference = nil) &#x21d2; <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
- <div id="footer">
1421
- Generated on Tue Mar 29 11:11:37 2016 by
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.8.7.6 (ruby-2.3.0).
1423
+ 0.9.5 (ruby-2.3.0).
1424
1424
  </div>
1425
1425
 
1426
+ </div>
1426
1427
  </body>
1427
1428
  </html>