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::SystemFile
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::SystemFile";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!NetLinx/SystemFile.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 (S)</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">SystemFile</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::SystemFile
62
+ <div id="content"><h1>Class: NetLinx::SystemFile
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/system_file.rb</dd>
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/netlinx/workspace/system_file.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="#description-instance_method" title="#description (instance method)">- (Object) <strong>description</strong> </a>
123
+ <a href="#description-instance_method" title="#description (instance method)">#<strong>description</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="#devices-instance_method" title="#devices (instance method)">- (Object) <strong>devices</strong> </a>
150
+ <a href="#devices-instance_method" title="#devices (instance method)">#<strong>devices</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="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
177
+ <a href="#name-instance_method" title="#name (instance method)">#<strong>name</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="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
204
+ <a href="#path-instance_method" title="#path (instance method)">#<strong>path</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="#system-instance_method" title="#system (instance method)">- (Object) <strong>system</strong> </a>
231
+ <a href="#system-instance_method" title="#system (instance method)">#<strong>system</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="#type-instance_method" title="#type (instance method)">- (Object) <strong>type</strong> </a>
258
+ <a href="#type-instance_method" title="#type (instance method)">#<strong>type</strong> &#x21d2; Object </a>
259
259
 
260
260
 
261
261
 
@@ -287,7 +287,7 @@
287
287
 
288
288
  <h2>
289
289
  Instance Method Summary
290
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
290
+ <small><a href="#" class="summary_toggle">collapse</a></small>
291
291
  </h2>
292
292
 
293
293
  <ul class="summary">
@@ -295,7 +295,7 @@
295
295
  <li class="public ">
296
296
  <span class="summary_signature">
297
297
 
298
- <a href="#%3C%3C-instance_method" title="#&lt;&lt; (instance method)">- (Object) <strong>&lt;&lt;</strong>(device) </a>
298
+ <a href="#<<-instance_method" title="#&lt;&lt; (instance method)">#<strong>&lt;&lt;</strong>(device) &#x21d2; Object </a>
299
299
 
300
300
 
301
301
 
@@ -319,7 +319,7 @@
319
319
  <li class="public ">
320
320
  <span class="summary_signature">
321
321
 
322
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (SystemFile) <strong>initialize</strong>(**kwargs) </a>
322
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(**kwargs) &#x21d2; SystemFile </a>
323
323
 
324
324
 
325
325
 
@@ -345,7 +345,7 @@
345
345
  <li class="public ">
346
346
  <span class="summary_signature">
347
347
 
348
- <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
348
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
349
349
 
350
350
 
351
351
 
@@ -369,7 +369,7 @@
369
369
  <li class="public ">
370
370
  <span class="summary_signature">
371
371
 
372
- <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">- (REXML::Element) <strong>to_xml_element</strong> </a>
372
+ <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">#<strong>to_xml_element</strong> &#x21d2; REXML::Element </a>
373
373
 
374
374
 
375
375
 
@@ -399,7 +399,7 @@
399
399
  <div class="method_details first">
400
400
  <h3 class="signature first" id="initialize-instance_method">
401
401
 
402
- - (<tt><span class='object_link'><a href="" title="NetLinx::SystemFile (class)">SystemFile</a></span></tt>) <strong>initialize</strong>(**kwargs)
402
+ #<strong>initialize</strong>(**kwargs) &#x21d2; <tt><span class='object_link'><a href="" title="NetLinx::SystemFile (class)">SystemFile</a></span></tt>
403
403
 
404
404
 
405
405
 
@@ -565,7 +565,7 @@
565
565
  <div class="method_details first">
566
566
  <h3 class="signature first" id="description-instance_method">
567
567
 
568
- - (<tt>Object</tt>) <strong>description</strong>
568
+ #<strong>description</strong> &#x21d2; <tt>Object</tt>
569
569
 
570
570
 
571
571
 
@@ -608,7 +608,7 @@
608
608
  <div class="method_details ">
609
609
  <h3 class="signature " id="devices-instance_method">
610
610
 
611
- - (<tt>Object</tt>) <strong>devices</strong>
611
+ #<strong>devices</strong> &#x21d2; <tt>Object</tt>
612
612
 
613
613
 
614
614
 
@@ -651,7 +651,7 @@
651
651
  <div class="method_details ">
652
652
  <h3 class="signature " id="name-instance_method">
653
653
 
654
- - (<tt>Object</tt>) <strong>name</strong>
654
+ #<strong>name</strong> &#x21d2; <tt>Object</tt>
655
655
 
656
656
 
657
657
 
@@ -694,7 +694,7 @@
694
694
  <div class="method_details ">
695
695
  <h3 class="signature " id="path-instance_method">
696
696
 
697
- - (<tt>Object</tt>) <strong>path</strong>
697
+ #<strong>path</strong> &#x21d2; <tt>Object</tt>
698
698
 
699
699
 
700
700
 
@@ -737,7 +737,7 @@
737
737
  <div class="method_details ">
738
738
  <h3 class="signature " id="system-instance_method">
739
739
 
740
- - (<tt>Object</tt>) <strong>system</strong>
740
+ #<strong>system</strong> &#x21d2; <tt>Object</tt>
741
741
 
742
742
 
743
743
 
@@ -780,7 +780,7 @@
780
780
  <div class="method_details ">
781
781
  <h3 class="signature " id="type-instance_method">
782
782
 
783
- - (<tt>Object</tt>) <strong>type</strong>
783
+ #<strong>type</strong> &#x21d2; <tt>Object</tt>
784
784
 
785
785
 
786
786
 
@@ -828,7 +828,7 @@
828
828
  <div class="method_details first">
829
829
  <h3 class="signature first" id="<<-instance_method">
830
830
 
831
- - (<tt>Object</tt>) <strong>&lt;&lt;</strong>(device)
831
+ #<strong>&lt;&lt;</strong>(device) &#x21d2; <tt>Object</tt>
832
832
 
833
833
 
834
834
 
@@ -889,7 +889,7 @@
889
889
  <div class="method_details ">
890
890
  <h3 class="signature " id="to_s-instance_method">
891
891
 
892
- - (<tt>Object</tt>) <strong>to_s</strong>
892
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
893
893
 
894
894
 
895
895
 
@@ -948,7 +948,7 @@
948
948
  <div class="method_details ">
949
949
  <h3 class="signature " id="to_xml_element-instance_method">
950
950
 
951
- - (<tt>REXML::Element</tt>) <strong>to_xml_element</strong>
951
+ #<strong>to_xml_element</strong> &#x21d2; <tt>REXML::Element</tt>
952
952
 
953
953
 
954
954
 
@@ -1040,11 +1040,12 @@
1040
1040
 
1041
1041
  </div>
1042
1042
 
1043
- <div id="footer">
1044
- Generated on Tue Mar 31 15:22:01 2015 by
1043
+ <div id="footer">
1044
+ Generated on Tue Feb 13 21:48:27 2018 by
1045
1045
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1046
- 0.8.7.6 (ruby-2.1.3).
1046
+ 0.9.12 (ruby-2.1.8).
1047
1047
  </div>
1048
1048
 
1049
+ </div>
1049
1050
  </body>
1050
1051
  </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
  Class: NetLinx::Workspace
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::Workspace";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!NetLinx/Workspace.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 (W)</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">Workspace</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::Workspace
62
+ <div id="content"><h1>Class: NetLinx::Workspace
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,23 +79,27 @@
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.rb<span class="defines">,<br />
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/netlinx/workspace.rb<span class="defines">,<br />
98
98
  lib/netlinx/workspace/yaml.rb</span>
99
99
  </dd>
100
+ </dl>
100
101
 
101
- </dl>
102
- <div class="clear"></div>
102
+ </div>
103
103
 
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
@@ -127,13 +127,13 @@
127
127
 
128
128
 
129
129
 
130
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
130
+ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
131
131
  <ul class="summary">
132
132
 
133
133
  <li class="public ">
134
134
  <span class="summary_signature">
135
135
 
136
- <a href="#description-instance_method" title="#description (instance method)">- (Object) <strong>description</strong> </a>
136
+ <a href="#description-instance_method" title="#description (instance method)">#<strong>description</strong> &#x21d2; Object </a>
137
137
 
138
138
 
139
139
 
@@ -160,7 +160,7 @@
160
160
  <li class="public ">
161
161
  <span class="summary_signature">
162
162
 
163
- <a href="#file-instance_method" title="#file (instance method)">- (Object) <strong>file</strong> </a>
163
+ <a href="#file-instance_method" title="#file (instance method)">#<strong>file</strong> &#x21d2; Object </a>
164
164
 
165
165
 
166
166
 
@@ -187,7 +187,7 @@
187
187
  <li class="public ">
188
188
  <span class="summary_signature">
189
189
 
190
- <a href="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
190
+ <a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> &#x21d2; Object </a>
191
191
 
192
192
 
193
193
 
@@ -214,7 +214,7 @@
214
214
  <li class="public ">
215
215
  <span class="summary_signature">
216
216
 
217
- <a href="#projects-instance_method" title="#projects (instance method)">- (Object) <strong>projects</strong> </a>
217
+ <a href="#projects-instance_method" title="#projects (instance method)">#<strong>projects</strong> &#x21d2; Object </a>
218
218
 
219
219
 
220
220
 
@@ -246,7 +246,7 @@
246
246
 
247
247
  <h2>
248
248
  Class Method Summary
249
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
249
+ <small><a href="#" class="summary_toggle">collapse</a></small>
250
250
  </h2>
251
251
 
252
252
  <ul class="summary">
@@ -254,7 +254,7 @@
254
254
  <li class="public ">
255
255
  <span class="summary_signature">
256
256
 
257
- <a href="#search-class_method" title="search (class method)">+ (NetLinx::Workspace) <strong>search</strong>(dir: nil) </a>
257
+ <a href="#search-class_method" title="search (class method)">.<strong>search</strong>(dir: nil) &#x21d2; NetLinx::Workspace </a>
258
258
 
259
259
 
260
260
 
@@ -280,7 +280,7 @@ found.</p>
280
280
 
281
281
  <h2>
282
282
  Instance Method Summary
283
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
283
+ <small><a href="#" class="summary_toggle">collapse</a></small>
284
284
  </h2>
285
285
 
286
286
  <ul class="summary">
@@ -288,7 +288,7 @@ found.</p>
288
288
  <li class="public ">
289
289
  <span class="summary_signature">
290
290
 
291
- <a href="#%3C%3C-instance_method" title="#&lt;&lt; (instance method)">- (Object) <strong>&lt;&lt;</strong>(project) </a>
291
+ <a href="#<<-instance_method" title="#&lt;&lt; (instance method)">#<strong>&lt;&lt;</strong>(project) &#x21d2; Object </a>
292
292
 
293
293
 
294
294
 
@@ -312,7 +312,7 @@ found.</p>
312
312
  <li class="public ">
313
313
  <span class="summary_signature">
314
314
 
315
- <a href="#compile-instance_method" title="#compile (instance method)">- (Object) <strong>compile</strong> </a>
315
+ <a href="#compile-instance_method" title="#compile (instance method)">#<strong>compile</strong> &#x21d2; Object </a>
316
316
 
317
317
 
318
318
 
@@ -336,7 +336,7 @@ found.</p>
336
336
  <li class="public ">
337
337
  <span class="summary_signature">
338
338
 
339
- <a href="#include%3F-instance_method" title="#include? (instance method)">- (Boolean) <strong>include?</strong>(file) </a>
339
+ <a href="#include%3F-instance_method" title="#include? (instance method)">#<strong>include?</strong>(file) &#x21d2; Boolean </a>
340
340
 
341
341
 
342
342
 
@@ -360,7 +360,7 @@ found.</p>
360
360
  <li class="public ">
361
361
  <span class="summary_signature">
362
362
 
363
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Workspace) <strong>initialize</strong>(**kwargs) </a>
363
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(**kwargs) &#x21d2; Workspace </a>
364
364
 
365
365
 
366
366
 
@@ -386,7 +386,7 @@ found.</p>
386
386
  <li class="public ">
387
387
  <span class="summary_signature">
388
388
 
389
- <a href="#parse_xml-instance_method" title="#parse_xml (instance method)">- (Object) <strong>parse_xml</strong>(string) </a>
389
+ <a href="#parse_xml-instance_method" title="#parse_xml (instance method)">#<strong>parse_xml</strong>(string) &#x21d2; Object </a>
390
390
 
391
391
 
392
392
 
@@ -410,7 +410,7 @@ found.</p>
410
410
  <li class="public ">
411
411
  <span class="summary_signature">
412
412
 
413
- <a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
413
+ <a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong> &#x21d2; Object </a>
414
414
 
415
415
 
416
416
 
@@ -434,7 +434,7 @@ found.</p>
434
434
  <li class="public ">
435
435
  <span class="summary_signature">
436
436
 
437
- <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
437
+ <a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> &#x21d2; Object </a>
438
438
 
439
439
 
440
440
 
@@ -458,7 +458,7 @@ found.</p>
458
458
  <li class="public ">
459
459
  <span class="summary_signature">
460
460
 
461
- <a href="#to_xml-instance_method" title="#to_xml (instance method)">- (String) <strong>to_xml</strong>(indent: -1) </a>
461
+ <a href="#to_xml-instance_method" title="#to_xml (instance method)">#<strong>to_xml</strong>(indent: -1) &#x21d2; String </a>
462
462
 
463
463
 
464
464
 
@@ -482,7 +482,7 @@ found.</p>
482
482
  <li class="public ">
483
483
  <span class="summary_signature">
484
484
 
485
- <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">- (REXML::Element) <strong>to_xml_element</strong> </a>
485
+ <a href="#to_xml_element-instance_method" title="#to_xml_element (instance method)">#<strong>to_xml_element</strong> &#x21d2; REXML::Element </a>
486
486
 
487
487
 
488
488
 
@@ -512,7 +512,7 @@ found.</p>
512
512
  <div class="method_details first">
513
513
  <h3 class="signature first" id="initialize-instance_method">
514
514
 
515
- - (<tt><span class='object_link'><a href="" title="NetLinx::Workspace (class)">Workspace</a></span></tt>) <strong>initialize</strong>(**kwargs)
515
+ #<strong>initialize</strong>(**kwargs) &#x21d2; <tt><span class='object_link'><a href="" title="NetLinx::Workspace (class)">Workspace</a></span></tt>
516
516
 
517
517
 
518
518
 
@@ -627,7 +627,7 @@ found.</p>
627
627
  <div class="method_details first">
628
628
  <h3 class="signature first" id="description-instance_method">
629
629
 
630
- - (<tt>Object</tt>) <strong>description</strong>
630
+ #<strong>description</strong> &#x21d2; <tt>Object</tt>
631
631
 
632
632
 
633
633
 
@@ -670,7 +670,7 @@ found.</p>
670
670
  <div class="method_details ">
671
671
  <h3 class="signature " id="file-instance_method">
672
672
 
673
- - (<tt>Object</tt>) <strong>file</strong>
673
+ #<strong>file</strong> &#x21d2; <tt>Object</tt>
674
674
 
675
675
 
676
676
 
@@ -713,7 +713,7 @@ found.</p>
713
713
  <div class="method_details ">
714
714
  <h3 class="signature " id="name-instance_method">
715
715
 
716
- - (<tt>Object</tt>) <strong>name</strong>
716
+ #<strong>name</strong> &#x21d2; <tt>Object</tt>
717
717
 
718
718
 
719
719
 
@@ -756,7 +756,7 @@ found.</p>
756
756
  <div class="method_details ">
757
757
  <h3 class="signature " id="projects-instance_method">
758
758
 
759
- - (<tt>Object</tt>) <strong>projects</strong>
759
+ #<strong>projects</strong> &#x21d2; <tt>Object</tt>
760
760
 
761
761
 
762
762
 
@@ -804,7 +804,7 @@ found.</p>
804
804
  <div class="method_details first">
805
805
  <h3 class="signature first" id="search-class_method">
806
806
 
807
- + (<tt><span class='object_link'><a href="" title="NetLinx::Workspace (class)">NetLinx::Workspace</a></span></tt>) <strong>search</strong>(dir: nil)
807
+ .<strong>search</strong>(dir: nil) &#x21d2; <tt><span class='object_link'><a href="" title="NetLinx::Workspace (class)">NetLinx::Workspace</a></span></tt>
808
808
 
809
809
 
810
810
 
@@ -879,7 +879,7 @@ found.</p>
879
879
  <span class='id identifier rubyid_workspace_files'>workspace_files</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_workspace_file'>workspace_file</span><span class='op'>|</span>
880
880
  <span class='kw'>if</span> <span class='id identifier rubyid_workspace_file'>workspace_file</span><span class='period'>.</span><span class='id identifier rubyid_end_with?'>end_with?</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_yaml_config_file_name'>yaml_config_file_name</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
881
881
  <span class='const'>Dir</span><span class='period'>.</span><span class='id identifier rubyid_chdir'>chdir</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='id identifier rubyid_workspace_file'>workspace_file</span><span class='rparen'>)</span> <span class='kw'>do</span>
882
- <span class='kw'>return</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Workspace</span><span class='op'>::</span><span class='const'>YAML</span><span class='period'>.</span><span class='id identifier rubyid_parse_file'>parse_file</span> <span class='id identifier rubyid_yaml_config_file_name'>yaml_config_file_name</span>
882
+ <span class='kw'>return</span> <span class='const'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="NetLinx::Workspace (class)">Workspace</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Workspace/YAML.html" title="NetLinx::Workspace::YAML (class)">YAML</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse_file'><span class='object_link'><a href="Workspace/YAML.html#parse_file-class_method" title="NetLinx::Workspace::YAML.parse_file (method)">parse_file</a></span></span> <span class='id identifier rubyid_yaml_config_file_name'>yaml_config_file_name</span>
883
883
  <span class='kw'>end</span>
884
884
  <span class='kw'>else</span>
885
885
  <span class='kw'>return</span> <span class='id identifier rubyid_new'>new</span> <span class='label'>file:</span> <span class='id identifier rubyid_workspace_files'>workspace_files</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span>
@@ -903,7 +903,7 @@ found.</p>
903
903
  <div class="method_details first">
904
904
  <h3 class="signature first" id="<<-instance_method">
905
905
 
906
- - (<tt>Object</tt>) <strong>&lt;&lt;</strong>(project)
906
+ #<strong>&lt;&lt;</strong>(project) &#x21d2; <tt>Object</tt>
907
907
 
908
908
 
909
909
 
@@ -946,7 +946,7 @@ found.</p>
946
946
  <div class="method_details ">
947
947
  <h3 class="signature " id="compile-instance_method">
948
948
 
949
- - (<tt>Object</tt>) <strong>compile</strong>
949
+ #<strong>compile</strong> &#x21d2; <tt>Object</tt>
950
950
 
951
951
 
952
952
 
@@ -1007,7 +1007,7 @@ found.</p>
1007
1007
  <div class="method_details ">
1008
1008
  <h3 class="signature " id="include?-instance_method">
1009
1009
 
1010
- - (<tt>Boolean</tt>) <strong>include?</strong>(file)
1010
+ #<strong>include?</strong>(file) &#x21d2; <tt>Boolean</tt>
1011
1011
 
1012
1012
 
1013
1013
 
@@ -1080,7 +1080,7 @@ found.</p>
1080
1080
  <div class="method_details ">
1081
1081
  <h3 class="signature " id="parse_xml-instance_method">
1082
1082
 
1083
- - (<tt>Object</tt>) <strong>parse_xml</strong>(string)
1083
+ #<strong>parse_xml</strong>(string) &#x21d2; <tt>Object</tt>
1084
1084
 
1085
1085
 
1086
1086
 
@@ -1141,7 +1141,7 @@ found.</p>
1141
1141
  <div class="method_details ">
1142
1142
  <h3 class="signature " id="path-instance_method">
1143
1143
 
1144
- - (<tt>Object</tt>) <strong>path</strong>
1144
+ #<strong>path</strong> &#x21d2; <tt>Object</tt>
1145
1145
 
1146
1146
 
1147
1147
 
@@ -1182,7 +1182,7 @@ found.</p>
1182
1182
  <div class="method_details ">
1183
1183
  <h3 class="signature " id="to_s-instance_method">
1184
1184
 
1185
- - (<tt>Object</tt>) <strong>to_s</strong>
1185
+ #<strong>to_s</strong> &#x21d2; <tt>Object</tt>
1186
1186
 
1187
1187
 
1188
1188
 
@@ -1223,7 +1223,7 @@ found.</p>
1223
1223
  <div class="method_details ">
1224
1224
  <h3 class="signature " id="to_xml-instance_method">
1225
1225
 
1226
- - (<tt>String</tt>) <strong>to_xml</strong>(indent: -1)
1226
+ #<strong>to_xml</strong>(indent: -1) &#x21d2; <tt>String</tt>
1227
1227
 
1228
1228
 
1229
1229
 
@@ -1306,7 +1306,7 @@ href="https://bugs.ruby-lang.org/issues/10864">bugs.ruby-lang.org/issues/10864</
1306
1306
  <div class="method_details ">
1307
1307
  <h3 class="signature " id="to_xml_element-instance_method">
1308
1308
 
1309
- - (<tt>REXML::Element</tt>) <strong>to_xml_element</strong>
1309
+ #<strong>to_xml_element</strong> &#x21d2; <tt>REXML::Element</tt>
1310
1310
 
1311
1311
 
1312
1312
 
@@ -1382,11 +1382,12 @@ href="https://bugs.ruby-lang.org/issues/10864">bugs.ruby-lang.org/issues/10864</
1382
1382
 
1383
1383
  </div>
1384
1384
 
1385
- <div id="footer">
1386
- Generated on Tue Mar 31 15:22:00 2015 by
1385
+ <div id="footer">
1386
+ Generated on Tue Feb 13 21:48:26 2018 by
1387
1387
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1388
- 0.8.7.6 (ruby-2.1.3).
1388
+ 0.9.12 (ruby-2.1.8).
1389
1389
  </div>
1390
1390
 
1391
+ </div>
1391
1392
  </body>
1392
1393
  </html>