netlinx-compile 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/netlinx-compile +0 -0
- data/doc/NetLinx.html +40 -40
- data/doc/NetLinx/Compile.html +38 -38
- data/doc/NetLinx/Compile/Extension.html +38 -38
- data/doc/NetLinx/Compile/Extension/AXS.html +49 -48
- data/doc/NetLinx/Compile/ExtensionDiscovery.html +56 -55
- data/doc/NetLinx/Compile/ExtensionHandler.html +60 -59
- data/doc/NetLinx/Compile/Script.html +51 -50
- data/doc/NetLinx/Compiler.html +52 -51
- data/doc/NetLinx/CompilerResult.html +72 -71
- data/doc/NetLinx/NoCompilerError.html +44 -43
- data/doc/NetLinx/Rake.html +115 -0
- data/doc/NetLinx/Rake/Compile.html +359 -0
- data/doc/NetLinx/SourceFile.html +58 -57
- data/doc/Test.html +147 -0
- data/doc/Test/NetLinx.html +147 -0
- data/doc/Test/NetLinx/Compilable.html +148 -0
- data/doc/Test/NetLinx/Compile.html +146 -0
- data/doc/Test/NetLinx/Compile/Discoverable.html +148 -0
- data/doc/Test/NetLinx/Compile/Invokable.html +149 -0
- data/doc/_index.html +50 -31
- data/doc/class_list.html +24 -31
- data/doc/created.rid +12 -0
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +251 -91
- data/doc/file.README.html +28 -31
- data/doc/file.license.html +28 -31
- data/doc/file_list.html +29 -31
- data/doc/frames.html +7 -16
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +28 -31
- data/doc/js/app.js +106 -77
- data/doc/js/darkfish.js +155 -0
- data/doc/js/full_list.js +170 -135
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/method_list.html +209 -131
- data/doc/rdoc.css +595 -0
- data/doc/table_of_contents.html +138 -0
- data/doc/top-level-namespace.html +34 -36
- data/lib/netlinx/compiler.rb +1 -1
- data/lib/netlinx/rake/compile.rb +4 -0
- data/lib/netlinx/rake/compile/compile.rb +34 -0
- metadata +64 -15
@@ -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: NetLinx::Compile::ExtensionDiscovery
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— 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
|
-
|
18
|
+
pathId = "NetLinx::Compile::ExtensionDiscovery";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!NetLinx/Compile/ExtensionDiscovery.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
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 (E)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span> » <span class='title'><span class='object_link'><a href="../Compile.html" title="NetLinx::Compile (module)">Compile</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">ExtensionDiscovery</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
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: NetLinx::Compile::ExtensionDiscovery
|
62
|
+
<div id="content"><h1>Class: NetLinx::Compile::ExtensionDiscovery
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
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
|
-
|
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
|
-
|
97
|
-
<
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/netlinx/compile/extension_discovery.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
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>Class Attribute Summary <small
|
117
|
+
<h2>Class 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="#handlers-class_method" title="handlers (class method)"
|
123
|
+
<a href="#handlers-class_method" title="handlers (class method)">.<strong>handlers</strong> ⇒ Object </a>
|
124
124
|
|
125
125
|
|
126
126
|
|
@@ -152,7 +152,7 @@
|
|
152
152
|
|
153
153
|
<h2>
|
154
154
|
Class Method Summary
|
155
|
-
<small
|
155
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
156
156
|
</h2>
|
157
157
|
|
158
158
|
<ul class="summary">
|
@@ -160,7 +160,7 @@
|
|
160
160
|
<li class="public ">
|
161
161
|
<span class="summary_signature">
|
162
162
|
|
163
|
-
<a href="#discover-class_method" title="discover (class method)"
|
163
|
+
<a href="#discover-class_method" title="discover (class method)">.<strong>discover</strong> ⇒ Object </a>
|
164
164
|
|
165
165
|
|
166
166
|
|
@@ -184,7 +184,7 @@
|
|
184
184
|
<li class="public ">
|
185
185
|
<span class="summary_signature">
|
186
186
|
|
187
|
-
<a href="#get_handler-class_method" title="get_handler (class method)"
|
187
|
+
<a href="#get_handler-class_method" title="get_handler (class method)">.<strong>get_handler</strong>(filename) ⇒ ExtensionHandler </a>
|
188
188
|
|
189
189
|
|
190
190
|
|
@@ -206,7 +206,7 @@
|
|
206
206
|
<li class="public ">
|
207
207
|
<span class="summary_signature">
|
208
208
|
|
209
|
-
<a href="#workspace_extensions-class_method" title="workspace_extensions (class method)"
|
209
|
+
<a href="#workspace_extensions-class_method" title="workspace_extensions (class method)">.<strong>workspace_extensions</strong> ⇒ Array<String> </a>
|
210
210
|
|
211
211
|
|
212
212
|
|
@@ -239,7 +239,7 @@
|
|
239
239
|
<div class="method_details first">
|
240
240
|
<h3 class="signature first" id="handlers-class_method">
|
241
241
|
|
242
|
-
|
242
|
+
.<strong>handlers</strong> ⇒ <tt>Object</tt>
|
243
243
|
|
244
244
|
|
245
245
|
|
@@ -288,7 +288,7 @@ run before this array is populated.</p>
|
|
288
288
|
<div class="method_details first">
|
289
289
|
<h3 class="signature first" id="discover-class_method">
|
290
290
|
|
291
|
-
|
291
|
+
.<strong>discover</strong> ⇒ <tt>Object</tt>
|
292
292
|
|
293
293
|
|
294
294
|
|
@@ -367,8 +367,8 @@ extensions.</p>
|
|
367
367
|
<span class='kw'>end</span>
|
368
368
|
|
369
369
|
<span class='comment'># Register ExtensionHandler objects.
|
370
|
-
</span> <span class='ivar'>@handlers</span> <span class='op'>=</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Compile</span><span class='op'>::</span><span class='const'>Extension</span><span class='period'>.</span><span class='id identifier rubyid_constants'>constants</span><span class='period'>
|
371
|
-
</span><span class='id identifier rubyid_ .map'> .map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Compile</span><span class='op'>::</span><span class='const'>Extension</span><span class='period'>.</span><span class='id identifier rubyid_const_get'>const_get</span> <span class='id identifier rubyid_c'>c</span><span class='rbrace'>}</span><span class='period'>
|
370
|
+
</span> <span class='ivar'>@handlers</span> <span class='op'>=</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="../Compile.html" title="NetLinx::Compile (module)">Compile</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Extension.html" title="NetLinx::Compile::Extension (module)">Extension</a></span></span><span class='period'>.</span><span class='id identifier rubyid_constants'>constants</span><span class='period'>
|
371
|
+
</span><span class='id identifier rubyid_ .map'> .map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</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="../Compile.html" title="NetLinx::Compile (module)">Compile</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Extension.html" title="NetLinx::Compile::Extension (module)">Extension</a></span></span><span class='period'>.</span><span class='id identifier rubyid_const_get'>const_get</span> <span class='id identifier rubyid_c'>c</span><span class='rbrace'>}</span><span class='period'>
|
372
372
|
</span><span class='id identifier rubyid_ .select'> .select</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span> <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span> <span class='const'>Class</span><span class='rbrace'>}</span><span class='period'>
|
373
373
|
</span><span class='id identifier rubyid_ .map'> .map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span> <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_get_handler'>get_handler</span> <span class='kw'>if</span> <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span> <span class='symbol'>:get_handler</span><span class='rbrace'>}</span><span class='period'>
|
374
374
|
</span><span class='id identifier rubyid_ .select'> .select</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span> <span class='kw'>not</span> <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span><span class='rbrace'>}</span>
|
@@ -381,7 +381,7 @@ extensions.</p>
|
|
381
381
|
<div class="method_details ">
|
382
382
|
<h3 class="signature " id="get_handler-class_method">
|
383
383
|
|
384
|
-
|
384
|
+
.<strong>get_handler</strong>(filename) ⇒ <tt><span class='object_link'><a href="ExtensionHandler.html" title="NetLinx::Compile::ExtensionHandler (class)">ExtensionHandler</a></span></tt>
|
385
385
|
|
386
386
|
|
387
387
|
|
@@ -453,7 +453,7 @@ extensions.</p>
|
|
453
453
|
<div class="method_details ">
|
454
454
|
<h3 class="signature " id="workspace_extensions-class_method">
|
455
455
|
|
456
|
-
|
456
|
+
.<strong>workspace_extensions</strong> ⇒ <tt>Array<String></tt>
|
457
457
|
|
458
458
|
|
459
459
|
|
@@ -519,11 +519,12 @@ extensions.</p>
|
|
519
519
|
|
520
520
|
</div>
|
521
521
|
|
522
|
-
|
523
|
-
Generated on
|
522
|
+
<div id="footer">
|
523
|
+
Generated on Tue Feb 13 21:36:34 2018 by
|
524
524
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
525
|
-
0.
|
525
|
+
0.9.12 (ruby-2.1.8).
|
526
526
|
</div>
|
527
527
|
|
528
|
+
</div>
|
528
529
|
</body>
|
529
530
|
</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: NetLinx::Compile::ExtensionHandler
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— 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
|
-
|
18
|
+
pathId = "NetLinx::Compile::ExtensionHandler";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!NetLinx/Compile/ExtensionHandler.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
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 (E)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span> » <span class='title'><span class='object_link'><a href="../Compile.html" title="NetLinx::Compile (module)">Compile</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">ExtensionHandler</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
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: NetLinx::Compile::ExtensionHandler
|
62
|
+
<div id="content"><h1>Class: NetLinx::Compile::ExtensionHandler
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
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
|
-
|
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
|
-
|
97
|
-
<
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/netlinx/compile/extension_handler.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
100
|
+
</div>
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
@@ -115,13 +115,13 @@ extensions.</p>
|
|
115
115
|
|
116
116
|
|
117
117
|
|
118
|
-
<h2>Instance Attribute Summary <small
|
118
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
119
119
|
<ul class="summary">
|
120
120
|
|
121
121
|
<li class="public ">
|
122
122
|
<span class="summary_signature">
|
123
123
|
|
124
|
-
<a href="#extensions-instance_method" title="#extensions (instance method)"
|
124
|
+
<a href="#extensions-instance_method" title="#extensions (instance method)">#<strong>extensions</strong> ⇒ Object </a>
|
125
125
|
|
126
126
|
|
127
127
|
|
@@ -148,7 +148,7 @@ extensions.</p>
|
|
148
148
|
<li class="public ">
|
149
149
|
<span class="summary_signature">
|
150
150
|
|
151
|
-
<a href="#handler_class-instance_method" title="#handler_class (instance method)"
|
151
|
+
<a href="#handler_class-instance_method" title="#handler_class (instance method)">#<strong>handler_class</strong> ⇒ Object </a>
|
152
152
|
|
153
153
|
|
154
154
|
|
@@ -178,7 +178,7 @@ ExtensionHandler.</p>
|
|
178
178
|
<li class="public ">
|
179
179
|
<span class="summary_signature">
|
180
180
|
|
181
|
-
<a href="#usurps-instance_method" title="#usurps (instance method)"
|
181
|
+
<a href="#usurps-instance_method" title="#usurps (instance method)">#<strong>usurps</strong> ⇒ Object </a>
|
182
182
|
|
183
183
|
|
184
184
|
|
@@ -210,7 +210,7 @@ ExtensionHandler.</p>
|
|
210
210
|
|
211
211
|
<h2>
|
212
212
|
Instance Method Summary
|
213
|
-
<small
|
213
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
214
214
|
</h2>
|
215
215
|
|
216
216
|
<ul class="summary">
|
@@ -218,7 +218,7 @@ ExtensionHandler.</p>
|
|
218
218
|
<li class="public ">
|
219
219
|
<span class="summary_signature">
|
220
220
|
|
221
|
-
<a href="
|
221
|
+
<a href="#<<-instance_method" title="#<< (instance method)">#<strong><<</strong>(file_extension) ⇒ Object </a>
|
222
222
|
|
223
223
|
|
224
224
|
|
@@ -242,7 +242,7 @@ ExtensionHandler.</p>
|
|
242
242
|
<li class="public ">
|
243
243
|
<span class="summary_signature">
|
244
244
|
|
245
|
-
<a href="#include%3F-instance_method" title="#include? (instance method)"
|
245
|
+
<a href="#include%3F-instance_method" title="#include? (instance method)">#<strong>include?</strong>(file_extension) ⇒ Boolean </a>
|
246
246
|
|
247
247
|
|
248
248
|
|
@@ -267,7 +267,7 @@ extension.</p>
|
|
267
267
|
<li class="public ">
|
268
268
|
<span class="summary_signature">
|
269
269
|
|
270
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
270
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(**kwargs) ⇒ ExtensionHandler </a>
|
271
271
|
|
272
272
|
|
273
273
|
|
@@ -293,7 +293,7 @@ extension.</p>
|
|
293
293
|
<li class="public ">
|
294
294
|
<span class="summary_signature">
|
295
295
|
|
296
|
-
<a href="#is_a_workspace%3F-instance_method" title="#is_a_workspace? (instance method)"
|
296
|
+
<a href="#is_a_workspace%3F-instance_method" title="#is_a_workspace? (instance method)">#<strong>is_a_workspace?</strong> ⇒ Boolean </a>
|
297
297
|
|
298
298
|
|
299
299
|
|
@@ -325,7 +325,7 @@ that need to be compiled.</p>
|
|
325
325
|
<div class="method_details first">
|
326
326
|
<h3 class="signature first" id="initialize-instance_method">
|
327
327
|
|
328
|
-
|
328
|
+
#<strong>initialize</strong>(**kwargs) ⇒ <tt><span class='object_link'><a href="" title="NetLinx::Compile::ExtensionHandler (class)">ExtensionHandler</a></span></tt>
|
329
329
|
|
330
330
|
|
331
331
|
|
@@ -467,7 +467,7 @@ files with the .axs extension.</p>
|
|
467
467
|
<div class="method_details first">
|
468
468
|
<h3 class="signature first" id="extensions-instance_method">
|
469
469
|
|
470
|
-
|
470
|
+
#<strong>extensions</strong> ⇒ <tt>Object</tt>
|
471
471
|
|
472
472
|
|
473
473
|
|
@@ -510,7 +510,7 @@ files with the .axs extension.</p>
|
|
510
510
|
<div class="method_details ">
|
511
511
|
<h3 class="signature " id="handler_class-instance_method">
|
512
512
|
|
513
|
-
|
513
|
+
#<strong>handler_class</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
514
514
|
|
515
515
|
|
516
516
|
|
@@ -554,7 +554,7 @@ ExtensionHandler.</p>
|
|
554
554
|
<div class="method_details ">
|
555
555
|
<h3 class="signature " id="usurps-instance_method">
|
556
556
|
|
557
|
-
|
557
|
+
#<strong>usurps</strong> ⇒ <tt>Object</tt>
|
558
558
|
|
559
559
|
|
560
560
|
|
@@ -604,7 +604,7 @@ extension.</p>
|
|
604
604
|
<div class="method_details first">
|
605
605
|
<h3 class="signature first" id="<<-instance_method">
|
606
606
|
|
607
|
-
|
607
|
+
#<strong><<</strong>(file_extension) ⇒ <tt>Object</tt>
|
608
608
|
|
609
609
|
|
610
610
|
|
@@ -645,7 +645,7 @@ extension.</p>
|
|
645
645
|
<div class="method_details ">
|
646
646
|
<h3 class="signature " id="include?-instance_method">
|
647
647
|
|
648
|
-
|
648
|
+
#<strong>include?</strong>(file_extension) ⇒ <tt>Boolean</tt>
|
649
649
|
|
650
650
|
|
651
651
|
|
@@ -700,7 +700,7 @@ extension.</p>
|
|
700
700
|
<div class="method_details ">
|
701
701
|
<h3 class="signature " id="is_a_workspace?-instance_method">
|
702
702
|
|
703
|
-
|
703
|
+
#<strong>is_a_workspace?</strong> ⇒ <tt>Boolean</tt>
|
704
704
|
|
705
705
|
|
706
706
|
|
@@ -765,11 +765,12 @@ source code file).</p>
|
|
765
765
|
|
766
766
|
</div>
|
767
767
|
|
768
|
-
|
769
|
-
Generated on
|
768
|
+
<div id="footer">
|
769
|
+
Generated on Tue Feb 13 21:36:34 2018 by
|
770
770
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
771
|
-
0.
|
771
|
+
0.9.12 (ruby-2.1.8).
|
772
772
|
</div>
|
773
773
|
|
774
|
+
</div>
|
774
775
|
</body>
|
775
776
|
</html>
|