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.
- checksums.yaml +7 -0
- data/README.md +12 -12
- data/closure-compiler/README.md +503 -0
- data/closure-compiler/compiler.jar +0 -0
- data/closure-templates/SoyToJsSrcCompiler.jar +0 -0
- data/closure-templates/soyutils.js +1593 -469
- data/closure-templates/soyutils_usegoog.js +1105 -223
- data/docs/SCRIPT.md +5 -5
- data/docs/closure/Closure/BeanShell.html +63 -54
- data/docs/closure/Closure/Compiler/Compilation.html +124 -107
- data/docs/closure/Closure/Compiler/Error.html +28 -21
- data/docs/closure/Closure/Compiler.html +81 -76
- data/docs/closure/Closure/FileResponse.html +113 -98
- data/docs/closure/Closure/Goog.html +264 -253
- data/docs/closure/Closure/Middleware.html +66 -55
- data/docs/closure/Closure/Script/NotFound.html +28 -21
- data/docs/closure/Closure/Script/RenderStackOverflow.html +28 -21
- data/docs/closure/Closure/Script.html +212 -203
- data/docs/closure/Closure/Server.html +100 -90
- data/docs/closure/Closure/ShowExceptions.html +63 -52
- data/docs/closure/Closure/Sources.html +254 -246
- data/docs/closure/Closure/Templates/Error.html +28 -21
- data/docs/closure/Closure/Templates.html +88 -80
- data/docs/closure/Closure.html +181 -163
- data/docs/closure/_index.html +42 -38
- data/docs/closure/class_list.html +19 -8
- data/docs/closure/css/full_list.css +4 -2
- data/docs/closure/css/style.css +68 -51
- data/docs/closure/file.LICENSE.html +24 -217
- data/docs/closure/file.README.html +54 -47
- data/docs/closure/file_list.html +20 -9
- data/docs/closure/frames.html +18 -5
- data/docs/closure/index.html +54 -47
- data/docs/closure/js/app.js +60 -46
- data/docs/closure/js/full_list.js +24 -10
- data/docs/closure/js/jquery.js +4 -16
- data/docs/closure/method_list.html +74 -175
- data/docs/closure/top-level-namespace.html +29 -20
- data/lib/closure/compiler.rb +32 -42
- data/lib/closure/goog.rb +12 -12
- data/lib/closure/server.rb +6 -6
- data/lib/closure/show_exceptions.rb +15 -12
- data/lib/closure/version.rb +1 -1
- data/scripts/git.erb +183 -0
- data/scripts/hello/compiler.js.erb +2 -2
- data/scripts/hello/hello.js +1 -1
- data/scripts/hello/index.erb +6 -0
- data/scripts/hello/legume.js +12 -7
- data/scripts/index.erb +15 -13
- data/scripts/modules/compiler.js.erb +3 -3
- data/scripts/modules/compiler_build.js +3 -3
- data/scripts/modules/compiler_build.map +13 -12159
- data/scripts/modules/compiler_build_api.js +1 -1
- data/scripts/modules/compiler_build_app.js +74 -71
- data/scripts/modules/compiler_build_settings.js +2 -2
- data/scripts/modules/index.erb +5 -3
- data/scripts/modules/settings.js +1 -1
- data/scripts/svn.erb +11 -11
- data/scripts/welcome.erb +7 -6
- metadata +65 -81
- data/closure-compiler/README +0 -292
- data/scripts/hello/compiler_build.js +0 -5
- data/scripts/hello/compiler_build.map +0 -748
- data/scripts/hello/compiler_debug.js +0 -119
- data/scripts/modules/compiler_debug.js +0 -6
- data/scripts/modules/compiler_debug_api.js +0 -11
- data/scripts/modules/compiler_debug_app.js +0 -2414
- data/scripts/modules/compiler_debug_settings.js +0 -39
- data/scripts/rails/index.erb +0 -46
- data/scripts/rails/rails_ujs.js +0 -96
@@ -6,19 +6,21 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure::Middleware
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— 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"
|
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"
|
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
|
-
|
19
|
-
|
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> »
|
34
|
+
<a href="../_index.html">Index (M)</a> »
|
37
35
|
<span class='title'><span class='object_link'><a href="../Closure.html" title="Closure (class)">Closure</a></span></span>
|
38
36
|
»
|
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
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="../class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
48
49
|
|
49
|
-
<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
|
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
|
-
|
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
|
-
<
|
115
|
+
<p class="tag_title">Examples:</p>
|
110
116
|
|
111
|
-
|
112
|
-
|
113
|
-
</p>
|
114
|
-
</div></
|
115
|
-
|
116
|
-
<
|
117
|
-
<span class='id
|
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'>'</span><span class='tstring_content'>closure</span><span class='tstring_end'>'</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'>'</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>
|
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'
|
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
|
-
<
|
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
|
-
|
205
|
+
|
206
|
+
|
207
|
+
</h3><div class="docstring">
|
196
208
|
<div class="discussion">
|
197
|
-
|
198
|
-
|
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
|
-
<
|
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
|
—
|
220
|
-
<div class='inline'
|
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
|
-
&#
|
224
|
-
‘index.haml’.
|
225
|
-
</p>
|
234
|
+
'index.html' instead of the actual filename 'index.haml'.</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
|
248
|
-
<span class='ivar'>@app</span> <span class='op'>=</span> <span class='id
|
249
|
-
<span class='ivar'>@server</span> <span class='op'>=</span> <span class='const'>ShowExceptions</span><span class='period'>.</span><span class='id
|
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
|
-
<
|
273
|
+
<h3 class="signature first" id="call-instance_method">
|
265
274
|
|
266
275
|
- <strong>call</strong>(env)
|
267
276
|
|
268
277
|
|
269
278
|
|
270
|
-
|
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
|
286
|
-
<span class='id
|
287
|
-
<span class='kw'>return</span> <span class='ivar'>@app</span><span class='period'>.</span><span class='id
|
288
|
-
<span class='lbracket'>[</span><span class='id
|
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'>"</span><span class='tstring_content'>X-Cascade</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>pass</span><span class='tstring_end'>"</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
|
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.
|
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
|
-
— Documentation by YARD 0.7.
|
9
|
+
— 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"
|
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"
|
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
|
-
|
19
|
-
|
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> »
|
34
|
+
<a href="../../_index.html">Index (N)</a> »
|
37
35
|
<span class='title'><span class='object_link'><a href="../../Closure.html" title="Closure (class)">Closure</a></span></span> » <span class='title'><span class='object_link'><a href="../Script.html" title="Closure::Script (class)">Script</a></span></span>
|
38
36
|
»
|
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
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="../../class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
48
49
|
|
49
|
-
<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
|
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
|
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.
|
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
|
-
— Documentation by YARD 0.7.
|
9
|
+
— 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"
|
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"
|
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
|
-
|
19
|
-
|
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> »
|
34
|
+
<a href="../../_index.html">Index (R)</a> »
|
37
35
|
<span class='title'><span class='object_link'><a href="../../Closure.html" title="Closure (class)">Closure</a></span></span> » <span class='title'><span class='object_link'><a href="../Script.html" title="Closure::Script (class)">Script</a></span></span>
|
38
36
|
»
|
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
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="../../class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
48
49
|
|
49
|
-
<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
|
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
|
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.
|
119
|
+
0.8.7.6 (ruby-2.2.1).
|
113
120
|
</div>
|
114
121
|
|
115
122
|
</body>
|