netlinx-workspace 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/doc/NetLinx.html +39 -39
  3. data/doc/NetLinx/Compile.html +38 -38
  4. data/doc/NetLinx/Compile/Extension.html +38 -38
  5. data/doc/NetLinx/Compile/Extension/APW.html +49 -48
  6. data/doc/NetLinx/Project.html +74 -73
  7. data/doc/NetLinx/Rake.html +38 -38
  8. data/doc/NetLinx/Rake/Workspace.html +38 -38
  9. data/doc/NetLinx/Rake/Workspace/CreateWorkspaceConfig.html +50 -49
  10. data/doc/NetLinx/Rake/Workspace/GenerateAPW.html +51 -50
  11. data/doc/NetLinx/System.html +97 -96
  12. data/doc/NetLinx/SystemFile.html +66 -65
  13. data/doc/NetLinx/Workspace.html +76 -75
  14. data/doc/NetLinx/Workspace/YAML.html +52 -51
  15. data/doc/_index.html +28 -31
  16. data/doc/class_list.html +24 -31
  17. data/doc/created.rid +7 -0
  18. data/doc/css/full_list.css +32 -31
  19. data/doc/css/style.css +251 -91
  20. data/doc/file.README.html +28 -31
  21. data/doc/file.license.html +28 -31
  22. data/doc/file_list.html +29 -31
  23. data/doc/frames.html +7 -16
  24. data/doc/images/add.png +0 -0
  25. data/doc/images/arrow_up.png +0 -0
  26. data/doc/images/brick.png +0 -0
  27. data/doc/images/brick_link.png +0 -0
  28. data/doc/images/bug.png +0 -0
  29. data/doc/images/bullet_black.png +0 -0
  30. data/doc/images/bullet_toggle_minus.png +0 -0
  31. data/doc/images/bullet_toggle_plus.png +0 -0
  32. data/doc/images/date.png +0 -0
  33. data/doc/images/delete.png +0 -0
  34. data/doc/images/find.png +0 -0
  35. data/doc/images/loadingAnimation.gif +0 -0
  36. data/doc/images/macFFBgHack.png +0 -0
  37. data/doc/images/package.png +0 -0
  38. data/doc/images/page_green.png +0 -0
  39. data/doc/images/page_white_text.png +0 -0
  40. data/doc/images/page_white_width.png +0 -0
  41. data/doc/images/plugin.png +0 -0
  42. data/doc/images/ruby.png +0 -0
  43. data/doc/images/tag_blue.png +0 -0
  44. data/doc/images/tag_green.png +0 -0
  45. data/doc/images/transparent.png +0 -0
  46. data/doc/images/wrench.png +0 -0
  47. data/doc/images/wrench_orange.png +0 -0
  48. data/doc/images/zoom.png +0 -0
  49. data/doc/index.html +28 -31
  50. data/doc/js/app.js +106 -77
  51. data/doc/js/darkfish.js +155 -0
  52. data/doc/js/full_list.js +170 -135
  53. data/doc/js/navigation.js +142 -0
  54. data/doc/js/search.js +94 -0
  55. data/doc/js/search_index.js +1 -0
  56. data/doc/js/searcher.js +228 -0
  57. data/doc/method_list.html +373 -239
  58. data/doc/rdoc.css +595 -0
  59. data/doc/table_of_contents.html +111 -0
  60. data/doc/top-level-namespace.html +34 -36
  61. metadata +53 -15
@@ -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: NetLinx::Project
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.12
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 = "NetLinx::Project";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!NetLinx/Project.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,48 @@
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?1"></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 (P)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Project</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>
65
-
66
- <div id="content"><h1>Class: NetLinx::Project
62
+ <div id="content"><h1>Class: NetLinx::Project
67
63
 
68
64
 
69
65
 
70
66
  </h1>
71
-
72
- <dl class="box">
67
+ <div class="box_info">
73
68
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
76
72
  <span class="inheritName">Object</span>
77
73
 
78
74
  <ul class="fullTree">
@@ -83,21 +79,25 @@
83
79
  </ul>
84
80
  <a href="#" class="inheritanceTree">show all</a>
85
81
 
86
- </dd>
87
-
82
+ </dd>
83
+ </dl>
84
+
85
+
88
86
 
89
87
 
90
-
91
88
 
92
-
93
89
 
94
90
 
91
+
92
+
93
+
95
94
 
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/netlinx/workspace/project.rb</dd>
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/netlinx/workspace/project.rb</dd>
98
+ </dl>
98
99
 
99
- </dl>
100
- <div class="clear"></div>
100
+ </div>
101
101
 
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
@@ -114,13 +114,13 @@
114
114
 
115
115
 
116
116
 
117
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
117
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
118
118
  <ul class="summary">
119
119
 
120
120
  <li class="public ">
121
121
  <span class="summary_signature">
122
122
 
123
- <a href="#dealer-instance_method" title="#dealer (instance method)">- (Object) <strong>dealer</strong> </a>
123
+ <a href="#dealer-instance_method" title="#dealer (instance method)">#<strong>dealer</strong> &#x21d2; Object </a>
124
124
 
125
125
 
126
126
 
@@ -147,7 +147,7 @@
147
147
  <li class="public ">
148
148
  <span class="summary_signature">
149
149
 
150
- <a href="#description-instance_method" title="#description (instance method)">- (Object) <strong>description</strong> </a>
150
+ <a href="#description-instance_method" title="#description (instance method)">#<strong>description</strong> &#x21d2; Object </a>
151
151
 
152
152
 
153
153
 
@@ -174,7 +174,7 @@
174
174
  <li class="public ">
175
175
  <span class="summary_signature">
176
176
 
177
- <a href="#designer-instance_method" title="#designer (instance method)">- (Object) <strong>designer</strong> </a>
177
+ <a href="#designer-instance_method" title="#designer (instance method)">#<strong>designer</strong> &#x21d2; Object </a>
178
178
 
179
179
 
180
180
 
@@ -201,7 +201,7 @@
201
201
  <li class="public ">
202
202
  <span class="summary_signature">
203
203
 
204
- <a href="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
204
+ <a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> &#x21d2; Object </a>
205
205
 
206
206
 
207
207
 
@@ -228,7 +228,7 @@
228
228
  <li class="public ">
229
229
  <span class="summary_signature">
230
230
 
231
- <a href="#purchase_order-instance_method" title="#purchase_order (instance method)">- (Object) <strong>purchase_order</strong> </a>
231
+ <a href="#purchase_order-instance_method" title="#purchase_order (instance method)">#<strong>purchase_order</strong> &#x21d2; Object </a>
232
232
 
233
233
 
234
234
 
@@ -255,7 +255,7 @@
255
255
  <li class="public ">
256
256
  <span class="summary_signature">
257
257
 
258
- <a href="#sales_order-instance_method" title="#sales_order (instance method)">- (Object) <strong>sales_order</strong> </a>
258
+ <a href="#sales_order-instance_method" title="#sales_order (instance method)">#<strong>sales_order</strong> &#x21d2; Object </a>
259
259
 
260
260
 
261
261
 
@@ -282,7 +282,7 @@
282
282
  <li class="public ">
283
283
  <span class="summary_signature">
284
284
 
285
- <a href="#systems-instance_method" title="#systems (instance method)">- (Object) <strong>systems</strong> </a>
285
+ <a href="#systems-instance_method" title="#systems (instance method)">#<strong>systems</strong> &#x21d2; Object </a>
286
286
 
287
287
 
288
288
 
@@ -309,7 +309,7 @@
309
309
  <li class="public ">
310
310
  <span class="summary_signature">
311
311
 
312
- <a href="#workspace-instance_method" title="#workspace (instance method)">- (Object) <strong>workspace</strong> </a>
312
+ <a href="#workspace-instance_method" title="#workspace (instance method)">#<strong>workspace</strong> &#x21d2; Object </a>
313
313
 
314
314
 
315
315
 
@@ -341,7 +341,7 @@
341
341
 
342
342
  <h2>
343
343
  Instance Method Summary
344
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
344
+ <small><a href="#" class="summary_toggle">collapse</a></small>
345
345
  </h2>
346
346
 
347
347
  <ul class="summary">
@@ -349,7 +349,7 @@
349
349
  <li class="public ">
350
350
  <span class="summary_signature">
351
351
 
352
- <a href="#%3C%3C-instance_method" title="#&lt;&lt; (instance method)">- (Object) <strong>&lt;&lt;</strong>(system) </a>
352
+ <a href="#<<-instance_method" title="#&lt;&lt; (instance method)">#<strong>&lt;&lt;</strong>(system) &#x21d2; Object </a>
353
353
 
354
354
 
355
355
 
@@ -373,7 +373,7 @@
373
373
  <li class="public ">
374
374
  <span class="summary_signature">
375
375
 
376
- <a href="#compile-instance_method" title="#compile (instance method)">- (Object) <strong>compile</strong> </a>
376
+ <a href="#compile-instance_method" title="#compile (instance method)">#<strong>compile</strong> &#x21d2; Object </a>
377
377
 
378
378
 
379
379
 
@@ -397,7 +397,7 @@
397
397
  <li class="public ">
398
398
  <span class="summary_signature">
399
399
 
400
- <a href="#include%3F-instance_method" title="#include? (instance method)">- (Boolean) <strong>include?</strong>(file) </a>
400
+ <a href="#include%3F-instance_method" title="#include? (instance method)">#<strong>include?</strong>(file) &#x21d2; Boolean </a>
401
401
 
402
402
 
403
403
 
@@ -421,7 +421,7 @@
421
421
  <li class="public ">
422
422
  <span class="summary_signature">
423
423
 
424
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Project) <strong>initialize</strong>(**kwargs) </a>
424
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(**kwargs) &#x21d2; Project </a>
425
425
 
426
426
 
427
427
 
@@ -447,7 +447,7 @@
447
447
  <li class="public ">
448
448
  <span class="summary_signature">
449
449
 
450
- <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
450
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
451
451
 
452
452
 
453
453
 
@@ -471,7 +471,7 @@
471
471
  <li class="public ">
472
472
  <span class="summary_signature">
473
473
 
474
- <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">- (REXML::Element) <strong>to_xml_element</strong> </a>
474
+ <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">#<strong>to_xml_element</strong> &#x21d2; REXML::Element </a>
475
475
 
476
476
 
477
477
 
@@ -501,7 +501,7 @@
501
501
  <div class="method_details first">
502
502
  <h3 class="signature first" id="initialize-instance_method">
503
503
 
504
- - (<tt><span class='object_link'><a href="" title="NetLinx::Project (class)">Project</a></span></tt>) <strong>initialize</strong>(**kwargs)
504
+ #<strong>initialize</strong>(**kwargs) &#x21d2; <tt><span class='object_link'><a href="" title="NetLinx::Project (class)">Project</a></span></tt>
505
505
 
506
506
 
507
507
 
@@ -691,7 +691,7 @@
691
691
  <div class="method_details first">
692
692
  <h3 class="signature first" id="dealer-instance_method">
693
693
 
694
- - (<tt>Object</tt>) <strong>dealer</strong>
694
+ #<strong>dealer</strong> &#x21d2; <tt>Object</tt>
695
695
 
696
696
 
697
697
 
@@ -734,7 +734,7 @@
734
734
  <div class="method_details ">
735
735
  <h3 class="signature " id="description-instance_method">
736
736
 
737
- - (<tt>Object</tt>) <strong>description</strong>
737
+ #<strong>description</strong> &#x21d2; <tt>Object</tt>
738
738
 
739
739
 
740
740
 
@@ -777,7 +777,7 @@
777
777
  <div class="method_details ">
778
778
  <h3 class="signature " id="designer-instance_method">
779
779
 
780
- - (<tt>Object</tt>) <strong>designer</strong>
780
+ #<strong>designer</strong> &#x21d2; <tt>Object</tt>
781
781
 
782
782
 
783
783
 
@@ -820,7 +820,7 @@
820
820
  <div class="method_details ">
821
821
  <h3 class="signature " id="name-instance_method">
822
822
 
823
- - (<tt>Object</tt>) <strong>name</strong>
823
+ #<strong>name</strong> &#x21d2; <tt>Object</tt>
824
824
 
825
825
 
826
826
 
@@ -863,7 +863,7 @@
863
863
  <div class="method_details ">
864
864
  <h3 class="signature " id="purchase_order-instance_method">
865
865
 
866
- - (<tt>Object</tt>) <strong>purchase_order</strong>
866
+ #<strong>purchase_order</strong> &#x21d2; <tt>Object</tt>
867
867
 
868
868
 
869
869
 
@@ -906,7 +906,7 @@
906
906
  <div class="method_details ">
907
907
  <h3 class="signature " id="sales_order-instance_method">
908
908
 
909
- - (<tt>Object</tt>) <strong>sales_order</strong>
909
+ #<strong>sales_order</strong> &#x21d2; <tt>Object</tt>
910
910
 
911
911
 
912
912
 
@@ -949,7 +949,7 @@
949
949
  <div class="method_details ">
950
950
  <h3 class="signature " id="systems-instance_method">
951
951
 
952
- - (<tt>Object</tt>) <strong>systems</strong>
952
+ #<strong>systems</strong> &#x21d2; <tt>Object</tt>
953
953
 
954
954
 
955
955
 
@@ -992,7 +992,7 @@
992
992
  <div class="method_details ">
993
993
  <h3 class="signature " id="workspace-instance_method">
994
994
 
995
- - (<tt>Object</tt>) <strong>workspace</strong>
995
+ #<strong>workspace</strong> &#x21d2; <tt>Object</tt>
996
996
 
997
997
 
998
998
 
@@ -1040,7 +1040,7 @@
1040
1040
  <div class="method_details first">
1041
1041
  <h3 class="signature first" id="<<-instance_method">
1042
1042
 
1043
- - (<tt>Object</tt>) <strong>&lt;&lt;</strong>(system)
1043
+ #<strong>&lt;&lt;</strong>(system) &#x21d2; <tt>Object</tt>
1044
1044
 
1045
1045
 
1046
1046
 
@@ -1083,7 +1083,7 @@
1083
1083
  <div class="method_details ">
1084
1084
  <h3 class="signature " id="compile-instance_method">
1085
1085
 
1086
- - (<tt>Object</tt>) <strong>compile</strong>
1086
+ #<strong>compile</strong> &#x21d2; <tt>Object</tt>
1087
1087
 
1088
1088
 
1089
1089
 
@@ -1128,7 +1128,7 @@
1128
1128
  <div class="method_details ">
1129
1129
  <h3 class="signature " id="include?-instance_method">
1130
1130
 
1131
- - (<tt>Boolean</tt>) <strong>include?</strong>(file)
1131
+ #<strong>include?</strong>(file) &#x21d2; <tt>Boolean</tt>
1132
1132
 
1133
1133
 
1134
1134
 
@@ -1201,7 +1201,7 @@
1201
1201
  <div class="method_details ">
1202
1202
  <h3 class="signature " id="to_s-instance_method">
1203
1203
 
1204
- - (<tt>Object</tt>) <strong>to_s</strong>
1204
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
1205
1205
 
1206
1206
 
1207
1207
 
@@ -1260,7 +1260,7 @@
1260
1260
  <div class="method_details ">
1261
1261
  <h3 class="signature " id="to_xml_element-instance_method">
1262
1262
 
1263
- - (<tt>REXML::Element</tt>) <strong>to_xml_element</strong>
1263
+ #<strong>to_xml_element</strong> &#x21d2; <tt>REXML::Element</tt>
1264
1264
 
1265
1265
 
1266
1266
 
@@ -1338,11 +1338,12 @@
1338
1338
 
1339
1339
  </div>
1340
1340
 
1341
- <div id="footer">
1342
- Generated on Tue Mar 31 15:22:01 2015 by
1341
+ <div id="footer">
1342
+ Generated on Tue Feb 13 21:48:27 2018 by
1343
1343
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1344
- 0.8.7.6 (ruby-2.1.3).
1344
+ 0.9.12 (ruby-2.1.8).
1345
1345
  </div>
1346
1346
 
1347
+ </div>
1347
1348
  </body>
1348
1349
  </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: NetLinx::Rake
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.12
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 = "NetLinx::Rake";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!NetLinx/Rake.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,63 +27,63 @@
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?1"></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 (R)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Rake</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>
65
-
66
- <div id="content"><h1>Module: NetLinx::Rake
62
+ <div id="content"><h1>Module: NetLinx::Rake
67
63
 
68
64
 
69
65
 
70
66
  </h1>
67
+ <div class="box_info">
68
+
71
69
 
72
- <dl class="box">
73
70
 
74
71
 
75
-
76
72
 
77
-
78
73
 
79
74
 
75
+
80
76
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/netlinx/rake/workspace.rb<span class="defines">,<br />
77
+
78
+
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/netlinx/rake/workspace.rb<span class="defines">,<br />
83
82
  lib/netlinx/rake/workspace/generate_apw.rb,<br /> lib/netlinx/rake/workspace/create_workspace_config.rb</span>
84
83
  </dd>
84
+ </dl>
85
85
 
86
- </dl>
87
- <div class="clear"></div>
86
+ </div>
88
87
 
89
88
  <h2>Overview</h2><div class="docstring">
90
89
  <div class="discussion">
@@ -118,11 +117,12 @@
118
117
 
119
118
  </div>
120
119
 
121
- <div id="footer">
122
- Generated on Tue Mar 31 15:22:00 2015 by
120
+ <div id="footer">
121
+ Generated on Tue Feb 13 21:48:26 2018 by
123
122
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124
- 0.8.7.6 (ruby-2.1.3).
123
+ 0.9.12 (ruby-2.1.8).
125
124
  </div>
126
125
 
126
+ </div>
127
127
  </body>
128
128
  </html>