sprout 1.0.35.pre → 1.1.2.pre
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sprout might be problematic. Click here for more details.
- data/Gemfile +1 -1
- data/Gemfile.lock +0 -2
- data/README.textile +1 -1
- data/VERSION +1 -1
- data/lib/sprout/concern.rb +5 -7
- data/lib/sprout/daemon.rb +183 -143
- data/lib/sprout/executable/base.rb +564 -0
- data/lib/sprout/executable.rb +1 -550
- data/lib/sprout/generator/base.rb +2 -3
- data/lib/sprout/generator.rb +2 -1
- data/lib/sprout/generators/ruby/templates/ruby_base.rb +1 -2
- data/lib/sprout/library.rb +3 -3
- data/lib/sprout/output_buffer.rb +35 -0
- data/lib/sprout/process_runner.rb +68 -17
- data/lib/sprout/progress_bar.rb +5 -5
- data/lib/sprout/remote_file_target.rb +1 -1
- data/lib/sprout/system/base_system.rb +3 -3
- data/lib/sprout/system/unix_system.rb +1 -1
- data/lib/sprout/{test/sprout_test_case.rb → test_helper.rb} +214 -14
- data/lib/sprout/version.rb +1 -1
- data/lib/sprout.rb +133 -2
- data/rakefile.rb +2 -0
- data/test/fixtures/examples/echo_inputs.rb +1 -2
- data/test/fixtures/executable/fdb.rb +7 -9
- data/test/fixtures/executable/flex3sdk_gem/fdb +49 -18
- data/test/fixtures/executable/mxmlc.rb +1 -2
- data/test/fixtures/executable/subclass/executable_subclass.rb +0 -1
- data/test/fixtures/executable/subclass/executable_superclass.rb +1 -2
- data/test/fixtures/specification/flex4sdk.rb +35 -24
- data/test/unit/archive_unpacker_test.rb +1 -1
- data/test/unit/boolean_param_test.rb +1 -1
- data/test/unit/daemon_test.rb +35 -3
- data/test/unit/executable_option_parser_test.rb +2 -3
- data/test/unit/executable_param_test.rb +1 -1
- data/test/unit/executable_test.rb +8 -15
- data/test/unit/fake_other_executable.rb +1 -2
- data/test/unit/file_param_test.rb +1 -1
- data/test/unit/file_target_test.rb +1 -1
- data/test/unit/files_param_test.rb +1 -1
- data/test/unit/generator_generator_test.rb +1 -1
- data/test/unit/generator_test.rb +1 -1
- data/test/unit/library_generator_test.rb +1 -1
- data/test/unit/library_test.rb +1 -1
- data/test/unit/osx_system_test.rb +1 -1
- data/test/unit/path_param_test.rb +1 -1
- data/test/unit/paths_param_test.rb +1 -1
- data/test/unit/platform_test.rb +1 -1
- data/test/unit/process_runner_test.rb +1 -1
- data/test/unit/rdoc_parser_test.rb +1 -1
- data/test/unit/remote_file_loader_test.rb +1 -1
- data/test/unit/remote_file_target_test.rb +1 -1
- data/test/unit/ruby_feature_test.rb +1 -1
- data/test/unit/ruby_generator_test.rb +1 -1
- data/test/unit/specification_test.rb +8 -1
- data/test/unit/sprout_test.rb +2 -2
- data/test/unit/string_param_test.rb +1 -1
- data/test/unit/string_test.rb +1 -1
- data/test/unit/strings_param_test.rb +1 -1
- data/test/unit/test_helper.rb +33 -1
- data/test/unit/tool_generator_test.rb +1 -1
- data/test/unit/unix_system_test.rb +1 -1
- data/test/unit/user_test.rb +1 -1
- data/test/unit/vista_system_test.rb +1 -1
- data/test/unit/win_nix_system_test.rb +1 -1
- data/test/unit/win_system_test.rb +1 -1
- data/test-stderr.log +1 -0
- data/test-stdout.log +237 -0
- metadata +15 -190
- data/doc/Dir.html +0 -288
- data/doc/Rake/Task.html +0 -184
- data/doc/Sprout/ArchiveUnpacker.html +0 -1246
- data/doc/Sprout/Base/ClassMethods.html +0 -434
- data/doc/Sprout/Base.html +0 -126
- data/doc/Sprout/Concern.html +0 -353
- data/doc/Sprout/Daemon/ClassMethods.html +0 -244
- data/doc/Sprout/Daemon/InstanceMethods.html +0 -601
- data/doc/Sprout/Daemon.html +0 -166
- data/doc/Sprout/Errors/ArchiveUnpackerError.html +0 -125
- data/doc/Sprout/Errors/DestinationExistsError.html +0 -133
- data/doc/Sprout/Errors/DuplicateMemberError.html +0 -132
- data/doc/Sprout/Errors/ExecutableError.html +0 -125
- data/doc/Sprout/Errors/ExecutableRegistrationError.html +0 -132
- data/doc/Sprout/Errors/ExecutionError.html +0 -121
- data/doc/Sprout/Errors/GeneratorError.html +0 -125
- data/doc/Sprout/Errors/InvalidArgumentError.html +0 -132
- data/doc/Sprout/Errors/LoadError.html +0 -121
- data/doc/Sprout/Errors/MissingArgumentError.html +0 -132
- data/doc/Sprout/Errors/MissingExecutableError.html +0 -132
- data/doc/Sprout/Errors/MissingGeneratorError.html +0 -132
- data/doc/Sprout/Errors/MissingTemplateError.html +0 -132
- data/doc/Sprout/Errors/ProcessRunnerError.html +0 -121
- data/doc/Sprout/Errors/RemoteFileLoaderError.html +0 -110
- data/doc/Sprout/Errors/SproutError.html +0 -114
- data/doc/Sprout/Errors/UnknownArchiveType.html +0 -122
- data/doc/Sprout/Errors/UsageError.html +0 -121
- data/doc/Sprout/Errors/ValidationError.html +0 -121
- data/doc/Sprout/Errors/VersionRequirementNotMetError.html +0 -121
- data/doc/Sprout/Errors.html +0 -101
- data/doc/Sprout/Executable/Boolean.html +0 -483
- data/doc/Sprout/Executable/ClassMethods.html +0 -417
- data/doc/Sprout/Executable/CollectionParam.html +0 -483
- data/doc/Sprout/Executable/FileParam.html +0 -484
- data/doc/Sprout/Executable/Files.html +0 -292
- data/doc/Sprout/Executable/InstanceMethods.html +0 -2006
- data/doc/Sprout/Executable/Number.html +0 -141
- data/doc/Sprout/Executable/Param.html +0 -2818
- data/doc/Sprout/Executable/ParameterFactory.html +0 -232
- data/doc/Sprout/Executable/Path.html +0 -223
- data/doc/Sprout/Executable/Paths.html +0 -253
- data/doc/Sprout/Executable/StringParam.html +0 -213
- data/doc/Sprout/Executable/Strings.html +0 -167
- data/doc/Sprout/Executable/Url.html +0 -160
- data/doc/Sprout/Executable/Urls.html +0 -170
- data/doc/Sprout/Executable.html +0 -173
- data/doc/Sprout/FileTarget.html +0 -1109
- data/doc/Sprout/Generator/Base.html +0 -1626
- data/doc/Sprout/Generator/Command.html +0 -690
- data/doc/Sprout/Generator/DirectoryManifest.html +0 -476
- data/doc/Sprout/Generator/FileManifest.html +0 -572
- data/doc/Sprout/Generator/Manifest.html +0 -377
- data/doc/Sprout/Generator/TemplateManifest.html +0 -196
- data/doc/Sprout/Generator.html +0 -689
- data/doc/Sprout/GeneratorGenerator.html +0 -1018
- data/doc/Sprout/Library.html +0 -1141
- data/doc/Sprout/LibraryGenerator.html +0 -309
- data/doc/Sprout/Log.html +0 -496
- data/doc/Sprout/MXMLC.html +0 -6373
- data/doc/Sprout/Platform.html +0 -714
- data/doc/Sprout/ProcessRunner.html +0 -1352
- data/doc/Sprout/ProgressBar.html +0 -376
- data/doc/Sprout/ProgressBarImpl.html +0 -2119
- data/doc/Sprout/ProgressBarManager.html +0 -434
- data/doc/Sprout/ProgressBarOutputStream.html +0 -416
- data/doc/Sprout/RDocParser.html +0 -211
- data/doc/Sprout/RemoteFileLoader.html +0 -172
- data/doc/Sprout/RemoteFileTarget.html +0 -679
- data/doc/Sprout/ReversedProgressBar.html +0 -194
- data/doc/Sprout/RubyFeature/ClassMethods.html +0 -1065
- data/doc/Sprout/RubyFeature.html +0 -155
- data/doc/Sprout/RubyGenerator.html +0 -764
- data/doc/Sprout/Specification.html +0 -767
- data/doc/Sprout/System/BaseSystem.html +0 -1455
- data/doc/Sprout/System/JavaSystem.html +0 -122
- data/doc/Sprout/System/OSXSystem.html +0 -335
- data/doc/Sprout/System/ThreadMock.html +0 -193
- data/doc/Sprout/System/UnixSystem.html +0 -584
- data/doc/Sprout/System/VistaSystem.html +0 -251
- data/doc/Sprout/System/WinNixSystem.html +0 -325
- data/doc/Sprout/System/WinSystem.html +0 -571
- data/doc/Sprout/System.html +0 -191
- data/doc/Sprout/ToolGenerator.html +0 -931
- data/doc/Sprout/VERSION.html +0 -128
- data/doc/Sprout.html +0 -144
- data/doc/SproutTestCase.html +0 -1412
- data/doc/String.html +0 -286
- data/doc/_index.html +0 -1035
- data/doc/class_list.html +0 -36
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -53
- data/doc/css/style.css +0 -310
- data/doc/file.README.html +0 -96
- data/doc/file.archive_unpacker.html +0 -288
- data/doc/file.base.html +0 -208
- data/doc/file.base_system.html +0 -278
- data/doc/file.boolean.html +0 -135
- data/doc/file.collection_param.html +0 -139
- data/doc/file.command.html +0 -126
- data/doc/file.concern.html +0 -136
- data/doc/file.daemon.html +0 -309
- data/doc/file.dir.html +0 -76
- data/doc/file.directory_manifest.html +0 -122
- data/doc/file.errors.html +0 -147
- data/doc/file.executable.html +0 -638
- data/doc/file.file_manifest.html +0 -109
- data/doc/file.file_param.html +0 -120
- data/doc/file.file_target.html +0 -140
- data/doc/file.files.html +0 -85
- data/doc/file.generator.html +0 -296
- data/doc/file.generator_class.html +0 -72
- data/doc/file.generator_generator.html +0 -137
- data/doc/file.generator_test.html +0 -92
- data/doc/file.generator_test_helper.html +0 -67
- data/doc/file.java_system.html +0 -62
- data/doc/file.library.html +0 -291
- data/doc/file.library_generator.html +0 -74
- data/doc/file.log.html +0 -100
- data/doc/file.manifest.html +0 -67
- data/doc/file.mxmlc.html +0 -740
- data/doc/file.number.html +0 -67
- data/doc/file.osx_system.html +0 -79
- data/doc/file.param.html +0 -491
- data/doc/file.parameter_factory.html +0 -119
- data/doc/file.path.html +0 -81
- data/doc/file.paths.html +0 -80
- data/doc/file.platform.html +0 -124
- data/doc/file.process_runner.html +0 -224
- data/doc/file.progress_bar.html +0 -390
- data/doc/file.rdoc_parser.html +0 -145
- data/doc/file.remote_file_loader.html +0 -117
- data/doc/file.remote_file_target.html +0 -176
- data/doc/file.ruby_base.html +0 -64
- data/doc/file.ruby_feature.html +0 -244
- data/doc/file.ruby_generator.html +0 -118
- data/doc/file.ruby_input.html +0 -62
- data/doc/file.ruby_test_case.html +0 -78
- data/doc/file.ruby_test_helper.html +0 -61
- data/doc/file.specification.html +0 -248
- data/doc/file.sprout.html +0 -64
- data/doc/file.sprout_test_case.html +0 -280
- data/doc/file.string.html +0 -72
- data/doc/file.string_param.html +0 -76
- data/doc/file.strings.html +0 -71
- data/doc/file.system.html +0 -86
- data/doc/file.template_manifest.html +0 -67
- data/doc/file.tool.html +0 -92
- data/doc/file.tool_generator.html +0 -90
- data/doc/file.unix_system.html +0 -128
- data/doc/file.url.html +0 -71
- data/doc/file.urls.html +0 -70
- data/doc/file.version.html +0 -71
- data/doc/file.vista_system.html +0 -69
- data/doc/file.win_nix_system.html +0 -88
- data/doc/file.win_system.html +0 -129
- data/doc/file_list.html +0 -230
- data/doc/frames.html +0 -13
- data/doc/index.html +0 -96
- data/doc/js/app.js +0 -202
- data/doc/js/full_list.js +0 -149
- data/doc/js/jquery.js +0 -154
- data/doc/method_list.html +0 -3355
- data/doc/top-level-namespace.html +0 -192
- data/lib/sprout/base.rb +0 -121
- data/lib/sprout/log.rb +0 -46
- data/test/unit/sprout_test_helper.rb +0 -33
@@ -1,377 +0,0 @@
|
|
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">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>Class: Sprout::Generator::Manifest</title>
|
7
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '../..';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="../../_index.html">Index (M)</a> »
|
27
|
-
<span class='title'><span class='object_link'><a href="../../Sprout.html" title="Sprout (module)">Sprout</a></span></span> » <span class='title'><span class='object_link'><a href="../Generator.html" title="Sprout::Generator (module)">Generator</a></span></span>
|
28
|
-
»
|
29
|
-
<span class="title">Manifest</span>
|
30
|
-
|
31
|
-
|
32
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="search">
|
36
|
-
<a id="class_list_link" href="#">Class List</a>
|
37
|
-
<a id="method_list_link" href="#">Method List</a>
|
38
|
-
<a id ="file_list_link" href="#">File List</a>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div class="clear"></div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<iframe id="search_frame"></iframe>
|
45
|
-
|
46
|
-
<div id="content"><h1>Class: Sprout::Generator::Manifest
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
</h1>
|
51
|
-
|
52
|
-
<dl class="box">
|
53
|
-
|
54
|
-
<dt class="r1">Inherits:</dt>
|
55
|
-
<dd class="r1">
|
56
|
-
<span class="inheritName">Object</span>
|
57
|
-
|
58
|
-
<ul class="fullTree">
|
59
|
-
<li>Object</li>
|
60
|
-
|
61
|
-
<li class="next">Sprout::Generator::Manifest</li>
|
62
|
-
|
63
|
-
</ul>
|
64
|
-
<a href="#" class="inheritanceTree">show all</a>
|
65
|
-
|
66
|
-
</dd>
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
<dt class="r2 last">Defined in:</dt>
|
77
|
-
<dd class="r2 last">lib/sprout/generator/manifest.rb</dd>
|
78
|
-
|
79
|
-
</dl>
|
80
|
-
<div class="clear"></div>
|
81
|
-
|
82
|
-
<div id="subclasses">
|
83
|
-
<h2>Direct Known Subclasses</h2>
|
84
|
-
<p class="children"><span class='object_link'><a href="DirectoryManifest.html" title="Sprout::Generator::DirectoryManifest (class)">DirectoryManifest</a></span>, <span class='object_link'><a href="FileManifest.html" title="Sprout::Generator::FileManifest (class)">FileManifest</a></span></p>
|
85
|
-
</div>
|
86
|
-
|
87
|
-
|
88
|
-
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
89
|
-
<ul class="summary">
|
90
|
-
|
91
|
-
<li class="public ">
|
92
|
-
<span class="summary_signature">
|
93
|
-
|
94
|
-
<a href="#generator-instance_method" title="#generator (instance method)">- (Object) <strong>generator</strong> </a>
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
</span>
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
<span class="summary_desc"><div class='inline'>
|
111
|
-
<p>Returns the value of attribute generator.</p>
|
112
|
-
</div></span>
|
113
|
-
|
114
|
-
</li>
|
115
|
-
|
116
|
-
|
117
|
-
<li class="public ">
|
118
|
-
<span class="summary_signature">
|
119
|
-
|
120
|
-
<a href="#parent-instance_method" title="#parent (instance method)">- (Object) <strong>parent</strong> </a>
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
</span>
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
<span class="summary_desc"><div class='inline'>
|
137
|
-
<p>Returns the value of attribute parent.</p>
|
138
|
-
</div></span>
|
139
|
-
|
140
|
-
</li>
|
141
|
-
|
142
|
-
|
143
|
-
<li class="public ">
|
144
|
-
<span class="summary_signature">
|
145
|
-
|
146
|
-
<a href="#path-instance_method" title="#path (instance method)">- (Object) <strong>path</strong> </a>
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
</span>
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
<span class="summary_desc"><div class='inline'>
|
163
|
-
<p>Returns the value of attribute path.</p>
|
164
|
-
</div></span>
|
165
|
-
|
166
|
-
</li>
|
167
|
-
|
168
|
-
|
169
|
-
</ul>
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
<h2>
|
174
|
-
Instance Method Summary
|
175
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
176
|
-
</h2>
|
177
|
-
|
178
|
-
<ul class="summary">
|
179
|
-
|
180
|
-
<li class="public ">
|
181
|
-
<span class="summary_signature">
|
182
|
-
|
183
|
-
<a href="#say-instance_method" title="#say (instance method)">- (Object) <strong>say</strong>(message) </a>
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
</span>
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
197
|
-
|
198
|
-
</li>
|
199
|
-
|
200
|
-
|
201
|
-
</ul>
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
<div id="instance_attr_details" class="attr_details">
|
206
|
-
<h2>Instance Attribute Details</h2>
|
207
|
-
|
208
|
-
|
209
|
-
<span id="generator=-instance_method"></span>
|
210
|
-
<span id="generator-instance_method"></span>
|
211
|
-
<div class="method_details first">
|
212
|
-
<p class="signature first" id="generator-instance_method">
|
213
|
-
|
214
|
-
- (<tt>Object</tt>) <strong>generator</strong>
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
</p><div class="docstring">
|
219
|
-
<div class="discussion">
|
220
|
-
|
221
|
-
<p>Returns the value of attribute generator</p>
|
222
|
-
|
223
|
-
|
224
|
-
</div>
|
225
|
-
</div>
|
226
|
-
<div class="tags">
|
227
|
-
|
228
|
-
</div><table class="source_code">
|
229
|
-
<tr>
|
230
|
-
<td>
|
231
|
-
<pre class="lines">
|
232
|
-
|
233
|
-
|
234
|
-
5
|
235
|
-
6
|
236
|
-
7</pre>
|
237
|
-
</td>
|
238
|
-
<td>
|
239
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/generator/manifest.rb', line 5</span>
|
240
|
-
|
241
|
-
<span class='kw'>def</span> <span class='id generator'>generator</span>
|
242
|
-
<span class='ivar'>@generator</span>
|
243
|
-
<span class='kw'>end</span></pre>
|
244
|
-
</td>
|
245
|
-
</tr>
|
246
|
-
</table>
|
247
|
-
</div>
|
248
|
-
|
249
|
-
|
250
|
-
<span id="parent=-instance_method"></span>
|
251
|
-
<span id="parent-instance_method"></span>
|
252
|
-
<div class="method_details ">
|
253
|
-
<p class="signature " id="parent-instance_method">
|
254
|
-
|
255
|
-
- (<tt>Object</tt>) <strong>parent</strong>
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
</p><div class="docstring">
|
260
|
-
<div class="discussion">
|
261
|
-
|
262
|
-
<p>Returns the value of attribute parent</p>
|
263
|
-
|
264
|
-
|
265
|
-
</div>
|
266
|
-
</div>
|
267
|
-
<div class="tags">
|
268
|
-
|
269
|
-
</div><table class="source_code">
|
270
|
-
<tr>
|
271
|
-
<td>
|
272
|
-
<pre class="lines">
|
273
|
-
|
274
|
-
|
275
|
-
7
|
276
|
-
8
|
277
|
-
9</pre>
|
278
|
-
</td>
|
279
|
-
<td>
|
280
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/generator/manifest.rb', line 7</span>
|
281
|
-
|
282
|
-
<span class='kw'>def</span> <span class='id parent'>parent</span>
|
283
|
-
<span class='ivar'>@parent</span>
|
284
|
-
<span class='kw'>end</span></pre>
|
285
|
-
</td>
|
286
|
-
</tr>
|
287
|
-
</table>
|
288
|
-
</div>
|
289
|
-
|
290
|
-
|
291
|
-
<span id="path=-instance_method"></span>
|
292
|
-
<span id="path-instance_method"></span>
|
293
|
-
<div class="method_details ">
|
294
|
-
<p class="signature " id="path-instance_method">
|
295
|
-
|
296
|
-
- (<tt>Object</tt>) <strong>path</strong>
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
</p><div class="docstring">
|
301
|
-
<div class="discussion">
|
302
|
-
|
303
|
-
<p>Returns the value of attribute path</p>
|
304
|
-
|
305
|
-
|
306
|
-
</div>
|
307
|
-
</div>
|
308
|
-
<div class="tags">
|
309
|
-
|
310
|
-
</div><table class="source_code">
|
311
|
-
<tr>
|
312
|
-
<td>
|
313
|
-
<pre class="lines">
|
314
|
-
|
315
|
-
|
316
|
-
6
|
317
|
-
7
|
318
|
-
8</pre>
|
319
|
-
</td>
|
320
|
-
<td>
|
321
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/generator/manifest.rb', line 6</span>
|
322
|
-
|
323
|
-
<span class='kw'>def</span> <span class='id path'>path</span>
|
324
|
-
<span class='ivar'>@path</span>
|
325
|
-
<span class='kw'>end</span></pre>
|
326
|
-
</td>
|
327
|
-
</tr>
|
328
|
-
</table>
|
329
|
-
</div>
|
330
|
-
|
331
|
-
</div>
|
332
|
-
|
333
|
-
|
334
|
-
<div id="instance_method_details" class="method_details_list">
|
335
|
-
<h2>Instance Method Details</h2>
|
336
|
-
|
337
|
-
|
338
|
-
<div class="method_details first">
|
339
|
-
<p class="signature first" id="say-instance_method">
|
340
|
-
|
341
|
-
- (<tt>Object</tt>) <strong>say</strong>(message)
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
</p><table class="source_code">
|
346
|
-
<tr>
|
347
|
-
<td>
|
348
|
-
<pre class="lines">
|
349
|
-
|
350
|
-
|
351
|
-
9
|
352
|
-
10
|
353
|
-
11</pre>
|
354
|
-
</td>
|
355
|
-
<td>
|
356
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/generator/manifest.rb', line 9</span>
|
357
|
-
|
358
|
-
<span class='kw'>def</span> <span class='id say'>say</span> <span class='id message'>message</span>
|
359
|
-
<span class='id generator'>generator</span><span class='period'>.</span><span class='id say'>say</span> <span class='id message'>message</span>
|
360
|
-
<span class='kw'>end</span></pre>
|
361
|
-
</td>
|
362
|
-
</tr>
|
363
|
-
</table>
|
364
|
-
</div>
|
365
|
-
|
366
|
-
</div>
|
367
|
-
|
368
|
-
</div>
|
369
|
-
|
370
|
-
<div id="footer">
|
371
|
-
Generated on Wed Dec 22 11:58:35 2010 by
|
372
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
373
|
-
0.6.3 (ruby-1.9.2).
|
374
|
-
</div>
|
375
|
-
|
376
|
-
</body>
|
377
|
-
</html>
|
@@ -1,196 +0,0 @@
|
|
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">
|
4
|
-
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>Class: Sprout::Generator::TemplateManifest</title>
|
7
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
-
|
10
|
-
<script type="text/javascript" charset="utf-8">
|
11
|
-
relpath = '../..';
|
12
|
-
if (relpath != '') relpath += '/';
|
13
|
-
</script>
|
14
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
15
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body>
|
19
|
-
<script type="text/javascript" charset="utf-8">
|
20
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
-
</script>
|
22
|
-
|
23
|
-
<div id="header">
|
24
|
-
<div id="menu">
|
25
|
-
|
26
|
-
<a href="../../_index.html">Index (T)</a> »
|
27
|
-
<span class='title'><span class='object_link'><a href="../../Sprout.html" title="Sprout (module)">Sprout</a></span></span> » <span class='title'><span class='object_link'><a href="../Generator.html" title="Sprout::Generator (module)">Generator</a></span></span>
|
28
|
-
»
|
29
|
-
<span class="title">TemplateManifest</span>
|
30
|
-
|
31
|
-
|
32
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="search">
|
36
|
-
<a id="class_list_link" href="#">Class List</a>
|
37
|
-
<a id="method_list_link" href="#">Method List</a>
|
38
|
-
<a id ="file_list_link" href="#">File List</a>
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div class="clear"></div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<iframe id="search_frame"></iframe>
|
45
|
-
|
46
|
-
<div id="content"><h1>Class: Sprout::Generator::TemplateManifest
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
</h1>
|
51
|
-
|
52
|
-
<dl class="box">
|
53
|
-
|
54
|
-
<dt class="r1">Inherits:</dt>
|
55
|
-
<dd class="r1">
|
56
|
-
<span class="inheritName"><span class='object_link'><a href="FileManifest.html" title="Sprout::Generator::FileManifest (class)">FileManifest</a></span></span>
|
57
|
-
|
58
|
-
<ul class="fullTree">
|
59
|
-
<li>Object</li>
|
60
|
-
|
61
|
-
<li class="next"><span class='object_link'><a href="Manifest.html" title="Sprout::Generator::Manifest (class)">Manifest</a></span></li>
|
62
|
-
|
63
|
-
<li class="next"><span class='object_link'><a href="FileManifest.html" title="Sprout::Generator::FileManifest (class)">FileManifest</a></span></li>
|
64
|
-
|
65
|
-
<li class="next">Sprout::Generator::TemplateManifest</li>
|
66
|
-
|
67
|
-
</ul>
|
68
|
-
<a href="#" class="inheritanceTree">show all</a>
|
69
|
-
|
70
|
-
</dd>
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
<dt class="r2 last">Defined in:</dt>
|
81
|
-
<dd class="r2 last">lib/sprout/generator/template_manifest.rb</dd>
|
82
|
-
|
83
|
-
</dl>
|
84
|
-
<div class="clear"></div>
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
<h2>
|
99
|
-
Instance Method Summary
|
100
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
101
|
-
</h2>
|
102
|
-
|
103
|
-
<ul class="summary">
|
104
|
-
|
105
|
-
<li class="protected ">
|
106
|
-
<span class="summary_signature">
|
107
|
-
|
108
|
-
<a href="#resolve_template-instance_method" title="#resolve_template (instance method)">- (Object) <strong>resolve_template</strong> </a>
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
</span>
|
113
|
-
|
114
|
-
|
115
|
-
<span class="note title protected">protected</span>
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
122
|
-
|
123
|
-
</li>
|
124
|
-
|
125
|
-
|
126
|
-
</ul>
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="FileManifest.html" title="Sprout::Generator::FileManifest (class)">FileManifest</a></span></h3>
|
138
|
-
<p class="inherited"><span class='object_link'><a href="FileManifest.html#create-instance_method" title="Sprout::Generator::FileManifest#create (method)">#create</a></span>, <span class='object_link'><a href="FileManifest.html#destroy-instance_method" title="Sprout::Generator::FileManifest#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="FileManifest.html#read_source-instance_method" title="Sprout::Generator::FileManifest#read_source (method)">#read_source</a></span>, <span class='object_link'><a href="FileManifest.html#source_name-instance_method" title="Sprout::Generator::FileManifest#source_name (method)">#source_name</a></span></p>
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Manifest.html" title="Sprout::Generator::Manifest (class)">Manifest</a></span></h3>
|
148
|
-
<p class="inherited"><span class='object_link'><a href="Manifest.html#say-instance_method" title="Sprout::Generator::Manifest#say (method)">#say</a></span></p>
|
149
|
-
|
150
|
-
|
151
|
-
<div id="instance_method_details" class="method_details_list">
|
152
|
-
<h2>Instance Method Details</h2>
|
153
|
-
|
154
|
-
|
155
|
-
<div class="method_details first">
|
156
|
-
<p class="signature first" id="resolve_template-instance_method">
|
157
|
-
|
158
|
-
- (<tt>Object</tt>) <strong>resolve_template</strong> <span class="extras">(protected)</span>
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
</p><table class="source_code">
|
163
|
-
<tr>
|
164
|
-
<td>
|
165
|
-
<pre class="lines">
|
166
|
-
|
167
|
-
|
168
|
-
7
|
169
|
-
8
|
170
|
-
9
|
171
|
-
10</pre>
|
172
|
-
</td>
|
173
|
-
<td>
|
174
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/generator/template_manifest.rb', line 7</span>
|
175
|
-
|
176
|
-
<span class='kw'>def</span> <span class='id resolve_template'>resolve_template</span>
|
177
|
-
<span class='id template_content'>template_content</span> <span class='op'>=</span> <span class='id read_source'>read_source</span>
|
178
|
-
<span class='id generator'>generator</span><span class='period'>.</span><span class='id resolve_template'>resolve_template</span> <span class='id template_content'>template_content</span>
|
179
|
-
<span class='kw'>end</span></pre>
|
180
|
-
</td>
|
181
|
-
</tr>
|
182
|
-
</table>
|
183
|
-
</div>
|
184
|
-
|
185
|
-
</div>
|
186
|
-
|
187
|
-
</div>
|
188
|
-
|
189
|
-
<div id="footer">
|
190
|
-
Generated on Wed Dec 22 11:58:36 2010 by
|
191
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
192
|
-
0.6.3 (ruby-1.9.2).
|
193
|
-
</div>
|
194
|
-
|
195
|
-
</body>
|
196
|
-
</html>
|