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
  Class: Lazier::I18n
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::I18n";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Lazier/I18n.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 (I)</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">I18n</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::I18n
64
+ <div id="content"><h1>Class: Lazier::I18n
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">Object</span>
77
75
 
78
76
  <ul class="fullTree">
@@ -83,21 +81,25 @@
83
81
  </ul>
84
82
  <a href="#" class="inheritanceTree">show all</a>
85
83
 
86
- </dd>
87
-
84
+ </dd>
85
+ </dl>
88
86
 
87
+
89
88
 
90
-
91
89
 
92
-
93
90
 
94
91
 
95
92
 
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/lazier/i18n.rb</dd>
93
+
98
94
 
99
- </dl>
100
- <div class="clear"></div>
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/lazier/i18n.rb</dd>
100
+ </dl>
101
+
102
+ </div>
101
103
 
102
104
  <h2>Overview</h2><div class="docstring">
103
105
  <div class="discussion">
@@ -110,19 +112,16 @@
110
112
 
111
113
 
112
114
  </div>
113
- <h2>Constant Summary</h2>
114
-
115
115
 
116
116
 
117
117
 
118
-
119
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
118
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
120
119
  <ul class="summary">
121
120
 
122
121
  <li class="public ">
123
122
  <span class="summary_signature">
124
123
 
125
- <a href="#backend-instance_method" title="#backend (instance method)">- (I18n::Backend) <strong>backend</strong> </a>
124
+ <a href="#backend-instance_method" title="#backend (instance method)">#<strong>backend</strong> &#x21d2; I18n::Backend </a>
126
125
 
127
126
 
128
127
 
@@ -150,7 +149,7 @@
150
149
  <li class="public ">
151
150
  <span class="summary_signature">
152
151
 
153
- <a href="#locale-instance_method" title="#locale (instance method)">- (String|Symbol|nil) <strong>locale</strong> </a>
152
+ <a href="#locale-instance_method" title="#locale (instance method)">#<strong>locale</strong> &#x21d2; String|Symbol|nil </a>
154
153
 
155
154
 
156
155
 
@@ -176,7 +175,7 @@
176
175
  <li class="public ">
177
176
  <span class="summary_signature">
178
177
 
179
- <a href="#path-instance_method" title="#path (instance method)">- (String) <strong>path</strong> </a>
178
+ <a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong> &#x21d2; String </a>
180
179
 
181
180
 
182
181
 
@@ -204,7 +203,7 @@
204
203
  <li class="public ">
205
204
  <span class="summary_signature">
206
205
 
207
- <a href="#root-instance_method" title="#root (instance method)">- (Symbol) <strong>root</strong> </a>
206
+ <a href="#root-instance_method" title="#root (instance method)">#<strong>root</strong> &#x21d2; Symbol </a>
208
207
 
209
208
 
210
209
 
@@ -237,7 +236,7 @@
237
236
 
238
237
  <h2>
239
238
  Class Method Summary
240
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
239
+ <small><a href="#" class="summary_toggle">collapse</a></small>
241
240
  </h2>
242
241
 
243
242
  <ul class="summary">
@@ -245,7 +244,7 @@
245
244
  <li class="public ">
246
245
  <span class="summary_signature">
247
246
 
248
- <a href="#instance-class_method" title="instance (class method)">+ (I18n) <strong>instance</strong>(locale = nil, root: :lazier, path: nil, force: false) </a>
247
+ <a href="#instance-class_method" title="instance (class method)">.<strong>instance</strong>(locale = nil, root: :lazier, path: nil, force: false) &#x21d2; I18n </a>
249
248
 
250
249
 
251
250
 
@@ -269,7 +268,7 @@
269
268
 
270
269
  <h2>
271
270
  Instance Method Summary
272
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
271
+ <small><a href="#" class="summary_toggle">collapse</a></small>
273
272
  </h2>
274
273
 
275
274
  <ul class="summary">
@@ -277,7 +276,7 @@
277
276
  <li class="public ">
278
277
  <span class="summary_signature">
279
278
 
280
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (I18n) <strong>initialize</strong>(locale = nil, root: :lazier, path: nil) </a>
279
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(locale = nil, root: :lazier, path: nil) &#x21d2; I18n </a>
281
280
 
282
281
 
283
282
 
@@ -302,7 +301,7 @@
302
301
  <li class="public ">
303
302
  <span class="summary_signature">
304
303
 
305
- <a href="#locales-instance_method" title="#locales (instance method)">- (Array) <strong>locales</strong> </a>
304
+ <a href="#locales-instance_method" title="#locales (instance method)">#<strong>locales</strong> &#x21d2; Array </a>
306
305
 
307
306
 
308
307
 
@@ -325,7 +324,7 @@
325
324
  <li class="public ">
326
325
  <span class="summary_signature">
327
326
 
328
- <a href="#reload-instance_method" title="#reload (instance method)">- (Object) <strong>reload</strong> </a>
327
+ <a href="#reload-instance_method" title="#reload (instance method)">#<strong>reload</strong> &#x21d2; Object </a>
329
328
 
330
329
 
331
330
 
@@ -348,7 +347,7 @@
348
347
  <li class="public ">
349
348
  <span class="summary_signature">
350
349
 
351
- <a href="#translate-instance_method" title="#translate (instance method)">- (String) <strong>translate</strong>(message, **args) </a>
350
+ <a href="#translate-instance_method" title="#translate (instance method)">#<strong>translate</strong>(message, **args) &#x21d2; String </a>
352
351
 
353
352
 
354
353
 
@@ -373,7 +372,7 @@
373
372
  <li class="public ">
374
373
  <span class="summary_signature">
375
374
 
376
- <a href="#translate_in_locale-instance_method" title="#translate_in_locale (instance method)">- (String) <strong>translate_in_locale</strong>(locale, message, *args) </a>
375
+ <a href="#translate_in_locale-instance_method" title="#translate_in_locale (instance method)">#<strong>translate_in_locale</strong>(locale, message, *args) &#x21d2; String </a>
377
376
 
378
377
 
379
378
 
@@ -398,7 +397,7 @@
398
397
  <li class="public ">
399
398
  <span class="summary_signature">
400
399
 
401
- <a href="#translations-instance_method" title="#translations (instance method)">- (Hash) <strong>translations</strong>(locale = nil) </a>
400
+ <a href="#translations-instance_method" title="#translations (instance method)">#<strong>translations</strong>(locale = nil) &#x21d2; Hash </a>
402
401
 
403
402
 
404
403
 
@@ -421,7 +420,7 @@
421
420
  <li class="public ">
422
421
  <span class="summary_signature">
423
422
 
424
- <a href="#with_locale-instance_method" title="#with_locale (instance method)">- (Object) <strong>with_locale</strong>(locale) </a>
423
+ <a href="#with_locale-instance_method" title="#with_locale (instance method)">#<strong>with_locale</strong>(locale) &#x21d2; Object </a>
425
424
 
426
425
 
427
426
 
@@ -450,7 +449,7 @@
450
449
  <div class="method_details first">
451
450
  <h3 class="signature first" id="initialize-instance_method">
452
451
 
453
- - (<tt><span class='object_link'><a href="" title="Lazier::I18n (class)">I18n</a></span></tt>) <strong>initialize</strong>(locale = nil, root: :lazier, path: nil)
452
+ #<strong>initialize</strong>(locale = nil, root: :lazier, path: nil) &#x21d2; <tt><span class='object_link'><a href="" title="Lazier::I18n (class)">I18n</a></span></tt>
454
453
 
455
454
 
456
455
 
@@ -562,7 +561,7 @@
562
561
  <div class="method_details first">
563
562
  <h3 class="signature first" id="backend-instance_method">
564
563
 
565
- - (<tt>I18n::Backend</tt>) <strong>backend</strong> <span class="extras">(readonly)</span>
564
+ #<strong>backend</strong> &#x21d2; <tt>I18n::Backend</tt> <span class="extras">(readonly)</span>
566
565
 
567
566
 
568
567
 
@@ -911,7 +910,7 @@
911
910
  <div class="method_details ">
912
911
  <h3 class="signature " id="locale-instance_method">
913
912
 
914
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span>|Symbol|nil</tt>) <strong>locale</strong>
913
+ #<strong>locale</strong> &#x21d2; <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span>|Symbol|nil</tt>
915
914
 
916
915
 
917
916
 
@@ -1260,7 +1259,7 @@
1260
1259
  <div class="method_details ">
1261
1260
  <h3 class="signature " id="path-instance_method">
1262
1261
 
1263
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>path</strong> <span class="extras">(readonly)</span>
1262
+ #<strong>path</strong> &#x21d2; <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt> <span class="extras">(readonly)</span>
1264
1263
 
1265
1264
 
1266
1265
 
@@ -1609,7 +1608,7 @@
1609
1608
  <div class="method_details ">
1610
1609
  <h3 class="signature " id="root-instance_method">
1611
1610
 
1612
- - (<tt>Symbol</tt>) <strong>root</strong> <span class="extras">(readonly)</span>
1611
+ #<strong>root</strong> &#x21d2; <tt>Symbol</tt> <span class="extras">(readonly)</span>
1613
1612
 
1614
1613
 
1615
1614
 
@@ -1963,7 +1962,7 @@
1963
1962
  <div class="method_details first">
1964
1963
  <h3 class="signature first" id="instance-class_method">
1965
1964
 
1966
- + (<tt><span class='object_link'><a href="" title="Lazier::I18n (class)">I18n</a></span></tt>) <strong>instance</strong>(locale = nil, root: :lazier, path: nil, force: false)
1965
+ .<strong>instance</strong>(locale = nil, root: :lazier, path: nil, force: false) &#x21d2; <tt><span class='object_link'><a href="" title="Lazier::I18n (class)">I18n</a></span></tt>
1967
1966
 
1968
1967
 
1969
1968
 
@@ -2094,7 +2093,7 @@
2094
2093
  <div class="method_details first">
2095
2094
  <h3 class="signature first" id="locales-instance_method">
2096
2095
 
2097
- - (<tt>Array</tt>) <strong>locales</strong>
2096
+ #<strong>locales</strong> &#x21d2; <tt>Array</tt>
2098
2097
 
2099
2098
 
2100
2099
 
@@ -2151,7 +2150,7 @@
2151
2150
  <div class="method_details ">
2152
2151
  <h3 class="signature " id="reload-instance_method">
2153
2152
 
2154
- - (<tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>reload</strong>
2153
+ #<strong>reload</strong> &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
2155
2154
 
2156
2155
 
2157
2156
 
@@ -2193,7 +2192,7 @@
2193
2192
  <div class="method_details ">
2194
2193
  <h3 class="signature " id="translate-instance_method">
2195
2194
 
2196
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>translate</strong>(message, **args)
2195
+ #<strong>translate</strong>(message, **args) &#x21d2; <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
2197
2196
 
2198
2197
 
2199
2198
 
@@ -2302,7 +2301,7 @@
2302
2301
  <div class="method_details ">
2303
2302
  <h3 class="signature " id="translate_in_locale-instance_method">
2304
2303
 
2305
- - (<tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>translate_in_locale</strong>(locale, message, *args)
2304
+ #<strong>translate_in_locale</strong>(locale, message, *args) &#x21d2; <tt><span class='object_link'><a href="String.html" title="Lazier::String (module)">String</a></span></tt>
2306
2305
 
2307
2306
 
2308
2307
 
@@ -2412,7 +2411,7 @@
2412
2411
  <div class="method_details ">
2413
2412
  <h3 class="signature " id="translations-instance_method">
2414
2413
 
2415
- - (<tt><span class='object_link'><a href="Hash.html" title="Lazier::Hash (module)">Hash</a></span></tt>) <strong>translations</strong>(locale = nil)
2414
+ #<strong>translations</strong>(locale = nil) &#x21d2; <tt><span class='object_link'><a href="Hash.html" title="Lazier::Hash (module)">Hash</a></span></tt>
2416
2415
 
2417
2416
 
2418
2417
 
@@ -2492,7 +2491,7 @@
2492
2491
  <div class="method_details ">
2493
2492
  <h3 class="signature " id="with_locale-instance_method">
2494
2493
 
2495
- - (<tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>) <strong>with_locale</strong>(locale)
2494
+ #<strong>with_locale</strong>(locale) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Lazier::Object (module)">Object</a></span></tt>
2496
2495
 
2497
2496
 
2498
2497
 
@@ -2566,11 +2565,12 @@
2566
2565
 
2567
2566
  </div>
2568
2567
 
2569
- <div id="footer">
2570
- Generated on Tue Mar 29 11:11:37 2016 by
2568
+ <div id="footer">
2569
+ Generated on Thu Nov 10 11:39:24 2016 by
2571
2570
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2572
- 0.8.7.6 (ruby-2.3.0).
2571
+ 0.9.5 (ruby-2.3.0).
2573
2572
  </div>
2574
2573
 
2574
+ </div>
2575
2575
  </body>
2576
2576
  </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::Math
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::Math";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Lazier/Math.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 (M)</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">Math</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::Math
64
+ <div id="content"><h1>Module: Lazier::Math
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/math.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/math.rb</dd>
89
+ </dl>
90
+
91
+ </div>
90
92
 
91
93
  <h2>Overview</h2><div class="docstring">
92
94
  <div class="discussion">
@@ -120,11 +122,12 @@
120
122
 
121
123
  </div>
122
124
 
123
- <div id="footer">
124
- Generated on Tue Mar 29 11:11:36 2016 by
125
+ <div id="footer">
126
+ Generated on Thu Nov 10 11:39:23 2016 by
125
127
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.8.7.6 (ruby-2.3.0).
128
+ 0.9.5 (ruby-2.3.0).
127
129
  </div>
128
130
 
131
+ </div>
129
132
  </body>
130
133
  </html>