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
|
Exception: Lazier::Exceptions::MissingTranslation
|
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::Exceptions::MissingTranslation";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Lazier/Exceptions/MissingTranslation.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 (M)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../Lazier.html" title="Lazier (module)">Lazier</a></span></span> » <span class='title'><span class='object_link'><a href="../Exceptions.html" title="Lazier::Exceptions (module)">Exceptions</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">MissingTranslation</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>Exception: Lazier::Exceptions::MissingTranslation
|
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">RuntimeError</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/exceptions.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
|
Instance 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="#initialize-instance_method" title="#initialize (instance method)"
|
134
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(locale, message = nil) ⇒ MissingTranslation </a>
|
133
135
|
|
134
136
|
|
135
137
|
|
@@ -161,7 +163,7 @@
|
|
161
163
|
<div class="method_details first">
|
162
164
|
<h3 class="signature first" id="initialize-instance_method">
|
163
165
|
|
164
|
-
|
166
|
+
#<strong>initialize</strong>(locale, message = nil) ⇒ <tt><span class='object_link'><a href="" title="Lazier::Exceptions::MissingTranslation (class)">MissingTranslation</a></span></tt>
|
165
167
|
|
166
168
|
|
167
169
|
|
@@ -241,11 +243,12 @@
|
|
241
243
|
|
242
244
|
</div>
|
243
245
|
|
244
|
-
|
245
|
-
Generated on
|
246
|
+
<div id="footer">
|
247
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
246
248
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
247
|
-
0.
|
249
|
+
0.9.5 (ruby-2.3.0).
|
248
250
|
</div>
|
249
251
|
|
252
|
+
</div>
|
250
253
|
</body>
|
251
254
|
</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::Exceptions::TranslationExceptionHandler
|
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::Exceptions::TranslationExceptionHandler";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Lazier/Exceptions/TranslationExceptionHandler.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 (T)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../Lazier.html" title="Lazier (module)">Lazier</a></span></span> » <span class='title'><span class='object_link'><a href="../Exceptions.html" title="Lazier::Exceptions (module)">Exceptions</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">TranslationExceptionHandler</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::Exceptions::TranslationExceptionHandler
|
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">I18n::ExceptionHandler</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/exceptions.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
|
Instance 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="#call-instance_method" title="#call (instance method)"
|
134
|
+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(exception, locale, key, options) ⇒ Object </a>
|
133
135
|
|
134
136
|
|
135
137
|
|
@@ -162,7 +164,7 @@
|
|
162
164
|
<div class="method_details first">
|
163
165
|
<h3 class="signature first" id="call-instance_method">
|
164
166
|
|
165
|
-
|
167
|
+
#<strong>call</strong>(exception, locale, key, options) ⇒ <tt><span class='object_link'><a href="../Object.html" title="Lazier::Object (module)">Object</a></span></tt>
|
166
168
|
|
167
169
|
|
168
170
|
|
@@ -267,11 +269,12 @@
|
|
267
269
|
|
268
270
|
</div>
|
269
271
|
|
270
|
-
|
271
|
-
Generated on
|
272
|
+
<div id="footer">
|
273
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
272
274
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
273
|
-
0.
|
275
|
+
0.9.5 (ruby-2.3.0).
|
274
276
|
</div>
|
275
277
|
|
278
|
+
</div>
|
276
279
|
</body>
|
277
280
|
</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::Hash
|
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::Hash";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Lazier/Hash.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 (H)</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">Hash</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::Hash
|
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/hash.rb</dd>
|
82
|
+
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
|
85
|
+
|
86
|
+
<dl>
|
87
|
+
<dt>Defined in:</dt>
|
88
|
+
<dd>lib/lazier/hash.rb</dd>
|
89
|
+
</dl>
|
90
|
+
|
91
|
+
</div>
|
90
92
|
|
91
93
|
<h2>Overview</h2><div class="docstring">
|
92
94
|
<div class="discussion">
|
@@ -100,11 +102,10 @@
|
|
100
102
|
|
101
103
|
</div>
|
102
104
|
<h2>Constant Summary</h2>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<
|
107
|
-
<div class="docstring">
|
105
|
+
<dl class="constants">
|
106
|
+
|
107
|
+
<dt id="VALID_ACCESSES-constant" class="">VALID_ACCESSES =
|
108
|
+
<div class="docstring">
|
108
109
|
<div class="discussion">
|
109
110
|
<p>The supported accesses for #ensure_access</p>
|
110
111
|
|
@@ -115,16 +116,15 @@
|
|
115
116
|
|
116
117
|
|
117
118
|
</div>
|
118
|
-
|
119
|
-
|
119
|
+
</dt>
|
120
|
+
<dd><pre class="code"><span class='lbrace'>{</span>
|
120
121
|
<span class='label'>strings:</span> <span class='symbol'>:stringify_keys</span><span class='comma'>,</span>
|
121
122
|
<span class='label'>symbols:</span> <span class='symbol'>:symbolize_keys</span><span class='comma'>,</span>
|
122
123
|
<span class='label'>indifferent:</span> <span class='symbol'>:with_indifferent_access</span><span class='comma'>,</span>
|
123
124
|
<span class='label'>dotted:</span> <span class='symbol'>:enable_dotted_access</span>
|
124
125
|
<span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
|
125
|
-
|
126
|
-
|
127
|
-
|
126
|
+
|
127
|
+
</dl>
|
128
128
|
|
129
129
|
|
130
130
|
|
@@ -135,7 +135,7 @@
|
|
135
135
|
|
136
136
|
<h2>
|
137
137
|
Instance Method Summary
|
138
|
-
<small
|
138
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
139
139
|
</h2>
|
140
140
|
|
141
141
|
<ul class="summary">
|
@@ -143,7 +143,7 @@
|
|
143
143
|
<li class="public ">
|
144
144
|
<span class="summary_signature">
|
145
145
|
|
146
|
-
<a href="#compact-instance_method" title="#compact (instance method)"
|
146
|
+
<a href="#compact-instance_method" title="#compact (instance method)">#<strong>compact</strong>(&validator) ⇒ Hash </a>
|
147
147
|
|
148
148
|
|
149
149
|
|
@@ -166,7 +166,7 @@
|
|
166
166
|
<li class="public ">
|
167
167
|
<span class="summary_signature">
|
168
168
|
|
169
|
-
<a href="#compact%21-instance_method" title="#compact! (instance method)"
|
169
|
+
<a href="#compact%21-instance_method" title="#compact! (instance method)">#<strong>compact!</strong>(&validator) ⇒ Object </a>
|
170
170
|
|
171
171
|
|
172
172
|
|
@@ -189,7 +189,7 @@
|
|
189
189
|
<li class="public ">
|
190
190
|
<span class="summary_signature">
|
191
191
|
|
192
|
-
<a href="#enable_dotted_access-instance_method" title="#enable_dotted_access (instance method)"
|
192
|
+
<a href="#enable_dotted_access-instance_method" title="#enable_dotted_access (instance method)">#<strong>enable_dotted_access</strong>(readonly = true) ⇒ Hash </a>
|
193
193
|
|
194
194
|
|
195
195
|
|
@@ -212,7 +212,7 @@
|
|
212
212
|
<li class="public ">
|
213
213
|
<span class="summary_signature">
|
214
214
|
|
215
|
-
<a href="#ensure_access-instance_method" title="#ensure_access (instance method)"
|
215
|
+
<a href="#ensure_access-instance_method" title="#ensure_access (instance method)">#<strong>ensure_access</strong>(*accesses) ⇒ Hash </a>
|
216
216
|
|
217
217
|
|
218
218
|
|
@@ -245,7 +245,7 @@
|
|
245
245
|
<div class="method_details first">
|
246
246
|
<h3 class="signature first" id="compact-instance_method">
|
247
247
|
|
248
|
-
|
248
|
+
#<strong>compact</strong>(&validator) ⇒ <tt><span class='object_link'><a href="" title="Lazier::Hash (module)">Hash</a></span></tt>
|
249
249
|
|
250
250
|
|
251
251
|
|
@@ -321,7 +321,7 @@
|
|
321
321
|
<div class="method_details ">
|
322
322
|
<h3 class="signature " id="compact!-instance_method">
|
323
323
|
|
324
|
-
|
324
|
+
#<strong>compact!</strong>(&validator) ⇒ <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
|
325
325
|
|
326
326
|
|
327
327
|
|
@@ -382,7 +382,7 @@
|
|
382
382
|
<div class="method_details ">
|
383
383
|
<h3 class="signature " id="enable_dotted_access-instance_method">
|
384
384
|
|
385
|
-
|
385
|
+
#<strong>enable_dotted_access</strong>(readonly = true) ⇒ <tt><span class='object_link'><a href="" title="Lazier::Hash (module)">Hash</a></span></tt>
|
386
386
|
|
387
387
|
|
388
388
|
|
@@ -472,7 +472,7 @@
|
|
472
472
|
<div class="method_details ">
|
473
473
|
<h3 class="signature " id="ensure_access-instance_method">
|
474
474
|
|
475
|
-
|
475
|
+
#<strong>ensure_access</strong>(*accesses) ⇒ <tt><span class='object_link'><a href="" title="Lazier::Hash (module)">Hash</a></span></tt>
|
476
476
|
|
477
477
|
|
478
478
|
|
@@ -551,11 +551,12 @@
|
|
551
551
|
|
552
552
|
</div>
|
553
553
|
|
554
|
-
|
555
|
-
Generated on
|
554
|
+
<div id="footer">
|
555
|
+
Generated on Thu Nov 10 11:39:23 2016 by
|
556
556
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
557
|
-
0.
|
557
|
+
0.9.5 (ruby-2.3.0).
|
558
558
|
</div>
|
559
559
|
|
560
|
+
</div>
|
560
561
|
</body>
|
561
562
|
</html>
|