closure 1.4.3 → 1.5.0

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.
Files changed (70) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +12 -12
  3. data/closure-compiler/README.md +503 -0
  4. data/closure-compiler/compiler.jar +0 -0
  5. data/closure-templates/SoyToJsSrcCompiler.jar +0 -0
  6. data/closure-templates/soyutils.js +1593 -469
  7. data/closure-templates/soyutils_usegoog.js +1105 -223
  8. data/docs/SCRIPT.md +5 -5
  9. data/docs/closure/Closure/BeanShell.html +63 -54
  10. data/docs/closure/Closure/Compiler/Compilation.html +124 -107
  11. data/docs/closure/Closure/Compiler/Error.html +28 -21
  12. data/docs/closure/Closure/Compiler.html +81 -76
  13. data/docs/closure/Closure/FileResponse.html +113 -98
  14. data/docs/closure/Closure/Goog.html +264 -253
  15. data/docs/closure/Closure/Middleware.html +66 -55
  16. data/docs/closure/Closure/Script/NotFound.html +28 -21
  17. data/docs/closure/Closure/Script/RenderStackOverflow.html +28 -21
  18. data/docs/closure/Closure/Script.html +212 -203
  19. data/docs/closure/Closure/Server.html +100 -90
  20. data/docs/closure/Closure/ShowExceptions.html +63 -52
  21. data/docs/closure/Closure/Sources.html +254 -246
  22. data/docs/closure/Closure/Templates/Error.html +28 -21
  23. data/docs/closure/Closure/Templates.html +88 -80
  24. data/docs/closure/Closure.html +181 -163
  25. data/docs/closure/_index.html +42 -38
  26. data/docs/closure/class_list.html +19 -8
  27. data/docs/closure/css/full_list.css +4 -2
  28. data/docs/closure/css/style.css +68 -51
  29. data/docs/closure/file.LICENSE.html +24 -217
  30. data/docs/closure/file.README.html +54 -47
  31. data/docs/closure/file_list.html +20 -9
  32. data/docs/closure/frames.html +18 -5
  33. data/docs/closure/index.html +54 -47
  34. data/docs/closure/js/app.js +60 -46
  35. data/docs/closure/js/full_list.js +24 -10
  36. data/docs/closure/js/jquery.js +4 -16
  37. data/docs/closure/method_list.html +74 -175
  38. data/docs/closure/top-level-namespace.html +29 -20
  39. data/lib/closure/compiler.rb +32 -42
  40. data/lib/closure/goog.rb +12 -12
  41. data/lib/closure/server.rb +6 -6
  42. data/lib/closure/show_exceptions.rb +15 -12
  43. data/lib/closure/version.rb +1 -1
  44. data/scripts/git.erb +183 -0
  45. data/scripts/hello/compiler.js.erb +2 -2
  46. data/scripts/hello/hello.js +1 -1
  47. data/scripts/hello/index.erb +6 -0
  48. data/scripts/hello/legume.js +12 -7
  49. data/scripts/index.erb +15 -13
  50. data/scripts/modules/compiler.js.erb +3 -3
  51. data/scripts/modules/compiler_build.js +3 -3
  52. data/scripts/modules/compiler_build.map +13 -12159
  53. data/scripts/modules/compiler_build_api.js +1 -1
  54. data/scripts/modules/compiler_build_app.js +74 -71
  55. data/scripts/modules/compiler_build_settings.js +2 -2
  56. data/scripts/modules/index.erb +5 -3
  57. data/scripts/modules/settings.js +1 -1
  58. data/scripts/svn.erb +11 -11
  59. data/scripts/welcome.erb +7 -6
  60. metadata +65 -81
  61. data/closure-compiler/README +0 -292
  62. data/scripts/hello/compiler_build.js +0 -5
  63. data/scripts/hello/compiler_build.map +0 -748
  64. data/scripts/hello/compiler_debug.js +0 -119
  65. data/scripts/modules/compiler_debug.js +0 -6
  66. data/scripts/modules/compiler_debug_api.js +0 -11
  67. data/scripts/modules/compiler_debug_app.js +0 -2414
  68. data/scripts/modules/compiler_debug_settings.js +0 -39
  69. data/scripts/rails/index.erb +0 -46
  70. data/scripts/rails/rails_ujs.js +0 -96
@@ -6,19 +6,21 @@
6
6
  <title>
7
7
  Class: Closure::Middleware
8
8
 
9
- &mdash; Documentation by YARD 0.7.3
9
+ &mdash; Documentation by YARD 0.8.7.6
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
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
- relpath = '..';
19
- if (relpath != '') relpath += '/';
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!Closure/Middleware.html";
20
21
  </script>
21
22
 
23
+
22
24
  <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
25
 
24
26
  <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
@@ -26,36 +28,41 @@
26
28
 
27
29
  </head>
28
30
  <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
31
  <div id="header">
34
32
  <div id="menu">
35
33
 
36
- <a href="../_index.html">Index (M)</a> &raquo;
34
+ <a href="../_index.html">Index (M)</a> &raquo;
37
35
  <span class='title'><span class='object_link'><a href="../Closure.html" title="Closure (class)">Closure</a></span></span>
38
36
  &raquo;
39
37
  <span class="title">Middleware</span>
40
38
 
41
-
39
+
42
40
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
41
  </div>
44
42
 
45
43
  <div id="search">
46
44
 
47
- <a id="class_list_link" href="#">Class List</a>
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
48
49
 
49
- <a id="method_list_link" href="#">Method List</a>
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
50
54
 
51
- <a id="file_list_link" href="#">File List</a>
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
52
59
 
53
60
  </div>
54
61
  <div class="clear"></div>
55
62
  </div>
56
-
63
+
57
64
  <iframe id="search_frame"></iframe>
58
-
65
+
59
66
  <div id="content"><h1>Class: Closure::Middleware
60
67
 
61
68
 
@@ -94,11 +101,10 @@
94
101
 
95
102
  <h2>Overview</h2><div class="docstring">
96
103
  <div class="discussion">
97
- <p>
98
- Although Closure Script can run as an app or in a cascade, most
104
+
105
+ <p>Although Closure Script can run as an app or in a cascade, most
99
106
  installations will use this <span class='object_link'><a href="" title="Closure::Middleware (class)">Middleware</a></span> configured with
100
- Closure.add_source().
101
- </p>
107
+ Closure.add_source().</p>
102
108
 
103
109
 
104
110
  </div>
@@ -106,15 +112,16 @@ Closure.add_source().
106
112
  <div class="tags">
107
113
 
108
114
  <div class="examples">
109
- <h3>Examples:</h3>
115
+ <p class="tag_title">Examples:</p>
110
116
 
111
- <h4><div class='inline'><p>
112
- config.ru
113
- </p>
114
- </div></h4>
115
- <pre class="example code"><span class='id require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>closure</span><span class='tstring_end'>'</span></span>
116
- <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'>../src/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>
117
- <span class='id use'>use</span> <span class='const'>Closure</span><span class='op'>::</span><span class='const'>Middleware</span></pre>
117
+
118
+ <p class="example_title"><div class='inline'>
119
+ <p>config.ru</p>
120
+ </div></p>
121
+
122
+ <pre class="example code"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>closure</span><span class='tstring_end'>&#39;</span></span>
123
+ <span class='const'>Closure</span><span class='period'>.</span><span class='id identifier rubyid_add_source'>add_source</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>../src/myapp</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/myapp</span><span class='tstring_end'>&#39;</span></span>
124
+ <span class='id identifier rubyid_use'>use</span> <span class='const'>Closure</span><span class='op'>::</span><span class='const'>Middleware</span></code></pre>
118
125
 
119
126
  </div>
120
127
 
@@ -124,6 +131,8 @@ config.ru
124
131
 
125
132
 
126
133
 
134
+
135
+
127
136
 
128
137
  <h2>
129
138
  Instance Method Summary
@@ -146,6 +155,7 @@ config.ru
146
155
 
147
156
 
148
157
 
158
+
149
159
 
150
160
 
151
161
  <span class="summary_desc"><div class='inline'></div></span>
@@ -162,6 +172,7 @@ config.ru
162
172
 
163
173
  </span>
164
174
 
175
+
165
176
  <span class="note title constructor">constructor</span>
166
177
 
167
178
 
@@ -171,9 +182,8 @@ config.ru
171
182
 
172
183
 
173
184
 
174
- <span class="summary_desc"><div class='inline'><p>
175
- A new instance of Middleware.
176
- </p>
185
+ <span class="summary_desc"><div class='inline'>
186
+ <p>A new instance of Middleware.</p>
177
187
  </div></span>
178
188
 
179
189
  </li>
@@ -186,23 +196,24 @@ A new instance of Middleware.
186
196
  <h2>Constructor Details</h2>
187
197
 
188
198
  <div class="method_details first">
189
- <p class="signature first" id="initialize-instance_method">
199
+ <h3 class="signature first" id="initialize-instance_method">
190
200
 
191
201
  - (<tt><span class='object_link'><a href="" title="Closure::Middleware (class)">Middleware</a></span></tt>) <strong>initialize</strong>(app, home_page = nil)
192
202
 
193
203
 
194
204
 
195
- </p><div class="docstring">
205
+
206
+
207
+ </h3><div class="docstring">
196
208
  <div class="discussion">
197
- <p>
198
- A new instance of Middleware
199
- </p>
209
+
210
+ <p>Returns a new instance of Middleware</p>
200
211
 
201
212
 
202
213
  </div>
203
214
  </div>
204
215
  <div class="tags">
205
- <h3>Parameters:</h3>
216
+ <p class="tag_title">Parameters:</p>
206
217
  <ul class="param">
207
218
 
208
219
  <li>
@@ -217,12 +228,10 @@ A new instance of Middleware
217
228
 
218
229
 
219
230
  &mdash;
220
- <div class='inline'><p>
221
- File to serve at the root. Handy for stand-alone projects. You can use a
231
+ <div class='inline'>
232
+ <p>File to serve at the root. Handy for stand-alone projects. You can use a
222
233
  Closure Script, even in non-source folders, by using the url extension e.g.
223
- &#8216;index.html&#8217; instead of the actual filename
224
- &#8216;index.haml&#8217;.
225
- </p>
234
+ &#39;index.html&#39; instead of the actual filename &#39;index.haml&#39;.</p>
226
235
  </div>
227
236
 
228
237
  </li>
@@ -244,9 +253,9 @@ Closure Script, even in non-source folders, by using the url extension e.g.
244
253
  <td>
245
254
  <pre class="code"><span class="info file"># File 'lib/closure/middleware.rb', line 30</span>
246
255
 
247
- <span class='kw'>def</span> <span class='id initialize'>initialize</span><span class='lparen'>(</span><span class='id app'>app</span><span class='comma'>,</span> <span class='id home_page'>home_page</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span>
248
- <span class='ivar'>@app</span> <span class='op'>=</span> <span class='id app'>app</span>
249
- <span class='ivar'>@server</span> <span class='op'>=</span> <span class='const'>ShowExceptions</span><span class='period'>.</span><span class='id new'>new</span><span class='lparen'>(</span><span class='const'>Server</span><span class='period'>.</span><span class='id new'>new</span><span class='lparen'>(</span><span class='const'>Closure</span><span class='period'>.</span><span class='id sources'>sources</span><span class='comma'>,</span> <span class='id home_page'>home_page</span><span class='rparen'>)</span><span class='rparen'>)</span>
256
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_app'>app</span><span class='comma'>,</span> <span class='id identifier rubyid_home_page'>home_page</span><span class='op'>=</span><span class='kw'>nil</span><span class='rparen'>)</span>
257
+ <span class='ivar'>@app</span> <span class='op'>=</span> <span class='id identifier rubyid_app'>app</span>
258
+ <span class='ivar'>@server</span> <span class='op'>=</span> <span class='const'>ShowExceptions</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='const'>Server</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='const'>Closure</span><span class='period'>.</span><span class='id identifier rubyid_sources'>sources</span><span class='comma'>,</span> <span class='id identifier rubyid_home_page'>home_page</span><span class='rparen'>)</span><span class='rparen'>)</span>
250
259
  <span class='kw'>end</span></pre>
251
260
  </td>
252
261
  </tr>
@@ -258,16 +267,18 @@ Closure Script, even in non-source folders, by using the url extension e.g.
258
267
 
259
268
  <div id="instance_method_details" class="method_details_list">
260
269
  <h2>Instance Method Details</h2>
261
-
270
+
262
271
 
263
272
  <div class="method_details first">
264
- <p class="signature first" id="call-instance_method">
273
+ <h3 class="signature first" id="call-instance_method">
265
274
 
266
275
  - <strong>call</strong>(env)
267
276
 
268
277
 
269
278
 
270
- </p><table class="source_code">
279
+
280
+
281
+ </h3><table class="source_code">
271
282
  <tr>
272
283
  <td>
273
284
  <pre class="lines">
@@ -282,10 +293,10 @@ Closure Script, even in non-source folders, by using the url extension e.g.
282
293
  <td>
283
294
  <pre class="code"><span class="info file"># File 'lib/closure/middleware.rb', line 35</span>
284
295
 
285
- <span class='kw'>def</span> <span class='id call'>call</span><span class='lparen'>(</span><span class='id env'>env</span><span class='rparen'>)</span>
286
- <span class='id status'>status</span><span class='comma'>,</span> <span class='id headers'>headers</span><span class='comma'>,</span> <span class='id body'>body</span> <span class='op'>=</span> <span class='ivar'>@server</span><span class='period'>.</span><span class='id call'>call</span><span class='lparen'>(</span><span class='id env'>env</span><span class='rparen'>)</span>
287
- <span class='kw'>return</span> <span class='ivar'>@app</span><span class='period'>.</span><span class='id call'>call</span><span class='lparen'>(</span><span class='id env'>env</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id headers'>headers</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>X-Cascade</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>pass</span><span class='tstring_end'>&quot;</span></span>
288
- <span class='lbracket'>[</span><span class='id status'>status</span><span class='comma'>,</span> <span class='id headers'>headers</span><span class='comma'>,</span> <span class='id body'>body</span><span class='rbracket'>]</span>
296
+ <span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
297
+ <span class='id identifier rubyid_status'>status</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='comma'>,</span> <span class='id identifier rubyid_body'>body</span> <span class='op'>=</span> <span class='ivar'>@server</span><span class='period'>.</span><span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
298
+ <span class='kw'>return</span> <span class='ivar'>@app</span><span class='period'>.</span><span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_headers'>headers</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>X-Cascade</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>pass</span><span class='tstring_end'>&quot;</span></span>
299
+ <span class='lbracket'>[</span><span class='id identifier rubyid_status'>status</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='comma'>,</span> <span class='id identifier rubyid_body'>body</span><span class='rbracket'>]</span>
289
300
  <span class='kw'>end</span></pre>
290
301
  </td>
291
302
  </tr>
@@ -295,11 +306,11 @@ Closure Script, even in non-source folders, by using the url extension e.g.
295
306
  </div>
296
307
 
297
308
  </div>
298
-
309
+
299
310
  <div id="footer">
300
- Generated on Sun Oct 23 22:43:17 2011 by
311
+ Generated on Sun Mar 20 12:44:17 2016 by
301
312
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
302
- 0.7.3 (ruby-1.9.2).
313
+ 0.8.7.6 (ruby-2.2.1).
303
314
  </div>
304
315
 
305
316
  </body>
@@ -6,19 +6,21 @@
6
6
  <title>
7
7
  Exception: Closure::Script::NotFound
8
8
 
9
- &mdash; Documentation by YARD 0.7.3
9
+ &mdash; Documentation by YARD 0.8.7.6
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
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
- relpath = '../..';
19
- if (relpath != '') relpath += '/';
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../../';
20
+ framesUrl = "../../frames.html#!Closure/Script/NotFound.html";
20
21
  </script>
21
22
 
23
+
22
24
  <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
23
25
 
24
26
  <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
@@ -26,36 +28,41 @@
26
28
 
27
29
  </head>
28
30
  <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
31
  <div id="header">
34
32
  <div id="menu">
35
33
 
36
- <a href="../../_index.html">Index (N)</a> &raquo;
34
+ <a href="../../_index.html">Index (N)</a> &raquo;
37
35
  <span class='title'><span class='object_link'><a href="../../Closure.html" title="Closure (class)">Closure</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Script.html" title="Closure::Script (class)">Script</a></span></span>
38
36
  &raquo;
39
37
  <span class="title">NotFound</span>
40
38
 
41
-
39
+
42
40
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
41
  </div>
44
42
 
45
43
  <div id="search">
46
44
 
47
- <a id="class_list_link" href="#">Class List</a>
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../../class_list.html">
47
+ Class List
48
+ </a>
48
49
 
49
- <a id="method_list_link" href="#">Method List</a>
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../../method_list.html">
52
+ Method List
53
+ </a>
50
54
 
51
- <a id="file_list_link" href="#">File List</a>
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../../file_list.html">
57
+ File List
58
+ </a>
52
59
 
53
60
  </div>
54
61
  <div class="clear"></div>
55
62
  </div>
56
-
63
+
57
64
  <iframe id="search_frame"></iframe>
58
-
65
+
59
66
  <div id="content"><h1>Exception: Closure::Script::NotFound
60
67
 
61
68
 
@@ -96,20 +103,20 @@
96
103
 
97
104
 
98
105
 
99
-
100
106
 
101
107
 
102
-
108
+
109
+
103
110
 
104
111
 
105
112
 
106
113
 
107
114
  </div>
108
-
115
+
109
116
  <div id="footer">
110
- Generated on Sun Oct 23 22:43:17 2011 by
117
+ Generated on Sun Mar 20 12:44:16 2016 by
111
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.7.3 (ruby-1.9.2).
119
+ 0.8.7.6 (ruby-2.2.1).
113
120
  </div>
114
121
 
115
122
  </body>
@@ -6,19 +6,21 @@
6
6
  <title>
7
7
  Exception: Closure::Script::RenderStackOverflow
8
8
 
9
- &mdash; Documentation by YARD 0.7.3
9
+ &mdash; Documentation by YARD 0.8.7.6
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
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
- relpath = '../..';
19
- if (relpath != '') relpath += '/';
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../../';
20
+ framesUrl = "../../frames.html#!Closure/Script/RenderStackOverflow.html";
20
21
  </script>
21
22
 
23
+
22
24
  <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
23
25
 
24
26
  <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
@@ -26,36 +28,41 @@
26
28
 
27
29
  </head>
28
30
  <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
31
  <div id="header">
34
32
  <div id="menu">
35
33
 
36
- <a href="../../_index.html">Index (R)</a> &raquo;
34
+ <a href="../../_index.html">Index (R)</a> &raquo;
37
35
  <span class='title'><span class='object_link'><a href="../../Closure.html" title="Closure (class)">Closure</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Script.html" title="Closure::Script (class)">Script</a></span></span>
38
36
  &raquo;
39
37
  <span class="title">RenderStackOverflow</span>
40
38
 
41
-
39
+
42
40
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
41
  </div>
44
42
 
45
43
  <div id="search">
46
44
 
47
- <a id="class_list_link" href="#">Class List</a>
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../../class_list.html">
47
+ Class List
48
+ </a>
48
49
 
49
- <a id="method_list_link" href="#">Method List</a>
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../../method_list.html">
52
+ Method List
53
+ </a>
50
54
 
51
- <a id="file_list_link" href="#">File List</a>
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../../file_list.html">
57
+ File List
58
+ </a>
52
59
 
53
60
  </div>
54
61
  <div class="clear"></div>
55
62
  </div>
56
-
63
+
57
64
  <iframe id="search_frame"></iframe>
58
-
65
+
59
66
  <div id="content"><h1>Exception: Closure::Script::RenderStackOverflow
60
67
 
61
68
 
@@ -96,20 +103,20 @@
96
103
 
97
104
 
98
105
 
99
-
100
106
 
101
107
 
102
-
108
+
109
+
103
110
 
104
111
 
105
112
 
106
113
 
107
114
  </div>
108
-
115
+
109
116
  <div id="footer">
110
- Generated on Sun Oct 23 22:43:17 2011 by
117
+ Generated on Sun Mar 20 12:44:16 2016 by
111
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.7.3 (ruby-1.9.2).
119
+ 0.8.7.6 (ruby-2.2.1).
113
120
  </div>
114
121
 
115
122
  </body>