netlinx-compile 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/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
data/doc/NetLinx/SourceFile.html
CHANGED
@@ -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::SourceFile
|
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::SourceFile";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!NetLinx/SourceFile.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 (S)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">SourceFile</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::SourceFile
|
62
|
+
<div id="content"><h1>Class: NetLinx::SourceFile
|
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/source_file.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">
|
@@ -120,7 +120,7 @@
|
|
120
120
|
|
121
121
|
<h2>
|
122
122
|
Instance Method Summary
|
123
|
-
<small
|
123
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
124
124
|
</h2>
|
125
125
|
|
126
126
|
<ul class="summary">
|
@@ -128,7 +128,7 @@
|
|
128
128
|
<li class="public ">
|
129
129
|
<span class="summary_signature">
|
130
130
|
|
131
|
-
<a href="#compile-instance_method" title="#compile (instance method)"
|
131
|
+
<a href="#compile-instance_method" title="#compile (instance method)">#<strong>compile</strong> ⇒ Object </a>
|
132
132
|
|
133
133
|
|
134
134
|
|
@@ -152,7 +152,7 @@
|
|
152
152
|
<li class="public ">
|
153
153
|
<span class="summary_signature">
|
154
154
|
|
155
|
-
<a href="#compiler_include_paths-instance_method" title="#compiler_include_paths (instance method)"
|
155
|
+
<a href="#compiler_include_paths-instance_method" title="#compiler_include_paths (instance method)">#<strong>compiler_include_paths</strong> ⇒ Object </a>
|
156
156
|
|
157
157
|
|
158
158
|
|
@@ -174,7 +174,7 @@
|
|
174
174
|
<li class="public ">
|
175
175
|
<span class="summary_signature">
|
176
176
|
|
177
|
-
<a href="#compiler_library_paths-instance_method" title="#compiler_library_paths (instance method)"
|
177
|
+
<a href="#compiler_library_paths-instance_method" title="#compiler_library_paths (instance method)">#<strong>compiler_library_paths</strong> ⇒ Object </a>
|
178
178
|
|
179
179
|
|
180
180
|
|
@@ -196,7 +196,7 @@
|
|
196
196
|
<li class="public ">
|
197
197
|
<span class="summary_signature">
|
198
198
|
|
199
|
-
<a href="#compiler_module_paths-instance_method" title="#compiler_module_paths (instance method)"
|
199
|
+
<a href="#compiler_module_paths-instance_method" title="#compiler_module_paths (instance method)">#<strong>compiler_module_paths</strong> ⇒ Object </a>
|
200
200
|
|
201
201
|
|
202
202
|
|
@@ -218,7 +218,7 @@
|
|
218
218
|
<li class="public ">
|
219
219
|
<span class="summary_signature">
|
220
220
|
|
221
|
-
<a href="#compiler_target_files-instance_method" title="#compiler_target_files (instance method)"
|
221
|
+
<a href="#compiler_target_files-instance_method" title="#compiler_target_files (instance method)">#<strong>compiler_target_files</strong> ⇒ Object </a>
|
222
222
|
|
223
223
|
|
224
224
|
|
@@ -240,7 +240,7 @@
|
|
240
240
|
<li class="public ">
|
241
241
|
<span class="summary_signature">
|
242
242
|
|
243
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
243
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(**kwargs) ⇒ SourceFile </a>
|
244
244
|
|
245
245
|
|
246
246
|
|
@@ -273,7 +273,7 @@ determine include and module paths.</p>
|
|
273
273
|
<div class="method_details first">
|
274
274
|
<h3 class="signature first" id="initialize-instance_method">
|
275
275
|
|
276
|
-
|
276
|
+
#<strong>initialize</strong>(**kwargs) ⇒ <tt><span class='object_link'><a href="" title="NetLinx::SourceFile (class)">SourceFile</a></span></tt>
|
277
277
|
|
278
278
|
|
279
279
|
|
@@ -462,7 +462,7 @@ determine include and module paths.</p>
|
|
462
462
|
<div class="method_details first">
|
463
463
|
<h3 class="signature first" id="compile-instance_method">
|
464
464
|
|
465
|
-
|
465
|
+
#<strong>compile</strong> ⇒ <tt>Object</tt>
|
466
466
|
|
467
467
|
|
468
468
|
|
@@ -496,7 +496,7 @@ determine include and module paths.</p>
|
|
496
496
|
|
497
497
|
<span class='kw'>def</span> <span class='id identifier rubyid_compile'>compile</span>
|
498
498
|
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>netlinx/compiler</span><span class='tstring_end'>'</span></span>
|
499
|
-
<span class='id identifier rubyid_compiler'>compiler</span> <span class='op'>=</span> <span class='const'>NetLinx</span><span class='op'>::</span><span class='const'>Compiler</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
499
|
+
<span class='id identifier rubyid_compiler'>compiler</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="Compiler.html" title="NetLinx::Compiler (class)">Compiler</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Compiler.html#initialize-instance_method" title="NetLinx::Compiler#initialize (method)">new</a></span></span>
|
500
500
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='id identifier rubyid_compiler'>compiler</span><span class='period'>.</span><span class='id identifier rubyid_compile'>compile</span> <span class='kw'>self</span>
|
501
501
|
<span class='kw'>end</span></pre>
|
502
502
|
</td>
|
@@ -507,7 +507,7 @@ determine include and module paths.</p>
|
|
507
507
|
<div class="method_details ">
|
508
508
|
<h3 class="signature " id="compiler_include_paths-instance_method">
|
509
509
|
|
510
|
-
|
510
|
+
#<strong>compiler_include_paths</strong> ⇒ <tt>Object</tt>
|
511
511
|
|
512
512
|
|
513
513
|
|
@@ -553,7 +553,7 @@ determine include and module paths.</p>
|
|
553
553
|
<div class="method_details ">
|
554
554
|
<h3 class="signature " id="compiler_library_paths-instance_method">
|
555
555
|
|
556
|
-
|
556
|
+
#<strong>compiler_library_paths</strong> ⇒ <tt>Object</tt>
|
557
557
|
|
558
558
|
|
559
559
|
|
@@ -599,7 +599,7 @@ determine include and module paths.</p>
|
|
599
599
|
<div class="method_details ">
|
600
600
|
<h3 class="signature " id="compiler_module_paths-instance_method">
|
601
601
|
|
602
|
-
|
602
|
+
#<strong>compiler_module_paths</strong> ⇒ <tt>Object</tt>
|
603
603
|
|
604
604
|
|
605
605
|
|
@@ -645,7 +645,7 @@ determine include and module paths.</p>
|
|
645
645
|
<div class="method_details ">
|
646
646
|
<h3 class="signature " id="compiler_target_files-instance_method">
|
647
647
|
|
648
|
-
|
648
|
+
#<strong>compiler_target_files</strong> ⇒ <tt>Object</tt>
|
649
649
|
|
650
650
|
|
651
651
|
|
@@ -692,11 +692,12 @@ determine include and module paths.</p>
|
|
692
692
|
|
693
693
|
</div>
|
694
694
|
|
695
|
-
|
696
|
-
Generated on
|
695
|
+
<div id="footer">
|
696
|
+
Generated on Tue Feb 13 21:36:33 2018 by
|
697
697
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
698
|
-
0.
|
698
|
+
0.9.12 (ruby-2.1.8).
|
699
699
|
</div>
|
700
700
|
|
701
|
+
</div>
|
701
702
|
</body>
|
702
703
|
</html>
|
data/doc/Test.html
ADDED
@@ -0,0 +1,147 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module Test - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="module">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<div id="file-metadata">
|
49
|
+
<nav id="file-list-section" class="section">
|
50
|
+
<h3 class="section-header">Defined In</h3>
|
51
|
+
<ul>
|
52
|
+
<li>lib/test/netlinx/compilable.rb
|
53
|
+
<li>lib/test/netlinx/compile/discoverable.rb
|
54
|
+
<li>lib/test/netlinx/compile/invokable.rb
|
55
|
+
</ul>
|
56
|
+
</nav>
|
57
|
+
|
58
|
+
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div id="class-metadata">
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div id="project-metadata">
|
70
|
+
|
71
|
+
<nav id="classindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Class and Module Index</h3>
|
73
|
+
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li><a href="./NetLinx.html">NetLinx</a>
|
77
|
+
|
78
|
+
<li><a href="./NetLinx/Compile.html">NetLinx::Compile</a>
|
79
|
+
|
80
|
+
<li><a href="./NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
|
81
|
+
|
82
|
+
<li><a href="./NetLinx/Compile/Extension/AXS.html">NetLinx::Compile::Extension::AXS</a>
|
83
|
+
|
84
|
+
<li><a href="./NetLinx/Compile/ExtensionDiscovery.html">NetLinx::Compile::ExtensionDiscovery</a>
|
85
|
+
|
86
|
+
<li><a href="./NetLinx/Compile/ExtensionHandler.html">NetLinx::Compile::ExtensionHandler</a>
|
87
|
+
|
88
|
+
<li><a href="./NetLinx/Compile/Script.html">NetLinx::Compile::Script</a>
|
89
|
+
|
90
|
+
<li><a href="./NetLinx/Compiler.html">NetLinx::Compiler</a>
|
91
|
+
|
92
|
+
<li><a href="./NetLinx/CompilerResult.html">NetLinx::CompilerResult</a>
|
93
|
+
|
94
|
+
<li><a href="./NetLinx/NoCompilerError.html">NetLinx::NoCompilerError</a>
|
95
|
+
|
96
|
+
<li><a href="./NetLinx/SourceFile.html">NetLinx::SourceFile</a>
|
97
|
+
|
98
|
+
<li><a href="./Test.html">Test</a>
|
99
|
+
|
100
|
+
<li><a href="./Test/NetLinx.html">Test::NetLinx</a>
|
101
|
+
|
102
|
+
<li><a href="./Test/NetLinx/Compilable.html">Test::NetLinx::Compilable</a>
|
103
|
+
|
104
|
+
<li><a href="./Test/NetLinx/Compile.html">Test::NetLinx::Compile</a>
|
105
|
+
|
106
|
+
<li><a href="./Test/NetLinx/Compile/Discoverable.html">Test::NetLinx::Compile::Discoverable</a>
|
107
|
+
|
108
|
+
<li><a href="./Test/NetLinx/Compile/Invokable.html">Test::NetLinx::Compile::Invokable</a>
|
109
|
+
|
110
|
+
</ul>
|
111
|
+
</nav>
|
112
|
+
|
113
|
+
</div>
|
114
|
+
</nav>
|
115
|
+
|
116
|
+
<div id="documentation">
|
117
|
+
<h1 class="module">module Test</h1>
|
118
|
+
|
119
|
+
<div id="description" class="description">
|
120
|
+
|
121
|
+
</div><!-- description -->
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<!-- Methods -->
|
136
|
+
|
137
|
+
</section><!-- 5Buntitled-5D -->
|
138
|
+
|
139
|
+
</div><!-- documentation -->
|
140
|
+
|
141
|
+
|
142
|
+
<footer id="validator-badges">
|
143
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
144
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
145
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
146
|
+
</footer>
|
147
|
+
|
@@ -0,0 +1,147 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module Test::NetLinx - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="module">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../index.html">Home</a>
|
28
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<div id="file-metadata">
|
49
|
+
<nav id="file-list-section" class="section">
|
50
|
+
<h3 class="section-header">Defined In</h3>
|
51
|
+
<ul>
|
52
|
+
<li>lib/test/netlinx/compilable.rb
|
53
|
+
<li>lib/test/netlinx/compile/discoverable.rb
|
54
|
+
<li>lib/test/netlinx/compile/invokable.rb
|
55
|
+
</ul>
|
56
|
+
</nav>
|
57
|
+
|
58
|
+
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div id="class-metadata">
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div id="project-metadata">
|
70
|
+
|
71
|
+
<nav id="classindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Class and Module Index</h3>
|
73
|
+
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li><a href="../NetLinx.html">NetLinx</a>
|
77
|
+
|
78
|
+
<li><a href="../NetLinx/Compile.html">NetLinx::Compile</a>
|
79
|
+
|
80
|
+
<li><a href="../NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
|
81
|
+
|
82
|
+
<li><a href="../NetLinx/Compile/Extension/AXS.html">NetLinx::Compile::Extension::AXS</a>
|
83
|
+
|
84
|
+
<li><a href="../NetLinx/Compile/ExtensionDiscovery.html">NetLinx::Compile::ExtensionDiscovery</a>
|
85
|
+
|
86
|
+
<li><a href="../NetLinx/Compile/ExtensionHandler.html">NetLinx::Compile::ExtensionHandler</a>
|
87
|
+
|
88
|
+
<li><a href="../NetLinx/Compile/Script.html">NetLinx::Compile::Script</a>
|
89
|
+
|
90
|
+
<li><a href="../NetLinx/Compiler.html">NetLinx::Compiler</a>
|
91
|
+
|
92
|
+
<li><a href="../NetLinx/CompilerResult.html">NetLinx::CompilerResult</a>
|
93
|
+
|
94
|
+
<li><a href="../NetLinx/NoCompilerError.html">NetLinx::NoCompilerError</a>
|
95
|
+
|
96
|
+
<li><a href="../NetLinx/SourceFile.html">NetLinx::SourceFile</a>
|
97
|
+
|
98
|
+
<li><a href="../Test.html">Test</a>
|
99
|
+
|
100
|
+
<li><a href="../Test/NetLinx.html">Test::NetLinx</a>
|
101
|
+
|
102
|
+
<li><a href="../Test/NetLinx/Compilable.html">Test::NetLinx::Compilable</a>
|
103
|
+
|
104
|
+
<li><a href="../Test/NetLinx/Compile.html">Test::NetLinx::Compile</a>
|
105
|
+
|
106
|
+
<li><a href="../Test/NetLinx/Compile/Discoverable.html">Test::NetLinx::Compile::Discoverable</a>
|
107
|
+
|
108
|
+
<li><a href="../Test/NetLinx/Compile/Invokable.html">Test::NetLinx::Compile::Invokable</a>
|
109
|
+
|
110
|
+
</ul>
|
111
|
+
</nav>
|
112
|
+
|
113
|
+
</div>
|
114
|
+
</nav>
|
115
|
+
|
116
|
+
<div id="documentation">
|
117
|
+
<h1 class="module">module Test::NetLinx</h1>
|
118
|
+
|
119
|
+
<div id="description" class="description">
|
120
|
+
|
121
|
+
</div><!-- description -->
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<!-- Methods -->
|
136
|
+
|
137
|
+
</section><!-- 5Buntitled-5D -->
|
138
|
+
|
139
|
+
</div><!-- documentation -->
|
140
|
+
|
141
|
+
|
142
|
+
<footer id="validator-badges">
|
143
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
144
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
145
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
146
|
+
</footer>
|
147
|
+
|