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
data/doc/Sprout/Log.html
DELETED
@@ -1,496 +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::Log</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 (L)</a> »
|
27
|
-
<span class='title'><span class='object_link'><a href="../Sprout.html" title="Sprout (module)">Sprout</a></span></span>
|
28
|
-
»
|
29
|
-
<span class="title">Log</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::Log
|
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::Log</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/log.rb</dd>
|
78
|
-
|
79
|
-
</dl>
|
80
|
-
<div class="clear"></div>
|
81
|
-
|
82
|
-
|
83
|
-
<h2>Constant Summary</h2>
|
84
|
-
|
85
|
-
<dl class="constants">
|
86
|
-
|
87
|
-
<dt id="debug-classvariable" class="">@@debug =
|
88
|
-
|
89
|
-
</dt>
|
90
|
-
<dd><pre class="code"><span class='kw'>false</span></pre></dd>
|
91
|
-
|
92
|
-
<dt id="output-classvariable" class="">@@output =
|
93
|
-
|
94
|
-
</dt>
|
95
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span></pre></dd>
|
96
|
-
|
97
|
-
<dt id="printout-classvariable" class="">@@printout =
|
98
|
-
|
99
|
-
</dt>
|
100
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span></pre></dd>
|
101
|
-
|
102
|
-
</dl>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<h2>
|
109
|
-
Class Method Summary
|
110
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
111
|
-
</h2>
|
112
|
-
|
113
|
-
<ul class="summary">
|
114
|
-
|
115
|
-
<li class="public ">
|
116
|
-
<span class="summary_signature">
|
117
|
-
|
118
|
-
<a href="#debug-class_method" title="debug (class method)">+ (Object) <strong>debug</strong> </a>
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
</span>
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
132
|
-
|
133
|
-
</li>
|
134
|
-
|
135
|
-
|
136
|
-
<li class="public ">
|
137
|
-
<span class="summary_signature">
|
138
|
-
|
139
|
-
<a href="#debug%3D-class_method" title="debug= (class method)">+ (Object) <strong>debug=</strong>(debug) </a>
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
</span>
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
153
|
-
|
154
|
-
</li>
|
155
|
-
|
156
|
-
|
157
|
-
<li class="public ">
|
158
|
-
<span class="summary_signature">
|
159
|
-
|
160
|
-
<a href="#flush-class_method" title="flush (class method)">+ (Object) <strong>flush</strong> </a>
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
</span>
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
174
|
-
|
175
|
-
</li>
|
176
|
-
|
177
|
-
|
178
|
-
<li class="public ">
|
179
|
-
<span class="summary_signature">
|
180
|
-
|
181
|
-
<a href="#flush_print-class_method" title="flush_print (class method)">+ (Object) <strong>flush_print</strong> </a>
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
</span>
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
195
|
-
|
196
|
-
</li>
|
197
|
-
|
198
|
-
|
199
|
-
<li class="public ">
|
200
|
-
<span class="summary_signature">
|
201
|
-
|
202
|
-
<a href="#print-class_method" title="print (class method)">+ (Object) <strong>print</strong>(msg) </a>
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
</span>
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
216
|
-
|
217
|
-
</li>
|
218
|
-
|
219
|
-
|
220
|
-
<li class="public ">
|
221
|
-
<span class="summary_signature">
|
222
|
-
|
223
|
-
<a href="#printf-class_method" title="printf (class method)">+ (Object) <strong>printf</strong>(msg) </a>
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
</span>
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
237
|
-
|
238
|
-
</li>
|
239
|
-
|
240
|
-
|
241
|
-
<li class="public ">
|
242
|
-
<span class="summary_signature">
|
243
|
-
|
244
|
-
<a href="#puts-class_method" title="puts (class method)">+ (Object) <strong>puts</strong>(msg) </a>
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
</span>
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
258
|
-
|
259
|
-
</li>
|
260
|
-
|
261
|
-
|
262
|
-
</ul>
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
<div id="class_method_details" class="method_details_list">
|
268
|
-
<h2>Class Method Details</h2>
|
269
|
-
|
270
|
-
|
271
|
-
<div class="method_details first">
|
272
|
-
<p class="signature first" id="debug-class_method">
|
273
|
-
|
274
|
-
+ (<tt>Object</tt>) <strong>debug</strong>
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
</p><table class="source_code">
|
279
|
-
<tr>
|
280
|
-
<td>
|
281
|
-
<pre class="lines">
|
282
|
-
|
283
|
-
|
284
|
-
12
|
285
|
-
13
|
286
|
-
14</pre>
|
287
|
-
</td>
|
288
|
-
<td>
|
289
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 12</span>
|
290
|
-
|
291
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id debug'>debug</span>
|
292
|
-
<span class='kw'>return</span> <span class='cvar'>@@debug</span>
|
293
|
-
<span class='kw'>end</span></pre>
|
294
|
-
</td>
|
295
|
-
</tr>
|
296
|
-
</table>
|
297
|
-
</div>
|
298
|
-
|
299
|
-
<div class="method_details ">
|
300
|
-
<p class="signature " id="debug=-class_method">
|
301
|
-
|
302
|
-
+ (<tt>Object</tt>) <strong>debug=</strong>(debug)
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
</p><table class="source_code">
|
307
|
-
<tr>
|
308
|
-
<td>
|
309
|
-
<pre class="lines">
|
310
|
-
|
311
|
-
|
312
|
-
8
|
313
|
-
9
|
314
|
-
10</pre>
|
315
|
-
</td>
|
316
|
-
<td>
|
317
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 8</span>
|
318
|
-
|
319
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id debug='>debug=</span><span class='lparen'>(</span><span class='id debug'>debug</span><span class='rparen'>)</span>
|
320
|
-
<span class='cvar'>@@debug</span> <span class='op'>=</span> <span class='id debug'>debug</span>
|
321
|
-
<span class='kw'>end</span></pre>
|
322
|
-
</td>
|
323
|
-
</tr>
|
324
|
-
</table>
|
325
|
-
</div>
|
326
|
-
|
327
|
-
<div class="method_details ">
|
328
|
-
<p class="signature " id="flush-class_method">
|
329
|
-
|
330
|
-
+ (<tt>Object</tt>) <strong>flush</strong>
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
</p><table class="source_code">
|
335
|
-
<tr>
|
336
|
-
<td>
|
337
|
-
<pre class="lines">
|
338
|
-
|
339
|
-
|
340
|
-
38
|
341
|
-
39
|
342
|
-
40
|
343
|
-
41
|
344
|
-
42
|
345
|
-
43</pre>
|
346
|
-
</td>
|
347
|
-
<td>
|
348
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 38</span>
|
349
|
-
|
350
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id flush'>flush</span>
|
351
|
-
<span class='kw'>if</span><span class='lparen'>(</span><span class='op'>!</span><span class='const'>Log</span><span class='period'>.</span><span class='id debug'>debug</span><span class='rparen'>)</span>
|
352
|
-
<span class='gvar'>$stdout</span><span class='period'>.</span><span class='id printf'>printf</span> <span class='cvar'>@@output</span>
|
353
|
-
<span class='cvar'>@@output</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span>
|
354
|
-
<span class='kw'>end</span>
|
355
|
-
<span class='kw'>end</span></pre>
|
356
|
-
</td>
|
357
|
-
</tr>
|
358
|
-
</table>
|
359
|
-
</div>
|
360
|
-
|
361
|
-
<div class="method_details ">
|
362
|
-
<p class="signature " id="flush_print-class_method">
|
363
|
-
|
364
|
-
+ (<tt>Object</tt>) <strong>flush_print</strong>
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
</p><table class="source_code">
|
369
|
-
<tr>
|
370
|
-
<td>
|
371
|
-
<pre class="lines">
|
372
|
-
|
373
|
-
|
374
|
-
31
|
375
|
-
32
|
376
|
-
33
|
377
|
-
34
|
378
|
-
35
|
379
|
-
36</pre>
|
380
|
-
</td>
|
381
|
-
<td>
|
382
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 31</span>
|
383
|
-
|
384
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id flush_print'>flush_print</span>
|
385
|
-
<span class='kw'>if</span><span class='lparen'>(</span><span class='op'>!</span><span class='const'>Log</span><span class='period'>.</span><span class='id debug'>debug</span><span class='rparen'>)</span>
|
386
|
-
<span class='gvar'>$stdout</span><span class='period'>.</span><span class='id printf'>printf</span> <span class='cvar'>@@printout</span>
|
387
|
-
<span class='cvar'>@@printout</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span>
|
388
|
-
<span class='kw'>end</span>
|
389
|
-
<span class='kw'>end</span></pre>
|
390
|
-
</td>
|
391
|
-
</tr>
|
392
|
-
</table>
|
393
|
-
</div>
|
394
|
-
|
395
|
-
<div class="method_details ">
|
396
|
-
<p class="signature " id="print-class_method">
|
397
|
-
|
398
|
-
+ (<tt>Object</tt>) <strong>print</strong>(msg)
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
</p><table class="source_code">
|
403
|
-
<tr>
|
404
|
-
<td>
|
405
|
-
<pre class="lines">
|
406
|
-
|
407
|
-
|
408
|
-
21
|
409
|
-
22
|
410
|
-
23
|
411
|
-
24</pre>
|
412
|
-
</td>
|
413
|
-
<td>
|
414
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 21</span>
|
415
|
-
|
416
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id print'>print</span><span class='lparen'>(</span><span class='id msg'>msg</span><span class='rparen'>)</span>
|
417
|
-
<span class='cvar'>@@printout</span> <span class='op'><<</span> <span class='id msg'>msg</span>
|
418
|
-
<span class='const'>Log</span><span class='period'>.</span><span class='id flush_print'>flush_print</span>
|
419
|
-
<span class='kw'>end</span></pre>
|
420
|
-
</td>
|
421
|
-
</tr>
|
422
|
-
</table>
|
423
|
-
</div>
|
424
|
-
|
425
|
-
<div class="method_details ">
|
426
|
-
<p class="signature " id="printf-class_method">
|
427
|
-
|
428
|
-
+ (<tt>Object</tt>) <strong>printf</strong>(msg)
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
</p><table class="source_code">
|
433
|
-
<tr>
|
434
|
-
<td>
|
435
|
-
<pre class="lines">
|
436
|
-
|
437
|
-
|
438
|
-
26
|
439
|
-
27
|
440
|
-
28
|
441
|
-
29</pre>
|
442
|
-
</td>
|
443
|
-
<td>
|
444
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 26</span>
|
445
|
-
|
446
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id printf'>printf</span><span class='lparen'>(</span><span class='id msg'>msg</span><span class='rparen'>)</span>
|
447
|
-
<span class='cvar'>@@printout</span> <span class='op'><<</span> <span class='id msg'>msg</span>
|
448
|
-
<span class='const'>Log</span><span class='period'>.</span><span class='id flush_print'>flush_print</span>
|
449
|
-
<span class='kw'>end</span></pre>
|
450
|
-
</td>
|
451
|
-
</tr>
|
452
|
-
</table>
|
453
|
-
</div>
|
454
|
-
|
455
|
-
<div class="method_details ">
|
456
|
-
<p class="signature " id="puts-class_method">
|
457
|
-
|
458
|
-
+ (<tt>Object</tt>) <strong>puts</strong>(msg)
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
</p><table class="source_code">
|
463
|
-
<tr>
|
464
|
-
<td>
|
465
|
-
<pre class="lines">
|
466
|
-
|
467
|
-
|
468
|
-
16
|
469
|
-
17
|
470
|
-
18
|
471
|
-
19</pre>
|
472
|
-
</td>
|
473
|
-
<td>
|
474
|
-
<pre class="code"><span class="info file"># File 'lib/sprout/log.rb', line 16</span>
|
475
|
-
|
476
|
-
<span class='kw'>def</span> <span class='const'>Log</span><span class='period'>.</span><span class='id puts'>puts</span><span class='lparen'>(</span><span class='id msg'>msg</span><span class='rparen'>)</span>
|
477
|
-
<span class='cvar'>@@output</span> <span class='op'><<</span> <span class='id msg'>msg</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span>
|
478
|
-
<span class='const'>Log</span><span class='period'>.</span><span class='id flush'>flush</span>
|
479
|
-
<span class='kw'>end</span></pre>
|
480
|
-
</td>
|
481
|
-
</tr>
|
482
|
-
</table>
|
483
|
-
</div>
|
484
|
-
|
485
|
-
</div>
|
486
|
-
|
487
|
-
</div>
|
488
|
-
|
489
|
-
<div id="footer">
|
490
|
-
Generated on Wed Dec 22 11:58:32 2010 by
|
491
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
492
|
-
0.6.3 (ruby-1.9.2).
|
493
|
-
</div>
|
494
|
-
|
495
|
-
</body>
|
496
|
-
</html>
|