utopia 2.5.5 → 2.6.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 +4 -4
- data/.travis.yml +1 -2
- data/Gemfile +1 -0
- data/Rakefile +2 -0
- data/docs/code/Utopia.html +439 -433
- data/docs/code/Utopia/Command.html +201 -195
- data/docs/code/Utopia/Command/Environment.html +244 -244
- data/docs/code/Utopia/Command/Server.html +202 -202
- data/docs/code/Utopia/Command/Server/Create.html +192 -192
- data/docs/code/Utopia/Command/Server/Update.html +235 -235
- data/docs/code/Utopia/Command/Site.html +269 -263
- data/docs/code/Utopia/Command/Site/Create.html +192 -192
- data/docs/code/Utopia/Command/Site/Update.html +246 -246
- data/docs/code/Utopia/Command/Top.html +244 -244
- data/docs/code/Utopia/Content.html +636 -630
- data/docs/code/Utopia/Content/Document.html +1411 -1407
- data/docs/code/Utopia/Content/Document/State.html +1048 -1048
- data/docs/code/Utopia/Content/Link.html +1023 -1023
- data/docs/code/Utopia/Content/Links.html +629 -623
- data/docs/code/Utopia/Content/MarkupParser.html +702 -702
- data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +375 -375
- data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +523 -523
- data/docs/code/Utopia/Content/Namespace.html +416 -416
- data/docs/code/Utopia/Content/Node.html +952 -952
- data/docs/code/Utopia/Content/Node/Context.html +790 -790
- data/docs/code/Utopia/Content/Response.html +686 -686
- data/docs/code/Utopia/Content/SymbolicHash.html +365 -365
- data/docs/code/Utopia/Content/Tags.html +134 -134
- data/docs/code/Utopia/Content/UnbalancedTagError.html +270 -270
- data/docs/code/Utopia/ContentLength.html +298 -294
- data/docs/code/Utopia/Controller.html +657 -651
- data/docs/code/Utopia/Controller/Actions.html +260 -260
- data/docs/code/Utopia/Controller/Actions/Action.html +785 -779
- data/docs/code/Utopia/Controller/Actions/ClassMethods.html +360 -360
- data/docs/code/Utopia/Controller/Base.html +989 -989
- data/docs/code/Utopia/Controller/Respond.html +264 -254
- data/docs/code/Utopia/Controller/Respond/ClassMethods.html +207 -207
- data/docs/code/Utopia/Controller/Respond/Converter.html +219 -219
- data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +425 -425
- data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +323 -317
- data/docs/code/Utopia/Controller/Respond/Passthrough.html +266 -260
- data/docs/code/Utopia/Controller/Respond/Responder.html +449 -443
- data/docs/code/Utopia/Controller/Rewrite.html +260 -260
- data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +216 -216
- data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +303 -303
- data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +402 -402
- data/docs/code/Utopia/Controller/Rewrite/Rule.html +193 -193
- data/docs/code/Utopia/Controller/Variables.html +428 -428
- data/docs/code/Utopia/Controllers.html +216 -216
- data/docs/code/Utopia/Exceptions.html +125 -125
- data/docs/code/Utopia/Exceptions/Handler.html +405 -405
- data/docs/code/Utopia/Exceptions/Mailer.html +400 -394
- data/docs/code/Utopia/Extensions.html +116 -116
- data/docs/code/Utopia/Extensions/ArraySplit.html +164 -164
- data/docs/code/Utopia/Extensions/DateTimeComparison.html +173 -173
- data/docs/code/Utopia/Extensions/TimeDateComparison.html +173 -173
- data/docs/code/Utopia/HTTP.html +193 -187
- data/docs/code/Utopia/HTTP/Status.html +355 -355
- data/docs/code/Utopia/Locale.html +522 -522
- data/docs/code/Utopia/Localization.html +886 -880
- data/docs/code/Utopia/Localization/Wrapper.html +403 -403
- data/docs/code/Utopia/Logger.html +185 -185
- data/docs/code/Utopia/Logger/CompactFormatter.html +290 -290
- data/docs/code/Utopia/Path.html +2562 -2556
- data/docs/code/Utopia/Path/Matcher.html +395 -395
- data/docs/code/Utopia/Path/Matcher/MatchData.html +418 -418
- data/docs/code/Utopia/Redirection.html +148 -142
- data/docs/code/Utopia/Redirection/ClientRedirect.html +594 -594
- data/docs/code/Utopia/Redirection/DirectoryIndex.html +265 -265
- data/docs/code/Utopia/Redirection/Errors.html +391 -385
- data/docs/code/Utopia/Redirection/Moved.html +265 -265
- data/docs/code/Utopia/Redirection/RequestFailure.html +201 -201
- data/docs/code/Utopia/Redirection/Rewrite.html +265 -265
- data/docs/code/Utopia/Session.html +723 -717
- data/docs/code/Utopia/Session/LazyHash.html +709 -709
- data/docs/code/Utopia/Setup.html +783 -777
- data/docs/code/Utopia/Static.html +516 -510
- data/docs/code/Utopia/Static/LocalFile.html +875 -869
- data/docs/code/Utopia/Static/MimeTypeLoader.html +427 -427
- data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +123 -123
- data/docs/code/_index.html +757 -757
- data/docs/code/class_list.html +51 -51
- data/docs/code/css/full_list.css +58 -58
- data/docs/code/css/style.css +496 -499
- data/docs/code/file.README.html +72 -70
- data/docs/code/file_list.html +56 -56
- data/docs/code/frames.html +17 -17
- data/docs/code/index.html +72 -70
- data/docs/code/js/app.js +292 -248
- data/docs/code/js/full_list.js +216 -216
- data/docs/code/js/jquery.js +3 -3
- data/docs/code/method_list.html +3443 -3443
- data/docs/code/top-level-namespace.html +109 -109
- data/docs/index.html +2 -2
- data/docs/wiki.html +2 -2
- data/docs/wiki/edit.html +1 -1
- data/docs/wiki/javascript.html +153 -0
- data/docs/wiki/javascript/index.html +153 -0
- data/documentation/.yarnrc +1 -0
- data/documentation/Gemfile +1 -0
- data/documentation/config/environment.rb +1 -0
- data/documentation/pages/wiki/content.md +1 -1
- data/documentation/pages/wiki/javascript/content.md +75 -0
- data/documentation/pages/wiki/links.yaml +3 -1
- data/lib/utopia/command/site.rb +4 -4
- data/lib/utopia/version.rb +1 -1
- data/setup/site/.yarnrc +1 -0
- data/setup/site/tasks/yarn.rake +32 -0
- data/spec/utopia/command_spec.rb +2 -2
- metadata +8 -9
- data/docs/wiki/bower-integration.html +0 -74
- data/docs/wiki/bower-integration/index.html +0 -74
- data/documentation/.bowerrc +0 -4
- data/documentation/pages/wiki/bower-integration/content.md +0 -25
- data/setup/.bowerrc +0 -3
- data/setup/site/.bowerrc +0 -4
- data/setup/site/tasks/bower.rake +0 -45
|
@@ -1,177 +1,177 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>
|
|
7
|
-
Class: Utopia::Controller::Rewrite::Rule
|
|
8
|
-
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
10
|
-
|
|
11
|
-
</title>
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
-
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
-
|
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
|
18
|
-
pathId = "Utopia::Controller::Rewrite::Rule";
|
|
19
|
-
relpath = '../../../';
|
|
20
|
-
</script>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
|
|
24
|
-
|
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</head>
|
|
29
|
-
<body>
|
|
30
|
-
<div class="nav_wrap">
|
|
31
|
-
<iframe id="nav" src="../../../class_list.html?1"></iframe>
|
|
32
|
-
<div id="resizer"></div>
|
|
33
|
-
</div>
|
|
34
|
-
|
|
35
|
-
<div id="main" tabindex="-1">
|
|
36
|
-
<div id="header">
|
|
37
|
-
<div id="menu">
|
|
38
|
-
|
|
39
|
-
<a href="../../../_index.html">Index (R)</a> »
|
|
40
|
-
<span class='title'><span class='object_link'><a href="../../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../../Controller.html" title="Utopia::Controller (class)">Controller</a></span></span> » <span class='title'><span class='object_link'><a href="../Rewrite.html" title="Utopia::Controller::Rewrite (module)">Rewrite</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">Rule</span>
|
|
43
|
-
|
|
44
|
-
</div>
|
|
45
|
-
|
|
46
|
-
<div id="search">
|
|
47
|
-
|
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
|
49
|
-
href="../../../class_list.html">
|
|
50
|
-
|
|
51
|
-
<svg width="24" height="24">
|
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
-
</svg>
|
|
56
|
-
</a>
|
|
57
|
-
|
|
58
|
-
</div>
|
|
59
|
-
<div class="clear"></div>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div id="content"><h1>Class: Utopia::Controller::Rewrite::Rule
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</h1>
|
|
67
|
-
<div class="box_info">
|
|
68
|
-
|
|
69
|
-
<dl>
|
|
70
|
-
<dt>Inherits:</dt>
|
|
71
|
-
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
73
|
-
|
|
74
|
-
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
76
|
-
|
|
77
|
-
<li class="next">Utopia::Controller::Rewrite::Rule</li>
|
|
78
|
-
|
|
79
|
-
</ul>
|
|
80
|
-
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
-
|
|
82
|
-
</dd>
|
|
83
|
-
</dl>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
<dl>
|
|
96
|
-
<dt>Defined in:</dt>
|
|
97
|
-
<dd>lib/utopia/controller/rewrite.rb</dd>
|
|
98
|
-
</dl>
|
|
99
|
-
|
|
100
|
-
</div>
|
|
101
|
-
|
|
102
|
-
<h2>Overview</h2><div class="docstring">
|
|
103
|
-
<div class="discussion">
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>
|
|
7
|
+
Class: Utopia::Controller::Rewrite::Rule
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.9.18
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
|
18
|
+
pathId = "Utopia::Controller::Rewrite::Rule";
|
|
19
|
+
relpath = '../../../';
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
|
|
24
|
+
|
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</head>
|
|
29
|
+
<body>
|
|
30
|
+
<div class="nav_wrap">
|
|
31
|
+
<iframe id="nav" src="../../../class_list.html?1"></iframe>
|
|
32
|
+
<div id="resizer"></div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="main" tabindex="-1">
|
|
36
|
+
<div id="header">
|
|
37
|
+
<div id="menu">
|
|
38
|
+
|
|
39
|
+
<a href="../../../_index.html">Index (R)</a> »
|
|
40
|
+
<span class='title'><span class='object_link'><a href="../../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../../Controller.html" title="Utopia::Controller (class)">Controller</a></span></span> » <span class='title'><span class='object_link'><a href="../Rewrite.html" title="Utopia::Controller::Rewrite (module)">Rewrite</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">Rule</span>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div id="search">
|
|
47
|
+
|
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
|
49
|
+
href="../../../class_list.html">
|
|
50
|
+
|
|
51
|
+
<svg width="24" height="24">
|
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
+
</svg>
|
|
56
|
+
</a>
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
<div class="clear"></div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div id="content"><h1>Class: Utopia::Controller::Rewrite::Rule
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
<dl>
|
|
70
|
+
<dt>Inherits:</dt>
|
|
71
|
+
<dd>
|
|
72
|
+
<span class="inheritName">Object</span>
|
|
73
|
+
|
|
74
|
+
<ul class="fullTree">
|
|
75
|
+
<li>Object</li>
|
|
76
|
+
|
|
77
|
+
<li class="next">Utopia::Controller::Rewrite::Rule</li>
|
|
78
|
+
|
|
79
|
+
</ul>
|
|
80
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
+
|
|
82
|
+
</dd>
|
|
83
|
+
</dl>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<dl>
|
|
96
|
+
<dt>Defined in:</dt>
|
|
97
|
+
<dd>lib/utopia/controller/rewrite.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>A abstract rule which can match against a request path.</p>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="tags">
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</div><div id="subclasses">
|
|
113
|
-
<h2>Direct Known Subclasses</h2>
|
|
114
|
-
<p class="children"><span class='object_link'><a href="ExtractPrefixRule.html" title="Utopia::Controller::Rewrite::ExtractPrefixRule (class)">ExtractPrefixRule</a></span></p>
|
|
115
|
-
</div>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
<h2>
|
|
125
|
-
Instance Method Summary
|
|
126
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
127
|
-
</h2>
|
|
128
|
-
|
|
129
|
-
<ul class="summary">
|
|
130
|
-
|
|
131
|
-
<li class="public ">
|
|
132
|
-
<span class="summary_signature">
|
|
133
|
-
|
|
134
|
-
<a href="#apply_match_to_context-instance_method" title="#apply_match_to_context (instance method)">#<strong>apply_match_to_context</strong>(match_data, context) ⇒ Object </a>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
</span>
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tags">
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div><div id="subclasses">
|
|
113
|
+
<h2>Direct Known Subclasses</h2>
|
|
114
|
+
<p class="children"><span class='object_link'><a href="ExtractPrefixRule.html" title="Utopia::Controller::Rewrite::ExtractPrefixRule (class)">ExtractPrefixRule</a></span></p>
|
|
115
|
+
</div>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<h2>
|
|
125
|
+
Instance Method Summary
|
|
126
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
127
|
+
</h2>
|
|
128
|
+
|
|
129
|
+
<ul class="summary">
|
|
130
|
+
|
|
131
|
+
<li class="public ">
|
|
132
|
+
<span class="summary_signature">
|
|
133
|
+
|
|
134
|
+
<a href="#apply_match_to_context-instance_method" title="#apply_match_to_context (instance method)">#<strong>apply_match_to_context</strong>(match_data, context) ⇒ Object </a>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
</span>
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
148
|
<span class="summary_desc"><div class='inline'>
|
|
149
|
-
</div></span>
|
|
150
|
-
|
|
151
|
-
</li>
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
</ul>
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
<div id="instance_method_details" class="method_details_list">
|
|
160
|
-
<h2>Instance Method Details</h2>
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
<div class="method_details first">
|
|
164
|
-
<h3 class="signature first" id="apply_match_to_context-instance_method">
|
|
165
|
-
|
|
166
|
-
#<strong>apply_match_to_context</strong>(match_data, context) ⇒ <tt>Object</tt>
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
</h3><table class="source_code">
|
|
173
|
-
<tr>
|
|
174
|
-
<td>
|
|
149
|
+
</div></span>
|
|
150
|
+
|
|
151
|
+
</li>
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
</ul>
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
<div id="instance_method_details" class="method_details_list">
|
|
160
|
+
<h2>Instance Method Details</h2>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
<div class="method_details first">
|
|
164
|
+
<h3 class="signature first" id="apply_match_to_context-instance_method">
|
|
165
|
+
|
|
166
|
+
#<strong>apply_match_to_context</strong>(match_data, context) ⇒ <tt>Object</tt>
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
</h3><table class="source_code">
|
|
173
|
+
<tr>
|
|
174
|
+
<td>
|
|
175
175
|
<pre class="lines">
|
|
176
176
|
|
|
177
177
|
|
|
@@ -179,31 +179,31 @@
|
|
|
179
179
|
40
|
|
180
180
|
41
|
|
181
181
|
42
|
|
182
|
-
43</pre>
|
|
183
|
-
</td>
|
|
184
|
-
<td>
|
|
182
|
+
43</pre>
|
|
183
|
+
</td>
|
|
184
|
+
<td>
|
|
185
185
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/rewrite.rb', line 39</span>
|
|
186
186
|
|
|
187
187
|
<span class='kw'>def</span> <span class='id identifier rubyid_apply_match_to_context'>apply_match_to_context</span><span class='lparen'>(</span><span class='id identifier rubyid_match_data'>match_data</span><span class='comma'>,</span> <span class='id identifier rubyid_context'>context</span><span class='rparen'>)</span>
|
|
188
188
|
<span class='id identifier rubyid_match_data'>match_data</span><span class='period'>.</span><span class='id identifier rubyid_names'>names</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_name'>name</span><span class='op'>|</span>
|
|
189
189
|
<span class='id identifier rubyid_context'>context</span><span class='period'>.</span><span class='id identifier rubyid_instance_variable_set'>instance_variable_set</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>@</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_match_data'>match_data</span><span class='lbracket'>[</span><span class='id identifier rubyid_name'>name</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
|
190
190
|
<span class='kw'>end</span>
|
|
191
|
-
<span class='kw'>end</span></pre>
|
|
192
|
-
</td>
|
|
193
|
-
</tr>
|
|
194
|
-
</table>
|
|
195
|
-
</div>
|
|
196
|
-
|
|
197
|
-
</div>
|
|
198
|
-
|
|
199
|
-
</div>
|
|
200
|
-
|
|
201
|
-
<div id="footer">
|
|
202
|
-
Generated on Sat Mar
|
|
203
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
204
|
-
0.9.
|
|
205
|
-
</div>
|
|
206
|
-
|
|
207
|
-
</div>
|
|
208
|
-
</body>
|
|
191
|
+
<span class='kw'>end</span></pre>
|
|
192
|
+
</td>
|
|
193
|
+
</tr>
|
|
194
|
+
</table>
|
|
195
|
+
</div>
|
|
196
|
+
|
|
197
|
+
</div>
|
|
198
|
+
|
|
199
|
+
</div>
|
|
200
|
+
|
|
201
|
+
<div id="footer">
|
|
202
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
203
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
204
|
+
0.9.18 (ruby-2.6.1).
|
|
205
|
+
</div>
|
|
206
|
+
|
|
207
|
+
</div>
|
|
208
|
+
</body>
|
|
209
209
|
</html>
|
|
@@ -1,334 +1,334 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>
|
|
7
|
-
Class: Utopia::Controller::Variables
|
|
8
|
-
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
10
|
-
|
|
11
|
-
</title>
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
-
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
-
|
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
|
18
|
-
pathId = "Utopia::Controller::Variables";
|
|
19
|
-
relpath = '../../';
|
|
20
|
-
</script>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
24
|
-
|
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</head>
|
|
29
|
-
<body>
|
|
30
|
-
<div class="nav_wrap">
|
|
31
|
-
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
|
32
|
-
<div id="resizer"></div>
|
|
33
|
-
</div>
|
|
34
|
-
|
|
35
|
-
<div id="main" tabindex="-1">
|
|
36
|
-
<div id="header">
|
|
37
|
-
<div id="menu">
|
|
38
|
-
|
|
39
|
-
<a href="../../_index.html">Index (V)</a> »
|
|
40
|
-
<span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../Controller.html" title="Utopia::Controller (class)">Controller</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">Variables</span>
|
|
43
|
-
|
|
44
|
-
</div>
|
|
45
|
-
|
|
46
|
-
<div id="search">
|
|
47
|
-
|
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
|
49
|
-
href="../../class_list.html">
|
|
50
|
-
|
|
51
|
-
<svg width="24" height="24">
|
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
-
</svg>
|
|
56
|
-
</a>
|
|
57
|
-
|
|
58
|
-
</div>
|
|
59
|
-
<div class="clear"></div>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div id="content"><h1>Class: Utopia::Controller::Variables
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</h1>
|
|
67
|
-
<div class="box_info">
|
|
68
|
-
|
|
69
|
-
<dl>
|
|
70
|
-
<dt>Inherits:</dt>
|
|
71
|
-
<dd>
|
|
72
|
-
<span class="inheritName">Object</span>
|
|
73
|
-
|
|
74
|
-
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
76
|
-
|
|
77
|
-
<li class="next">Utopia::Controller::Variables</li>
|
|
78
|
-
|
|
79
|
-
</ul>
|
|
80
|
-
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
-
|
|
82
|
-
</dd>
|
|
83
|
-
</dl>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
<dl>
|
|
96
|
-
<dt>Defined in:</dt>
|
|
97
|
-
<dd>lib/utopia/controller/variables.rb</dd>
|
|
98
|
-
</dl>
|
|
99
|
-
|
|
100
|
-
</div>
|
|
101
|
-
|
|
102
|
-
<h2>Overview</h2><div class="docstring">
|
|
103
|
-
<div class="discussion">
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>
|
|
7
|
+
Class: Utopia::Controller::Variables
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.9.18
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
|
18
|
+
pathId = "Utopia::Controller::Variables";
|
|
19
|
+
relpath = '../../';
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
24
|
+
|
|
25
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</head>
|
|
29
|
+
<body>
|
|
30
|
+
<div class="nav_wrap">
|
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
|
32
|
+
<div id="resizer"></div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="main" tabindex="-1">
|
|
36
|
+
<div id="header">
|
|
37
|
+
<div id="menu">
|
|
38
|
+
|
|
39
|
+
<a href="../../_index.html">Index (V)</a> »
|
|
40
|
+
<span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> » <span class='title'><span class='object_link'><a href="../Controller.html" title="Utopia::Controller (class)">Controller</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">Variables</span>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div id="search">
|
|
47
|
+
|
|
48
|
+
<a class="full_list_link" id="class_list_link"
|
|
49
|
+
href="../../class_list.html">
|
|
50
|
+
|
|
51
|
+
<svg width="24" height="24">
|
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
|
55
|
+
</svg>
|
|
56
|
+
</a>
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
<div class="clear"></div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div id="content"><h1>Class: Utopia::Controller::Variables
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
<dl>
|
|
70
|
+
<dt>Inherits:</dt>
|
|
71
|
+
<dd>
|
|
72
|
+
<span class="inheritName">Object</span>
|
|
73
|
+
|
|
74
|
+
<ul class="fullTree">
|
|
75
|
+
<li>Object</li>
|
|
76
|
+
|
|
77
|
+
<li class="next">Utopia::Controller::Variables</li>
|
|
78
|
+
|
|
79
|
+
</ul>
|
|
80
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
81
|
+
|
|
82
|
+
</dd>
|
|
83
|
+
</dl>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<dl>
|
|
96
|
+
<dt>Defined in:</dt>
|
|
97
|
+
<dd>lib/utopia/controller/variables.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>Provides a stack-based instance variable lookup mechanism. It can flatten a stack of controllers into a single hash.</p>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="tags">
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</div>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
<h2>
|
|
121
|
-
Instance Method Summary
|
|
122
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
123
|
-
</h2>
|
|
124
|
-
|
|
125
|
-
<ul class="summary">
|
|
126
|
-
|
|
127
|
-
<li class="public ">
|
|
128
|
-
<span class="summary_signature">
|
|
129
|
-
|
|
130
|
-
<a href="#<<-instance_method" title="#<< (instance method)">#<strong><<</strong>(controller) ⇒ Object </a>
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
</span>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tags">
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div>
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
<h2>
|
|
121
|
+
Instance Method Summary
|
|
122
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
123
|
+
</h2>
|
|
124
|
+
|
|
125
|
+
<ul class="summary">
|
|
126
|
+
|
|
127
|
+
<li class="public ">
|
|
128
|
+
<span class="summary_signature">
|
|
129
|
+
|
|
130
|
+
<a href="#<<-instance_method" title="#<< (instance method)">#<strong><<</strong>(controller) ⇒ Object </a>
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
</span>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
144
|
<span class="summary_desc"><div class='inline'>
|
|
145
|
-
</div></span>
|
|
146
|
-
|
|
147
|
-
</li>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
<li class="public ">
|
|
151
|
-
<span class="summary_signature">
|
|
152
|
-
|
|
153
|
-
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
</span>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
145
|
+
</div></span>
|
|
146
|
+
|
|
147
|
+
</li>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<li class="public ">
|
|
151
|
+
<span class="summary_signature">
|
|
152
|
+
|
|
153
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
</span>
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
167
|
<span class="summary_desc"><div class='inline'>
|
|
168
|
-
</div></span>
|
|
169
|
-
|
|
170
|
-
</li>
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
<li class="public ">
|
|
174
|
-
<span class="summary_signature">
|
|
175
|
-
|
|
176
|
-
<a href="#fetch-instance_method" title="#fetch (instance method)">#<strong>fetch</strong>(key, default = self) ⇒ Object </a>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
</span>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
168
|
+
</div></span>
|
|
169
|
+
|
|
170
|
+
</li>
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
<li class="public ">
|
|
174
|
+
<span class="summary_signature">
|
|
175
|
+
|
|
176
|
+
<a href="#fetch-instance_method" title="#fetch (instance method)">#<strong>fetch</strong>(key, default = self) ⇒ Object </a>
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
</span>
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
190
|
<span class="summary_desc"><div class='inline'><p>We use self as a seninel.</p>
|
|
191
|
-
</div></span>
|
|
192
|
-
|
|
193
|
-
</li>
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
<li class="public ">
|
|
197
|
-
<span class="summary_signature">
|
|
198
|
-
|
|
199
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> ⇒ Variables </a>
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
</span>
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
<span class="note title constructor">constructor</span>
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
191
|
+
</div></span>
|
|
192
|
+
|
|
193
|
+
</li>
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
<li class="public ">
|
|
197
|
+
<span class="summary_signature">
|
|
198
|
+
|
|
199
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> ⇒ Variables </a>
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
</span>
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
<span class="note title constructor">constructor</span>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
215
|
<span class="summary_desc"><div class='inline'><p>A new instance of Variables.</p>
|
|
216
|
-
</div></span>
|
|
217
|
-
|
|
218
|
-
</li>
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
<li class="public ">
|
|
222
|
-
<span class="summary_signature">
|
|
223
|
-
|
|
224
|
-
<a href="#to_hash-instance_method" title="#to_hash (instance method)">#<strong>to_hash</strong> ⇒ Object </a>
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
</span>
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
216
|
+
</div></span>
|
|
217
|
+
|
|
218
|
+
</li>
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
<li class="public ">
|
|
222
|
+
<span class="summary_signature">
|
|
223
|
+
|
|
224
|
+
<a href="#to_hash-instance_method" title="#to_hash (instance method)">#<strong>to_hash</strong> ⇒ Object </a>
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
</span>
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
238
|
<span class="summary_desc"><div class='inline'>
|
|
239
|
-
</div></span>
|
|
240
|
-
|
|
241
|
-
</li>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
<li class="public ">
|
|
245
|
-
<span class="summary_signature">
|
|
246
|
-
|
|
247
|
-
<a href="#top-instance_method" title="#top (instance method)">#<strong>top</strong> ⇒ Object </a>
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
</span>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
239
|
+
</div></span>
|
|
240
|
+
|
|
241
|
+
</li>
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
<li class="public ">
|
|
245
|
+
<span class="summary_signature">
|
|
246
|
+
|
|
247
|
+
<a href="#top-instance_method" title="#top (instance method)">#<strong>top</strong> ⇒ Object </a>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
</span>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
261
|
<span class="summary_desc"><div class='inline'>
|
|
262
|
-
</div></span>
|
|
263
|
-
|
|
264
|
-
</li>
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
</ul>
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
<div id="constructor_details" class="method_details_list">
|
|
271
|
-
<h2>Constructor Details</h2>
|
|
272
|
-
|
|
273
|
-
<div class="method_details first">
|
|
274
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
275
|
-
|
|
276
|
-
#<strong>initialize</strong> ⇒ <tt><span class='object_link'><a href="" title="Utopia::Controller::Variables (class)">Variables</a></span></tt>
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
</h3><div class="docstring">
|
|
283
|
-
<div class="discussion">
|
|
262
|
+
</div></span>
|
|
263
|
+
|
|
264
|
+
</li>
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
</ul>
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
<div id="constructor_details" class="method_details_list">
|
|
271
|
+
<h2>Constructor Details</h2>
|
|
272
|
+
|
|
273
|
+
<div class="method_details first">
|
|
274
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
275
|
+
|
|
276
|
+
#<strong>initialize</strong> ⇒ <tt><span class='object_link'><a href="" title="Utopia::Controller::Variables (class)">Variables</a></span></tt>
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
</h3><div class="docstring">
|
|
283
|
+
<div class="discussion">
|
|
284
284
|
<p>Returns a new instance of Variables</p>
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
</div>
|
|
288
|
-
</div>
|
|
289
|
-
<div class="tags">
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
</div><table class="source_code">
|
|
293
|
-
<tr>
|
|
294
|
-
<td>
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
</div>
|
|
288
|
+
</div>
|
|
289
|
+
<div class="tags">
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
</div><table class="source_code">
|
|
293
|
+
<tr>
|
|
294
|
+
<td>
|
|
295
295
|
<pre class="lines">
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
25
|
|
299
299
|
26
|
|
300
|
-
27</pre>
|
|
301
|
-
</td>
|
|
302
|
-
<td>
|
|
300
|
+
27</pre>
|
|
301
|
+
</td>
|
|
302
|
+
<td>
|
|
303
303
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/variables.rb', line 25</span>
|
|
304
304
|
|
|
305
305
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
|
|
306
306
|
<span class='ivar'>@controllers</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
|
307
|
-
<span class='kw'>end</span></pre>
|
|
308
|
-
</td>
|
|
309
|
-
</tr>
|
|
310
|
-
</table>
|
|
311
|
-
</div>
|
|
312
|
-
|
|
313
|
-
</div>
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
<div id="instance_method_details" class="method_details_list">
|
|
317
|
-
<h2>Instance Method Details</h2>
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
<div class="method_details first">
|
|
321
|
-
<h3 class="signature first" id="<<-instance_method">
|
|
322
|
-
|
|
323
|
-
#<strong><<</strong>(controller) ⇒ <tt>Object</tt>
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
</h3><table class="source_code">
|
|
330
|
-
<tr>
|
|
331
|
-
<td>
|
|
307
|
+
<span class='kw'>end</span></pre>
|
|
308
|
+
</td>
|
|
309
|
+
</tr>
|
|
310
|
+
</table>
|
|
311
|
+
</div>
|
|
312
|
+
|
|
313
|
+
</div>
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
<div id="instance_method_details" class="method_details_list">
|
|
317
|
+
<h2>Instance Method Details</h2>
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
<div class="method_details first">
|
|
321
|
+
<h3 class="signature first" id="<<-instance_method">
|
|
322
|
+
|
|
323
|
+
#<strong><<</strong>(controller) ⇒ <tt>Object</tt>
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
</h3><table class="source_code">
|
|
330
|
+
<tr>
|
|
331
|
+
<td>
|
|
332
332
|
<pre class="lines">
|
|
333
333
|
|
|
334
334
|
|
|
@@ -341,9 +341,9 @@
|
|
|
341
341
|
39
|
|
342
342
|
40
|
|
343
343
|
41
|
|
344
|
-
42</pre>
|
|
345
|
-
</td>
|
|
346
|
-
<td>
|
|
344
|
+
42</pre>
|
|
345
|
+
</td>
|
|
346
|
+
<td>
|
|
347
347
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/variables.rb', line 33</span>
|
|
348
348
|
|
|
349
349
|
<span class='kw'>def</span> <span class='op'><<</span> <span class='id identifier rubyid_controller'>controller</span>
|
|
@@ -355,64 +355,64 @@
|
|
|
355
355
|
<span class='ivar'>@controllers</span> <span class='op'><<</span> <span class='id identifier rubyid_controller'>controller</span>
|
|
356
356
|
|
|
357
357
|
<span class='kw'>return</span> <span class='kw'>self</span>
|
|
358
|
-
<span class='kw'>end</span></pre>
|
|
359
|
-
</td>
|
|
360
|
-
</tr>
|
|
361
|
-
</table>
|
|
362
|
-
</div>
|
|
363
|
-
|
|
364
|
-
<div class="method_details ">
|
|
365
|
-
<h3 class="signature " id="[]-instance_method">
|
|
366
|
-
|
|
367
|
-
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
</h3><table class="source_code">
|
|
374
|
-
<tr>
|
|
375
|
-
<td>
|
|
358
|
+
<span class='kw'>end</span></pre>
|
|
359
|
+
</td>
|
|
360
|
+
</tr>
|
|
361
|
+
</table>
|
|
362
|
+
</div>
|
|
363
|
+
|
|
364
|
+
<div class="method_details ">
|
|
365
|
+
<h3 class="signature " id="[]-instance_method">
|
|
366
|
+
|
|
367
|
+
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
</h3><table class="source_code">
|
|
374
|
+
<tr>
|
|
375
|
+
<td>
|
|
376
376
|
<pre class="lines">
|
|
377
377
|
|
|
378
378
|
|
|
379
379
|
75
|
|
380
380
|
76
|
|
381
|
-
77</pre>
|
|
382
|
-
</td>
|
|
383
|
-
<td>
|
|
381
|
+
77</pre>
|
|
382
|
+
</td>
|
|
383
|
+
<td>
|
|
384
384
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/variables.rb', line 75</span>
|
|
385
385
|
|
|
386
386
|
<span class='kw'>def</span> <span class='op'>[]</span> <span class='id identifier rubyid_key'>key</span>
|
|
387
387
|
<span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>@</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_key'>key</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='comma'>,</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
388
|
-
<span class='kw'>end</span></pre>
|
|
389
|
-
</td>
|
|
390
|
-
</tr>
|
|
391
|
-
</table>
|
|
392
|
-
</div>
|
|
393
|
-
|
|
394
|
-
<div class="method_details ">
|
|
395
|
-
<h3 class="signature " id="fetch-instance_method">
|
|
396
|
-
|
|
397
|
-
#<strong>fetch</strong>(key, default = self) ⇒ <tt>Object</tt>
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
</h3><div class="docstring">
|
|
404
|
-
<div class="discussion">
|
|
388
|
+
<span class='kw'>end</span></pre>
|
|
389
|
+
</td>
|
|
390
|
+
</tr>
|
|
391
|
+
</table>
|
|
392
|
+
</div>
|
|
393
|
+
|
|
394
|
+
<div class="method_details ">
|
|
395
|
+
<h3 class="signature " id="fetch-instance_method">
|
|
396
|
+
|
|
397
|
+
#<strong>fetch</strong>(key, default = self) ⇒ <tt>Object</tt>
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
</h3><div class="docstring">
|
|
404
|
+
<div class="discussion">
|
|
405
405
|
<p>We use self as a seninel</p>
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
</div>
|
|
409
|
-
</div>
|
|
410
|
-
<div class="tags">
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
</div><table class="source_code">
|
|
414
|
-
<tr>
|
|
415
|
-
<td>
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
</div>
|
|
409
|
+
</div>
|
|
410
|
+
<div class="tags">
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
</div><table class="source_code">
|
|
414
|
+
<tr>
|
|
415
|
+
<td>
|
|
416
416
|
<pre class="lines">
|
|
417
417
|
|
|
418
418
|
|
|
@@ -430,9 +430,9 @@
|
|
|
430
430
|
56
|
|
431
431
|
57
|
|
432
432
|
58
|
|
433
|
-
59</pre>
|
|
434
|
-
</td>
|
|
435
|
-
<td>
|
|
433
|
+
59</pre>
|
|
434
|
+
</td>
|
|
435
|
+
<td>
|
|
436
436
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/variables.rb', line 45</span>
|
|
437
437
|
|
|
438
438
|
<span class='kw'>def</span> <span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_default'>default</span><span class='op'>=</span><span class='kw'>self</span><span class='rparen'>)</span>
|
|
@@ -449,24 +449,24 @@
|
|
|
449
449
|
<span class='kw'>else</span>
|
|
450
450
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>KeyError</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
|
451
451
|
<span class='kw'>end</span>
|
|
452
|
-
<span class='kw'>end</span></pre>
|
|
453
|
-
</td>
|
|
454
|
-
</tr>
|
|
455
|
-
</table>
|
|
456
|
-
</div>
|
|
457
|
-
|
|
458
|
-
<div class="method_details ">
|
|
459
|
-
<h3 class="signature " id="to_hash-instance_method">
|
|
460
|
-
|
|
461
|
-
#<strong>to_hash</strong> ⇒ <tt>Object</tt>
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
</h3><table class="source_code">
|
|
468
|
-
<tr>
|
|
469
|
-
<td>
|
|
452
|
+
<span class='kw'>end</span></pre>
|
|
453
|
+
</td>
|
|
454
|
+
</tr>
|
|
455
|
+
</table>
|
|
456
|
+
</div>
|
|
457
|
+
|
|
458
|
+
<div class="method_details ">
|
|
459
|
+
<h3 class="signature " id="to_hash-instance_method">
|
|
460
|
+
|
|
461
|
+
#<strong>to_hash</strong> ⇒ <tt>Object</tt>
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
</h3><table class="source_code">
|
|
468
|
+
<tr>
|
|
469
|
+
<td>
|
|
470
470
|
<pre class="lines">
|
|
471
471
|
|
|
472
472
|
|
|
@@ -482,9 +482,9 @@
|
|
|
482
482
|
70
|
|
483
483
|
71
|
|
484
484
|
72
|
|
485
|
-
73</pre>
|
|
486
|
-
</td>
|
|
487
|
-
<td>
|
|
485
|
+
73</pre>
|
|
486
|
+
</td>
|
|
487
|
+
<td>
|
|
488
488
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/variables.rb', line 61</span>
|
|
489
489
|
|
|
490
490
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
|
|
@@ -499,52 +499,52 @@
|
|
|
499
499
|
<span class='kw'>end</span>
|
|
500
500
|
|
|
501
501
|
<span class='kw'>return</span> <span class='id identifier rubyid_attributes'>attributes</span>
|
|
502
|
-
<span class='kw'>end</span></pre>
|
|
503
|
-
</td>
|
|
504
|
-
</tr>
|
|
505
|
-
</table>
|
|
506
|
-
</div>
|
|
507
|
-
|
|
508
|
-
<div class="method_details ">
|
|
509
|
-
<h3 class="signature " id="top-instance_method">
|
|
510
|
-
|
|
511
|
-
#<strong>top</strong> ⇒ <tt>Object</tt>
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
</h3><table class="source_code">
|
|
518
|
-
<tr>
|
|
519
|
-
<td>
|
|
502
|
+
<span class='kw'>end</span></pre>
|
|
503
|
+
</td>
|
|
504
|
+
</tr>
|
|
505
|
+
</table>
|
|
506
|
+
</div>
|
|
507
|
+
|
|
508
|
+
<div class="method_details ">
|
|
509
|
+
<h3 class="signature " id="top-instance_method">
|
|
510
|
+
|
|
511
|
+
#<strong>top</strong> ⇒ <tt>Object</tt>
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
</h3><table class="source_code">
|
|
518
|
+
<tr>
|
|
519
|
+
<td>
|
|
520
520
|
<pre class="lines">
|
|
521
521
|
|
|
522
522
|
|
|
523
523
|
29
|
|
524
524
|
30
|
|
525
|
-
31</pre>
|
|
526
|
-
</td>
|
|
527
|
-
<td>
|
|
525
|
+
31</pre>
|
|
526
|
+
</td>
|
|
527
|
+
<td>
|
|
528
528
|
<pre class="code"><span class="info file"># File 'lib/utopia/controller/variables.rb', line 29</span>
|
|
529
529
|
|
|
530
530
|
<span class='kw'>def</span> <span class='id identifier rubyid_top'>top</span>
|
|
531
531
|
<span class='ivar'>@controllers</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span>
|
|
532
|
-
<span class='kw'>end</span></pre>
|
|
533
|
-
</td>
|
|
534
|
-
</tr>
|
|
535
|
-
</table>
|
|
536
|
-
</div>
|
|
537
|
-
|
|
538
|
-
</div>
|
|
539
|
-
|
|
540
|
-
</div>
|
|
541
|
-
|
|
542
|
-
<div id="footer">
|
|
543
|
-
Generated on Sat Mar
|
|
544
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
545
|
-
0.9.
|
|
546
|
-
</div>
|
|
547
|
-
|
|
548
|
-
</div>
|
|
549
|
-
</body>
|
|
532
|
+
<span class='kw'>end</span></pre>
|
|
533
|
+
</td>
|
|
534
|
+
</tr>
|
|
535
|
+
</table>
|
|
536
|
+
</div>
|
|
537
|
+
|
|
538
|
+
</div>
|
|
539
|
+
|
|
540
|
+
</div>
|
|
541
|
+
|
|
542
|
+
<div id="footer">
|
|
543
|
+
Generated on Sat Mar 9 12:01:55 2019 by
|
|
544
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
545
|
+
0.9.18 (ruby-2.6.1).
|
|
546
|
+
</div>
|
|
547
|
+
|
|
548
|
+
</div>
|
|
549
|
+
</body>
|
|
550
550
|
</html>
|