closure 1.3.1 → 1.4.2
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.
- data/README.md +142 -9
- data/bin/closure-script +19 -0
- data/closure-compiler/README +18 -4
- data/closure-compiler/compiler.jar +0 -0
- data/closure-templates/SoyToJsSrcCompiler.jar +0 -0
- data/closure-templates/soydata.js +163 -0
- data/closure-templates/soyutils.js +1191 -159
- data/closure-templates/soyutils_usegoog.js +1107 -60
- data/docs/closure/Closure.html +58 -52
- data/docs/closure/Closure/BeanShell.html +6 -3
- data/docs/closure/Closure/Compiler.html +18 -15
- data/docs/closure/Closure/Compiler/Compilation.html +9 -3
- data/docs/closure/Closure/Compiler/Error.html +3 -3
- data/docs/closure/Closure/FileResponse.html +13 -7
- data/docs/closure/Closure/Goog.html +49 -85
- data/docs/closure/Closure/Middleware.html +5 -3
- data/docs/closure/Closure/Script.html +14 -5
- data/docs/closure/Closure/Script/NotFound.html +3 -3
- data/docs/closure/Closure/Script/RenderStackOverflow.html +3 -3
- data/docs/closure/Closure/Server.html +6 -3
- data/docs/closure/Closure/ShowExceptions.html +5 -3
- data/docs/closure/Closure/Sources.html +145 -37
- data/docs/closure/Closure/Templates.html +11 -10
- data/docs/closure/Closure/Templates/Error.html +3 -3
- data/docs/closure/_index.html +4 -4
- data/docs/closure/css/full_list.css +2 -0
- data/docs/closure/css/style.css +2 -0
- data/docs/closure/file.LICENSE.html +3 -3
- data/docs/closure/file.README.html +151 -10
- data/docs/closure/frames.html +1 -1
- data/docs/closure/index.html +151 -10
- data/docs/closure/js/full_list.js +23 -6
- data/docs/closure/method_list.html +91 -83
- data/docs/closure/top-level-namespace.html +3 -3
- data/lib/closure.rb +3 -16
- data/lib/closure/compiler.rb +135 -53
- data/lib/closure/goog.rb +5 -29
- data/lib/closure/sources.rb +22 -9
- data/lib/closure/version.rb +1 -1
- data/scripts/config.ru +0 -1
- data/scripts/hello/compiler_build.js +5 -5
- data/scripts/hello/compiler_build.map +518 -522
- data/scripts/hello/compiler_debug.js +7 -13
- data/scripts/hello/legume.js +2 -2
- data/scripts/index.erb +0 -3
- data/scripts/modules/compiler_build.js +3 -3
- data/scripts/modules/compiler_build.map +11569 -11476
- data/scripts/modules/compiler_build_api.js +1 -1
- data/scripts/modules/compiler_build_app.js +71 -70
- data/scripts/modules/compiler_build_settings.js +2 -2
- data/scripts/modules/compiler_debug.js +3 -3
- data/scripts/modules/compiler_debug_api.js +2 -2
- data/scripts/modules/compiler_debug_app.js +926 -1382
- data/scripts/modules/compiler_debug_settings.js +21 -24
- metadata +8 -18
- data/externs/chrome_extensions.externs +0 -968
- data/externs/jquery-1.3.2.externs +0 -718
- data/externs/jquery-1.4.3.externs +0 -1289
- data/externs/jquery-1.4.4.externs +0 -1302
- data/externs/jquery-1.5.externs +0 -1697
- data/externs/jquery-ui.externs +0 -10
- data/externs/jquery.externs +0 -4
- data/scripts/jquery/compiler.js.erb +0 -7
- data/scripts/jquery/compiler_out.js +0 -1
- data/scripts/jquery/index.erb +0 -25
- data/scripts/jquery/jquery_1.4.4.js +0 -167
- data/scripts/jquery/jquery_test.js +0 -8
data/docs/closure/Closure.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,6 +124,7 @@ config.ru
|
|
124
124
|
|
125
125
|
</div>
|
126
126
|
|
127
|
+
|
127
128
|
</div><h2>Defined Under Namespace</h2>
|
128
129
|
<p class="children">
|
129
130
|
|
@@ -152,18 +153,18 @@ quickly.
|
|
152
153
|
</div>
|
153
154
|
<div class="tags">
|
154
155
|
|
156
|
+
|
155
157
|
</div>
|
156
158
|
</dt>
|
157
159
|
<dd><pre class="code"><span class='lbrace'>{</span>
|
158
160
|
<span class='symbol'>:soy</span> <span class='op'>=></span> <span class='const'>File</span><span class='period'>.</span><span class='id join'>join</span><span class='lparen'>(</span><span class='id base_path'>base_path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>closure-templates</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='comma'>,</span>
|
159
|
-
<span class='symbol'>:externs</span> <span class='op'>=></span> <span class='const'>File</span><span class='period'>.</span><span class='id join'>join</span><span class='lparen'>(</span><span class='id base_path'>base_path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>externs</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='comma'>,</span>
|
160
161
|
<span class='symbol'>:docs</span> <span class='op'>=></span> <span class='const'>File</span><span class='period'>.</span><span class='id join'>join</span><span class='lparen'>(</span><span class='id base_path'>base_path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>docs</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
161
162
|
<span class='rbrace'>}</span></pre></dd>
|
162
163
|
|
163
164
|
<dt id="VERSION-constant" class="">VERSION =
|
164
165
|
|
165
166
|
</dt>
|
166
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.
|
167
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.4.1</span><span class='tstring_end'>"</span></span></pre></dd>
|
167
168
|
|
168
169
|
</dl>
|
169
170
|
|
@@ -337,7 +338,7 @@ the <span class='object_link'><a href="#BUILT_INS-constant" title="Closure::BUIL
|
|
337
338
|
<h3>Examples:</h3>
|
338
339
|
|
339
340
|
<h4><div class='inline'></div></h4>
|
340
|
-
<pre class="example code"><span class='const'>Closure</span><span class='period'>.</span><span class='id add_source'>add_source</span> <span class='symbol'>:
|
341
|
+
<pre class="example code"><span class='const'>Closure</span><span class='period'>.</span><span class='id add_source'>add_source</span> <span class='symbol'>:soy</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/soy_js</span><span class='tstring_end'>'</span></span>
|
341
342
|
<span class='const'>Closure</span><span class='period'>.</span><span class='id add_source'>add_source</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>./myapp</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/myapp</span><span class='tstring_end'>'</span></span></pre>
|
342
343
|
|
343
344
|
</div>
|
@@ -393,23 +394,24 @@ Where the scripts are in the filesystem.
|
|
393
394
|
|
394
395
|
</ul>
|
395
396
|
|
397
|
+
|
396
398
|
</div><table class="source_code">
|
397
399
|
<tr>
|
398
400
|
<td>
|
399
401
|
<pre class="lines">
|
400
402
|
|
401
403
|
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
404
|
+
58
|
405
|
+
59
|
406
|
+
60
|
407
|
+
61
|
408
|
+
62
|
409
|
+
63
|
410
|
+
64
|
411
|
+
65</pre>
|
410
412
|
</td>
|
411
413
|
<td>
|
412
|
-
<pre class="code"><span class="info file"># File 'lib/closure.rb', line
|
414
|
+
<pre class="code"><span class="info file"># File 'lib/closure.rb', line 58</span>
|
413
415
|
|
414
416
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id add_source'>add_source</span><span class='lparen'>(</span><span class='id directory'>directory</span><span class='comma'>,</span> <span class='id path'>path</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span>
|
415
417
|
<span class='kw'>if</span> <span class='id directory'>directory</span><span class='period'>.</span><span class='id kind_of?'>kind_of?</span> <span class='const'>Symbol</span>
|
@@ -443,7 +445,8 @@ experimental configurations.
|
|
443
445
|
</div>
|
444
446
|
</div>
|
445
447
|
<div class="tags">
|
446
|
-
|
448
|
+
|
449
|
+
<h3>Returns:</h3>
|
447
450
|
<ul class="return">
|
448
451
|
|
449
452
|
<li>
|
@@ -463,12 +466,12 @@ experimental configurations.
|
|
463
466
|
<pre class="lines">
|
464
467
|
|
465
468
|
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
+
36
|
470
|
+
37
|
471
|
+
38</pre>
|
469
472
|
</td>
|
470
473
|
<td>
|
471
|
-
<pre class="code"><span class="info file"># File 'lib/closure.rb', line
|
474
|
+
<pre class="code"><span class="info file"># File 'lib/closure.rb', line 36</span>
|
472
475
|
|
473
476
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id base_path'>base_path</span>
|
474
477
|
<span class='cvar'>@@base_path</span> <span class='op'>||=</span> <span class='const'>File</span><span class='period'>.</span><span class='id expand_path'>expand_path</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id join'>join</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id dirname'>dirname</span><span class='lparen'>(</span><span class='kw'>__FILE__</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>..</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='rparen'>)</span>
|
@@ -517,7 +520,8 @@ of the packaged one.
|
|
517
520
|
</div>
|
518
521
|
</div>
|
519
522
|
<div class="tags">
|
520
|
-
|
523
|
+
|
524
|
+
<h3>Returns:</h3>
|
521
525
|
<ul class="return">
|
522
526
|
|
523
527
|
<li>
|
@@ -537,21 +541,21 @@ of the packaged one.
|
|
537
541
|
<pre class="lines">
|
538
542
|
|
539
543
|
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
544
|
+
113
|
545
|
+
114
|
546
|
+
115
|
547
|
+
116
|
548
|
+
117
|
549
|
+
118
|
550
|
+
119
|
551
|
+
120
|
552
|
+
121
|
553
|
+
122
|
554
|
+
123
|
555
|
+
124</pre>
|
552
556
|
</td>
|
553
557
|
<td>
|
554
|
-
<pre class="code"><span class="info file"># File 'lib/closure.rb', line
|
558
|
+
<pre class="code"><span class="info file"># File 'lib/closure.rb', line 113</span>
|
555
559
|
|
556
560
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id config'>config</span>
|
557
561
|
<span class='kw'>return</span> <span class='cvar'>@@config</span> <span class='kw'>if</span> <span class='kw'>defined?</span> <span class='cvar'>@@config</span>
|
@@ -589,7 +593,8 @@ pairs configured with Closure.add_source().
|
|
589
593
|
</div>
|
590
594
|
</div>
|
591
595
|
<div class="tags">
|
592
|
-
|
596
|
+
|
597
|
+
<h3>Returns:</h3>
|
593
598
|
<ul class="return">
|
594
599
|
|
595
600
|
<li>
|
@@ -609,12 +614,12 @@ pairs configured with Closure.add_source().
|
|
609
614
|
<pre class="lines">
|
610
615
|
|
611
616
|
|
612
|
-
|
613
|
-
|
614
|
-
|
617
|
+
72
|
618
|
+
73
|
619
|
+
74</pre>
|
615
620
|
</td>
|
616
621
|
<td>
|
617
|
-
<pre class="code"><span class="info file"># File 'lib/closure.rb', line
|
622
|
+
<pre class="code"><span class="info file"># File 'lib/closure.rb', line 72</span>
|
618
623
|
|
619
624
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id sources'>sources</span>
|
620
625
|
<span class='cvar'>@@sources</span> <span class='op'>||=</span> <span class='const'>Sources</span><span class='period'>.</span><span class='id new'>new</span>
|
@@ -650,27 +655,28 @@ Run the welcome server. Handy for gem users.
|
|
650
655
|
|
651
656
|
</div>
|
652
657
|
|
658
|
+
|
653
659
|
</div><table class="source_code">
|
654
660
|
<tr>
|
655
661
|
<td>
|
656
662
|
<pre class="lines">
|
657
663
|
|
658
664
|
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
665
|
+
129
|
666
|
+
130
|
667
|
+
131
|
668
|
+
132
|
669
|
+
133
|
670
|
+
134
|
671
|
+
135
|
672
|
+
136
|
673
|
+
137
|
674
|
+
138
|
675
|
+
139
|
676
|
+
140</pre>
|
671
677
|
</td>
|
672
678
|
<td>
|
673
|
-
<pre class="code"><span class="info file"># File 'lib/closure.rb', line
|
679
|
+
<pre class="code"><span class="info file"># File 'lib/closure.rb', line 129</span>
|
674
680
|
|
675
681
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id welcome'>welcome</span>
|
676
682
|
<span class='id raise'>raise</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Use rackup, config.ru already exists.</span><span class='tstring_end'>'</span></span> <span class='kw'>if</span> <span class='const'>File</span><span class='period'>.</span><span class='id exist?'>exist?</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>config.ru</span><span class='tstring_end'>'</span></span>
|
@@ -694,9 +700,9 @@ Run the welcome server. Handy for gem users.
|
|
694
700
|
</div>
|
695
701
|
|
696
702
|
<div id="footer">
|
697
|
-
Generated on
|
703
|
+
Generated on Sun Oct 23 22:43:16 2011 by
|
698
704
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
699
|
-
0.7.
|
705
|
+
0.7.3 (ruby-1.9.2).
|
700
706
|
</div>
|
701
707
|
|
702
708
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure::BeanShell
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -104,6 +104,7 @@ way we don’t pay the Java startup costs on every compile job.
|
|
104
104
|
</div>
|
105
105
|
<div class="tags">
|
106
106
|
|
107
|
+
|
107
108
|
</div>
|
108
109
|
<h2>Constant Summary</h2>
|
109
110
|
|
@@ -231,6 +232,7 @@ A new instance of BeanShell
|
|
231
232
|
|
232
233
|
</ul>
|
233
234
|
|
235
|
+
|
234
236
|
</div><table class="source_code">
|
235
237
|
<tr>
|
236
238
|
<td>
|
@@ -282,6 +284,7 @@ conditions when the Java process is killed.
|
|
282
284
|
</div>
|
283
285
|
<div class="tags">
|
284
286
|
|
287
|
+
|
285
288
|
</div><table class="source_code">
|
286
289
|
<tr>
|
287
290
|
<td>
|
@@ -326,9 +329,9 @@ conditions when the Java process is killed.
|
|
326
329
|
</div>
|
327
330
|
|
328
331
|
<div id="footer">
|
329
|
-
Generated on
|
332
|
+
Generated on Sun Oct 23 22:43:17 2011 by
|
330
333
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
331
|
-
0.7.
|
334
|
+
0.7.3 (ruby-1.9.2).
|
332
335
|
</div>
|
333
336
|
|
334
337
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure::Compiler
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -119,15 +119,16 @@ These are filename options and will be expanded to a new base.
|
|
119
119
|
</div>
|
120
120
|
<div class="tags">
|
121
121
|
|
122
|
+
|
122
123
|
</div>
|
123
124
|
</dt>
|
124
|
-
<dd><pre class="code"
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
125
|
+
<dd><pre class="code"><span class='qwords_beg'>%w{
|
126
|
+
</span><span class='tstring_content'>--js_output_file</span><span class='words_sep'>
|
127
|
+
</span><span class='tstring_content'>--create_source_map</span><span class='words_sep'>
|
128
|
+
</span><span class='tstring_content'>--output_manifest</span><span class='words_sep'>
|
129
|
+
</span><span class='tstring_content'>--property_map_output_file</span><span class='words_sep'>
|
130
|
+
</span><span class='tstring_content'>--variable_map_output_file</span><span class='words_sep'>
|
131
|
+
</span><span class='tstring_end'>--module_output_path_prefix</span></span></pre></dd>
|
131
132
|
|
132
133
|
<dt id="INPUT_OPTIONS-constant" class="">INPUT_OPTIONS =
|
133
134
|
<div class="docstring">
|
@@ -142,13 +143,14 @@ have their modification times checked against js_output_file.
|
|
142
143
|
</div>
|
143
144
|
<div class="tags">
|
144
145
|
|
146
|
+
|
145
147
|
</div>
|
146
148
|
</dt>
|
147
|
-
<dd><pre class="code"
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
149
|
+
<dd><pre class="code"><span class='qwords_beg'>%w{
|
150
|
+
</span><span class='tstring_content'>--js</span><span class='words_sep'>
|
151
|
+
</span><span class='tstring_content'>--externs</span><span class='words_sep'>
|
152
|
+
</span><span class='tstring_content'>--property_map_input_file</span><span class='words_sep'>
|
153
|
+
</span><span class='tstring_end'>--variable_map_input_file</span></span></pre></dd>
|
152
154
|
|
153
155
|
</dl>
|
154
156
|
|
@@ -276,6 +278,7 @@ Rack environment. Supply if you want a response that is cacheable.
|
|
276
278
|
|
277
279
|
</ul>
|
278
280
|
|
281
|
+
|
279
282
|
</div><table class="source_code">
|
280
283
|
<tr>
|
281
284
|
<td>
|
@@ -378,9 +381,9 @@ Rack environment. Supply if you want a response that is cacheable.
|
|
378
381
|
</div>
|
379
382
|
|
380
383
|
<div id="footer">
|
381
|
-
Generated on
|
384
|
+
Generated on Sun Oct 23 22:43:17 2011 by
|
382
385
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
383
|
-
0.7.
|
386
|
+
0.7.3 (ruby-1.9.2).
|
384
387
|
</div>
|
385
388
|
|
386
389
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure::Compiler::Compilation
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -288,6 +288,7 @@ A new instance of Compilation
|
|
288
288
|
</div>
|
289
289
|
<div class="tags">
|
290
290
|
|
291
|
+
|
291
292
|
</div><table class="source_code">
|
292
293
|
<tr>
|
293
294
|
<td>
|
@@ -341,6 +342,7 @@ Returns the value of attribute js_output_file
|
|
341
342
|
</div>
|
342
343
|
<div class="tags">
|
343
344
|
|
345
|
+
|
344
346
|
</div><table class="source_code">
|
345
347
|
<tr>
|
346
348
|
<td>
|
@@ -383,6 +385,7 @@ Returns the value of attribute log
|
|
383
385
|
</div>
|
384
386
|
<div class="tags">
|
385
387
|
|
388
|
+
|
386
389
|
</div><table class="source_code">
|
387
390
|
<tr>
|
388
391
|
<td>
|
@@ -444,6 +447,7 @@ Appends a string to the javascript.
|
|
444
447
|
|
445
448
|
</ul>
|
446
449
|
|
450
|
+
|
447
451
|
</div><table class="source_code">
|
448
452
|
<tr>
|
449
453
|
<td>
|
@@ -497,6 +501,7 @@ Always returns the compiled javascript (possibly an empty string).
|
|
497
501
|
|
498
502
|
</div>
|
499
503
|
|
504
|
+
|
500
505
|
</div><table class="source_code">
|
501
506
|
<tr>
|
502
507
|
<td>
|
@@ -555,6 +560,7 @@ the javascript console.
|
|
555
560
|
<pre class="example code"><% @response = goog.compile(args).to_response %></pre>
|
556
561
|
|
557
562
|
</div>
|
563
|
+
|
558
564
|
<h3>Returns:</h3>
|
559
565
|
<ul class="return">
|
560
566
|
|
@@ -627,9 +633,9 @@ the javascript console.
|
|
627
633
|
</div>
|
628
634
|
|
629
635
|
<div id="footer">
|
630
|
-
Generated on
|
636
|
+
Generated on Sun Oct 23 22:43:17 2011 by
|
631
637
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
632
|
-
0.7.
|
638
|
+
0.7.3 (ruby-1.9.2).
|
633
639
|
</div>
|
634
640
|
|
635
641
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Closure::Compiler::Error
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -107,9 +107,9 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Sun Oct 23 22:43:17 2011 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
|
-
0.7.
|
112
|
+
0.7.3 (ruby-1.9.2).
|
113
113
|
</div>
|
114
114
|
|
115
115
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure::FileResponse
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -103,6 +103,7 @@ Can be used as a Rack::Response. Provides advanced cache control.
|
|
103
103
|
</div>
|
104
104
|
<div class="tags">
|
105
105
|
|
106
|
+
|
106
107
|
</div>
|
107
108
|
|
108
109
|
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
@@ -272,6 +273,7 @@ A new instance of FileResponse
|
|
272
273
|
</div>
|
273
274
|
<div class="tags">
|
274
275
|
|
276
|
+
|
275
277
|
</div><table class="source_code">
|
276
278
|
<tr>
|
277
279
|
<td>
|
@@ -393,7 +395,8 @@ early.
|
|
393
395
|
</div>
|
394
396
|
</div>
|
395
397
|
<div class="tags">
|
396
|
-
|
398
|
+
|
399
|
+
<h3>Returns:</h3>
|
397
400
|
<ul class="return">
|
398
401
|
|
399
402
|
<li>
|
@@ -452,7 +455,8 @@ Support using self as a response body.
|
|
452
455
|
</div>
|
453
456
|
</div>
|
454
457
|
<div class="tags">
|
455
|
-
|
458
|
+
|
459
|
+
<h3>Yields:</h3>
|
456
460
|
<ul class="yield">
|
457
461
|
|
458
462
|
<li>
|
@@ -518,7 +522,8 @@ Present the final response for rack.
|
|
518
522
|
</div>
|
519
523
|
</div>
|
520
524
|
<div class="tags">
|
521
|
-
|
525
|
+
|
526
|
+
<h3>Returns:</h3>
|
522
527
|
<ul class="return">
|
523
528
|
|
524
529
|
<li>
|
@@ -573,7 +578,8 @@ Was the file in the system and ready to be served?
|
|
573
578
|
</div>
|
574
579
|
</div>
|
575
580
|
<div class="tags">
|
576
|
-
|
581
|
+
|
582
|
+
<h3>Returns:</h3>
|
577
583
|
<ul class="return">
|
578
584
|
|
579
585
|
<li>
|
@@ -613,9 +619,9 @@ Was the file in the system and ready to be served?
|
|
613
619
|
</div>
|
614
620
|
|
615
621
|
<div id="footer">
|
616
|
-
Generated on
|
622
|
+
Generated on Sun Oct 23 22:43:17 2011 by
|
617
623
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
618
|
-
0.7.
|
624
|
+
0.7.3 (ruby-1.9.2).
|
619
625
|
</div>
|
620
626
|
|
621
627
|
</body>
|