utopia 2.5.5 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- 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,559 +1,559 @@
|
|
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::Content::Link
|
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::Content::Link";
|
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 (L)</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="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Link</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::Content::Link
|
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::Content::Link</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/content/link.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::Content::Link
|
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::Content::Link";
|
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 (L)</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="../Content.html" title="Utopia::Content (class)">Content</a></span></span>
|
41
|
+
»
|
42
|
+
<span class="title">Link</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::Content::Link
|
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::Content::Link</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/content/link.rb</dd>
|
98
|
+
</dl>
|
99
|
+
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
103
|
+
<div class="discussion">
|
104
104
|
<p>Represents a link to some content with associated metadata.</p>
|
105
|
-
|
106
|
-
|
107
|
-
</div>
|
108
|
-
</div>
|
109
|
-
<div class="tags">
|
110
|
-
|
111
|
-
|
112
|
-
</div>
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
117
|
-
<ul class="summary">
|
118
|
-
|
119
|
-
<li class="public ">
|
120
|
-
<span class="summary_signature">
|
121
|
-
|
122
|
-
<a href="#info-instance_method" title="#info (instance method)">#<strong>info</strong> ⇒ Object </a>
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
</span>
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
<span class="note title readonly">readonly</span>
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
105
|
+
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
<div class="tags">
|
110
|
+
|
111
|
+
|
112
|
+
</div>
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
117
|
+
<ul class="summary">
|
118
|
+
|
119
|
+
<li class="public ">
|
120
|
+
<span class="summary_signature">
|
121
|
+
|
122
|
+
<a href="#info-instance_method" title="#info (instance method)">#<strong>info</strong> ⇒ Object </a>
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
</span>
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
<span class="note title readonly">readonly</span>
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
141
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute info.</p>
|
142
|
-
</div></span>
|
143
|
-
|
144
|
-
</li>
|
145
|
-
|
146
|
-
|
147
|
-
<li class="public ">
|
148
|
-
<span class="summary_signature">
|
149
|
-
|
150
|
-
<a href="#kind-instance_method" title="#kind (instance method)">#<strong>kind</strong> ⇒ Object </a>
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
</span>
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
<span class="note title readonly">readonly</span>
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
142
|
+
</div></span>
|
143
|
+
|
144
|
+
</li>
|
145
|
+
|
146
|
+
|
147
|
+
<li class="public ">
|
148
|
+
<span class="summary_signature">
|
149
|
+
|
150
|
+
<a href="#kind-instance_method" title="#kind (instance method)">#<strong>kind</strong> ⇒ Object </a>
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
</span>
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
<span class="note title readonly">readonly</span>
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
169
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute kind.</p>
|
170
|
-
</div></span>
|
171
|
-
|
172
|
-
</li>
|
173
|
-
|
174
|
-
|
175
|
-
<li class="public ">
|
176
|
-
<span class="summary_signature">
|
177
|
-
|
178
|
-
<a href="#locale-instance_method" title="#locale (instance method)">#<strong>locale</strong> ⇒ Object </a>
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
</span>
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
<span class="note title readonly">readonly</span>
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
170
|
+
</div></span>
|
171
|
+
|
172
|
+
</li>
|
173
|
+
|
174
|
+
|
175
|
+
<li class="public ">
|
176
|
+
<span class="summary_signature">
|
177
|
+
|
178
|
+
<a href="#locale-instance_method" title="#locale (instance method)">#<strong>locale</strong> ⇒ Object </a>
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
</span>
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
<span class="note title readonly">readonly</span>
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
197
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute locale.</p>
|
198
|
-
</div></span>
|
199
|
-
|
200
|
-
</li>
|
201
|
-
|
202
|
-
|
203
|
-
<li class="public ">
|
204
|
-
<span class="summary_signature">
|
205
|
-
|
206
|
-
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
</span>
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
<span class="note title readonly">readonly</span>
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
198
|
+
</div></span>
|
199
|
+
|
200
|
+
</li>
|
201
|
+
|
202
|
+
|
203
|
+
<li class="public ">
|
204
|
+
<span class="summary_signature">
|
205
|
+
|
206
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
</span>
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
<span class="note title readonly">readonly</span>
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
225
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute name.</p>
|
226
|
-
</div></span>
|
227
|
-
|
228
|
-
</li>
|
229
|
-
|
230
|
-
|
231
|
-
<li class="public ">
|
232
|
-
<span class="summary_signature">
|
233
|
-
|
234
|
-
<a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong> ⇒ Object </a>
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
</span>
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
<span class="note title readonly">readonly</span>
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
226
|
+
</div></span>
|
227
|
+
|
228
|
+
</li>
|
229
|
+
|
230
|
+
|
231
|
+
<li class="public ">
|
232
|
+
<span class="summary_signature">
|
233
|
+
|
234
|
+
<a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong> ⇒ Object </a>
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
</span>
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
<span class="note title readonly">readonly</span>
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
253
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute path.</p>
|
254
|
-
</div></span>
|
255
|
-
|
256
|
-
</li>
|
257
|
-
|
258
|
-
|
259
|
-
</ul>
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
<h2>
|
266
|
-
Instance Method Summary
|
267
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
268
|
-
</h2>
|
269
|
-
|
270
|
-
<ul class="summary">
|
271
|
-
|
272
|
-
<li class="public ">
|
273
|
-
<span class="summary_signature">
|
274
|
-
|
275
|
-
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
</span>
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
254
|
+
</div></span>
|
255
|
+
|
256
|
+
</li>
|
257
|
+
|
258
|
+
|
259
|
+
</ul>
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
<h2>
|
266
|
+
Instance Method Summary
|
267
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
268
|
+
</h2>
|
269
|
+
|
270
|
+
<ul class="summary">
|
271
|
+
|
272
|
+
<li class="public ">
|
273
|
+
<span class="summary_signature">
|
274
|
+
|
275
|
+
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
</span>
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
289
|
<span class="summary_desc"><div class='inline'>
|
290
|
-
</div></span>
|
291
|
-
|
292
|
-
</li>
|
293
|
-
|
294
|
-
|
295
|
-
<li class="public ">
|
296
|
-
<span class="summary_signature">
|
297
|
-
|
298
|
-
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
</span>
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
290
|
+
</div></span>
|
291
|
+
|
292
|
+
</li>
|
293
|
+
|
294
|
+
|
295
|
+
<li class="public ">
|
296
|
+
<span class="summary_signature">
|
297
|
+
|
298
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
</span>
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
312
|
<span class="summary_desc"><div class='inline'><p>Look up from the <code>links.yaml</code> metadata with a given symbolic key.</p>
|
313
|
-
</div></span>
|
314
|
-
|
315
|
-
</li>
|
316
|
-
|
317
|
-
|
318
|
-
<li class="public ">
|
319
|
-
<span class="summary_signature">
|
320
|
-
|
321
|
-
<a href="#default_locale%3F-instance_method" title="#default_locale? (instance method)">#<strong>default_locale?</strong> ⇒ Boolean </a>
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
</span>
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
313
|
+
</div></span>
|
314
|
+
|
315
|
+
</li>
|
316
|
+
|
317
|
+
|
318
|
+
<li class="public ">
|
319
|
+
<span class="summary_signature">
|
320
|
+
|
321
|
+
<a href="#default_locale%3F-instance_method" title="#default_locale? (instance method)">#<strong>default_locale?</strong> ⇒ Boolean </a>
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
</span>
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
|
335
335
|
<span class="summary_desc"><div class='inline'>
|
336
|
-
</div></span>
|
337
|
-
|
338
|
-
</li>
|
339
|
-
|
340
|
-
|
341
|
-
<li class="public ">
|
342
|
-
<span class="summary_signature">
|
343
|
-
|
344
|
-
<a href="#eql%3F-instance_method" title="#eql? (instance method)">#<strong>eql?</strong>(other) ⇒ Boolean </a>
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
</span>
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
336
|
+
</div></span>
|
337
|
+
|
338
|
+
</li>
|
339
|
+
|
340
|
+
|
341
|
+
<li class="public ">
|
342
|
+
<span class="summary_signature">
|
343
|
+
|
344
|
+
<a href="#eql%3F-instance_method" title="#eql? (instance method)">#<strong>eql?</strong>(other) ⇒ Boolean </a>
|
345
|
+
|
346
|
+
|
347
|
+
|
348
|
+
</span>
|
349
|
+
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
|
358
358
|
<span class="summary_desc"><div class='inline'>
|
359
|
-
</div></span>
|
360
|
-
|
361
|
-
</li>
|
362
|
-
|
363
|
-
|
364
|
-
<li class="public ">
|
365
|
-
<span class="summary_signature">
|
366
|
-
|
367
|
-
<a href="#href-instance_method" title="#href (instance method)">#<strong>href</strong> ⇒ Object </a>
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
</span>
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
359
|
+
</div></span>
|
360
|
+
|
361
|
+
</li>
|
362
|
+
|
363
|
+
|
364
|
+
<li class="public ">
|
365
|
+
<span class="summary_signature">
|
366
|
+
|
367
|
+
<a href="#href-instance_method" title="#href (instance method)">#<strong>href</strong> ⇒ Object </a>
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
</span>
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
|
381
381
|
<span class="summary_desc"><div class='inline'>
|
382
|
-
</div></span>
|
383
|
-
|
384
|
-
</li>
|
385
|
-
|
386
|
-
|
387
|
-
<li class="public ">
|
388
|
-
<span class="summary_signature">
|
389
|
-
|
390
|
-
<a href="#href%3F-instance_method" title="#href? (instance method)">#<strong>href?</strong> ⇒ Boolean </a>
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
</span>
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
382
|
+
</div></span>
|
383
|
+
|
384
|
+
</li>
|
385
|
+
|
386
|
+
|
387
|
+
<li class="public ">
|
388
|
+
<span class="summary_signature">
|
389
|
+
|
390
|
+
<a href="#href%3F-instance_method" title="#href? (instance method)">#<strong>href?</strong> ⇒ Boolean </a>
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
</span>
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
|
404
404
|
<span class="summary_desc"><div class='inline'>
|
405
|
-
</div></span>
|
406
|
-
|
407
|
-
</li>
|
408
|
-
|
409
|
-
|
410
|
-
<li class="public ">
|
411
|
-
<span class="summary_signature">
|
412
|
-
|
413
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(kind, path, info = nil) ⇒ Link </a>
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
</span>
|
418
|
-
|
419
|
-
|
420
|
-
<span class="note title constructor">constructor</span>
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
405
|
+
</div></span>
|
406
|
+
|
407
|
+
</li>
|
408
|
+
|
409
|
+
|
410
|
+
<li class="public ">
|
411
|
+
<span class="summary_signature">
|
412
|
+
|
413
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(kind, path, info = nil) ⇒ Link </a>
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
</span>
|
418
|
+
|
419
|
+
|
420
|
+
<span class="note title constructor">constructor</span>
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
429
|
<span class="summary_desc"><div class='inline'><p>A new instance of Link.</p>
|
430
|
-
</div></span>
|
431
|
-
|
432
|
-
</li>
|
433
|
-
|
434
|
-
|
435
|
-
<li class="public ">
|
436
|
-
<span class="summary_signature">
|
437
|
-
|
438
|
-
<a href="#relative_href-instance_method" title="#relative_href (instance method)">#<strong>relative_href</strong>(base = nil) ⇒ Object </a>
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
</span>
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
430
|
+
</div></span>
|
431
|
+
|
432
|
+
</li>
|
433
|
+
|
434
|
+
|
435
|
+
<li class="public ">
|
436
|
+
<span class="summary_signature">
|
437
|
+
|
438
|
+
<a href="#relative_href-instance_method" title="#relative_href (instance method)">#<strong>relative_href</strong>(base = nil) ⇒ Object </a>
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
</span>
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
|
452
452
|
<span class="summary_desc"><div class='inline'>
|
453
|
-
</div></span>
|
454
|
-
|
455
|
-
</li>
|
456
|
-
|
457
|
-
|
458
|
-
<li class="public ">
|
459
|
-
<span class="summary_signature">
|
460
|
-
|
461
|
-
<a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> ⇒ Object </a>
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
</span>
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
453
|
+
</div></span>
|
454
|
+
|
455
|
+
</li>
|
456
|
+
|
457
|
+
|
458
|
+
<li class="public ">
|
459
|
+
<span class="summary_signature">
|
460
|
+
|
461
|
+
<a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> ⇒ Object </a>
|
462
|
+
|
463
|
+
|
464
|
+
|
465
|
+
</span>
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
475
|
<span class="summary_desc"><div class='inline'>
|
476
|
-
</div></span>
|
477
|
-
|
478
|
-
</li>
|
479
|
-
|
480
|
-
|
481
|
-
<li class="public ">
|
482
|
-
<span class="summary_signature">
|
483
|
-
|
484
|
-
<a href="#to_anchor-instance_method" title="#to_anchor (instance method)">#<strong>to_anchor</strong>(**options) ⇒ Object </a>
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
(also: #to_href)
|
489
|
-
|
490
|
-
</span>
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
476
|
+
</div></span>
|
477
|
+
|
478
|
+
</li>
|
479
|
+
|
480
|
+
|
481
|
+
<li class="public ">
|
482
|
+
<span class="summary_signature">
|
483
|
+
|
484
|
+
<a href="#to_anchor-instance_method" title="#to_anchor (instance method)">#<strong>to_anchor</strong>(**options) ⇒ Object </a>
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
(also: #to_href)
|
489
|
+
|
490
|
+
</span>
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
|
499
|
+
|
500
500
|
<span class="summary_desc"><div class='inline'>
|
501
|
-
</div></span>
|
502
|
-
|
503
|
-
</li>
|
504
|
-
|
505
|
-
|
506
|
-
<li class="public ">
|
507
|
-
<span class="summary_signature">
|
508
|
-
|
509
|
-
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
</span>
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
501
|
+
</div></span>
|
502
|
+
|
503
|
+
</li>
|
504
|
+
|
505
|
+
|
506
|
+
<li class="public ">
|
507
|
+
<span class="summary_signature">
|
508
|
+
|
509
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
510
|
+
|
511
|
+
|
512
|
+
|
513
|
+
</span>
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
|
521
|
+
|
522
|
+
|
523
523
|
<span class="summary_desc"><div class='inline'>
|
524
|
-
</div></span>
|
525
|
-
|
526
|
-
</li>
|
527
|
-
|
528
|
-
|
529
|
-
</ul>
|
530
|
-
|
531
|
-
|
532
|
-
<div id="constructor_details" class="method_details_list">
|
533
|
-
<h2>Constructor Details</h2>
|
534
|
-
|
535
|
-
<div class="method_details first">
|
536
|
-
<h3 class="signature first" id="initialize-instance_method">
|
537
|
-
|
538
|
-
#<strong>initialize</strong>(kind, path, info = nil) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Link (class)">Link</a></span></tt>
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
</h3><div class="docstring">
|
545
|
-
<div class="discussion">
|
524
|
+
</div></span>
|
525
|
+
|
526
|
+
</li>
|
527
|
+
|
528
|
+
|
529
|
+
</ul>
|
530
|
+
|
531
|
+
|
532
|
+
<div id="constructor_details" class="method_details_list">
|
533
|
+
<h2>Constructor Details</h2>
|
534
|
+
|
535
|
+
<div class="method_details first">
|
536
|
+
<h3 class="signature first" id="initialize-instance_method">
|
537
|
+
|
538
|
+
#<strong>initialize</strong>(kind, path, info = nil) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Link (class)">Link</a></span></tt>
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
</h3><div class="docstring">
|
545
|
+
<div class="discussion">
|
546
546
|
<p>Returns a new instance of Link</p>
|
547
|
-
|
548
|
-
|
549
|
-
</div>
|
550
|
-
</div>
|
551
|
-
<div class="tags">
|
552
|
-
|
553
|
-
|
554
|
-
</div><table class="source_code">
|
555
|
-
<tr>
|
556
|
-
<td>
|
547
|
+
|
548
|
+
|
549
|
+
</div>
|
550
|
+
</div>
|
551
|
+
<div class="tags">
|
552
|
+
|
553
|
+
|
554
|
+
</div><table class="source_code">
|
555
|
+
<tr>
|
556
|
+
<td>
|
557
557
|
<pre class="lines">
|
558
558
|
|
559
559
|
|
@@ -584,9 +584,9 @@
|
|
584
584
|
57
|
585
585
|
58
|
586
586
|
59
|
587
|
-
60</pre>
|
588
|
-
</td>
|
589
|
-
<td>
|
587
|
+
60</pre>
|
588
|
+
</td>
|
589
|
+
<td>
|
590
590
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 33</span>
|
591
591
|
|
592
592
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_kind'>kind</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_info'>info</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
@@ -616,422 +616,422 @@
|
|
616
616
|
<span class='kw'>end</span>
|
617
617
|
|
618
618
|
<span class='ivar'>@title</span> <span class='op'>=</span> <span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Strings</span><span class='period'>.</span><span class='id identifier rubyid_to_title'>to_title</span><span class='lparen'>(</span><span class='ivar'>@name</span><span class='rparen'>)</span>
|
619
|
-
<span class='kw'>end</span></pre>
|
620
|
-
</td>
|
621
|
-
</tr>
|
622
|
-
</table>
|
623
|
-
</div>
|
624
|
-
|
625
|
-
</div>
|
626
|
-
|
627
|
-
<div id="instance_attr_details" class="attr_details">
|
628
|
-
<h2>Instance Attribute Details</h2>
|
629
|
-
|
630
|
-
|
631
|
-
<span id=""></span>
|
632
|
-
<div class="method_details first">
|
633
|
-
<h3 class="signature first" id="info-instance_method">
|
634
|
-
|
635
|
-
#<strong>info</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
</h3><div class="docstring">
|
642
|
-
<div class="discussion">
|
619
|
+
<span class='kw'>end</span></pre>
|
620
|
+
</td>
|
621
|
+
</tr>
|
622
|
+
</table>
|
623
|
+
</div>
|
624
|
+
|
625
|
+
</div>
|
626
|
+
|
627
|
+
<div id="instance_attr_details" class="attr_details">
|
628
|
+
<h2>Instance Attribute Details</h2>
|
629
|
+
|
630
|
+
|
631
|
+
<span id=""></span>
|
632
|
+
<div class="method_details first">
|
633
|
+
<h3 class="signature first" id="info-instance_method">
|
634
|
+
|
635
|
+
#<strong>info</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
</h3><div class="docstring">
|
642
|
+
<div class="discussion">
|
643
643
|
<p>Returns the value of attribute info</p>
|
644
|
-
|
645
|
-
|
646
|
-
</div>
|
647
|
-
</div>
|
648
|
-
<div class="tags">
|
649
|
-
|
650
|
-
|
651
|
-
</div><table class="source_code">
|
652
|
-
<tr>
|
653
|
-
<td>
|
644
|
+
|
645
|
+
|
646
|
+
</div>
|
647
|
+
</div>
|
648
|
+
<div class="tags">
|
649
|
+
|
650
|
+
|
651
|
+
</div><table class="source_code">
|
652
|
+
<tr>
|
653
|
+
<td>
|
654
654
|
<pre class="lines">
|
655
655
|
|
656
656
|
|
657
657
|
76
|
658
658
|
77
|
659
|
-
78</pre>
|
660
|
-
</td>
|
661
|
-
<td>
|
659
|
+
78</pre>
|
660
|
+
</td>
|
661
|
+
<td>
|
662
662
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 76</span>
|
663
663
|
|
664
664
|
<span class='kw'>def</span> <span class='id identifier rubyid_info'>info</span>
|
665
665
|
<span class='ivar'>@info</span>
|
666
|
-
<span class='kw'>end</span></pre>
|
667
|
-
</td>
|
668
|
-
</tr>
|
669
|
-
</table>
|
670
|
-
</div>
|
671
|
-
|
672
|
-
|
673
|
-
<span id=""></span>
|
674
|
-
<div class="method_details ">
|
675
|
-
<h3 class="signature " id="kind-instance_method">
|
676
|
-
|
677
|
-
#<strong>kind</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
</h3><div class="docstring">
|
684
|
-
<div class="discussion">
|
666
|
+
<span class='kw'>end</span></pre>
|
667
|
+
</td>
|
668
|
+
</tr>
|
669
|
+
</table>
|
670
|
+
</div>
|
671
|
+
|
672
|
+
|
673
|
+
<span id=""></span>
|
674
|
+
<div class="method_details ">
|
675
|
+
<h3 class="signature " id="kind-instance_method">
|
676
|
+
|
677
|
+
#<strong>kind</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
678
|
+
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
|
683
|
+
</h3><div class="docstring">
|
684
|
+
<div class="discussion">
|
685
685
|
<p>Returns the value of attribute kind</p>
|
686
|
-
|
687
|
-
|
688
|
-
</div>
|
689
|
-
</div>
|
690
|
-
<div class="tags">
|
691
|
-
|
692
|
-
|
693
|
-
</div><table class="source_code">
|
694
|
-
<tr>
|
695
|
-
<td>
|
686
|
+
|
687
|
+
|
688
|
+
</div>
|
689
|
+
</div>
|
690
|
+
<div class="tags">
|
691
|
+
|
692
|
+
|
693
|
+
</div><table class="source_code">
|
694
|
+
<tr>
|
695
|
+
<td>
|
696
696
|
<pre class="lines">
|
697
697
|
|
698
698
|
|
699
699
|
73
|
700
700
|
74
|
701
|
-
75</pre>
|
702
|
-
</td>
|
703
|
-
<td>
|
701
|
+
75</pre>
|
702
|
+
</td>
|
703
|
+
<td>
|
704
704
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 73</span>
|
705
705
|
|
706
706
|
<span class='kw'>def</span> <span class='id identifier rubyid_kind'>kind</span>
|
707
707
|
<span class='ivar'>@kind</span>
|
708
|
-
<span class='kw'>end</span></pre>
|
709
|
-
</td>
|
710
|
-
</tr>
|
711
|
-
</table>
|
712
|
-
</div>
|
713
|
-
|
714
|
-
|
715
|
-
<span id=""></span>
|
716
|
-
<div class="method_details ">
|
717
|
-
<h3 class="signature " id="locale-instance_method">
|
718
|
-
|
719
|
-
#<strong>locale</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
</h3><div class="docstring">
|
726
|
-
<div class="discussion">
|
708
|
+
<span class='kw'>end</span></pre>
|
709
|
+
</td>
|
710
|
+
</tr>
|
711
|
+
</table>
|
712
|
+
</div>
|
713
|
+
|
714
|
+
|
715
|
+
<span id=""></span>
|
716
|
+
<div class="method_details ">
|
717
|
+
<h3 class="signature " id="locale-instance_method">
|
718
|
+
|
719
|
+
#<strong>locale</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
720
|
+
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
</h3><div class="docstring">
|
726
|
+
<div class="discussion">
|
727
727
|
<p>Returns the value of attribute locale</p>
|
728
|
-
|
729
|
-
|
730
|
-
</div>
|
731
|
-
</div>
|
732
|
-
<div class="tags">
|
733
|
-
|
734
|
-
|
735
|
-
</div><table class="source_code">
|
736
|
-
<tr>
|
737
|
-
<td>
|
728
|
+
|
729
|
+
|
730
|
+
</div>
|
731
|
+
</div>
|
732
|
+
<div class="tags">
|
733
|
+
|
734
|
+
|
735
|
+
</div><table class="source_code">
|
736
|
+
<tr>
|
737
|
+
<td>
|
738
738
|
<pre class="lines">
|
739
739
|
|
740
740
|
|
741
741
|
77
|
742
742
|
78
|
743
|
-
79</pre>
|
744
|
-
</td>
|
745
|
-
<td>
|
743
|
+
79</pre>
|
744
|
+
</td>
|
745
|
+
<td>
|
746
746
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 77</span>
|
747
747
|
|
748
748
|
<span class='kw'>def</span> <span class='id identifier rubyid_locale'>locale</span>
|
749
749
|
<span class='ivar'>@locale</span>
|
750
|
-
<span class='kw'>end</span></pre>
|
751
|
-
</td>
|
752
|
-
</tr>
|
753
|
-
</table>
|
754
|
-
</div>
|
755
|
-
|
756
|
-
|
757
|
-
<span id=""></span>
|
758
|
-
<div class="method_details ">
|
759
|
-
<h3 class="signature " id="name-instance_method">
|
760
|
-
|
761
|
-
#<strong>name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
</h3><div class="docstring">
|
768
|
-
<div class="discussion">
|
750
|
+
<span class='kw'>end</span></pre>
|
751
|
+
</td>
|
752
|
+
</tr>
|
753
|
+
</table>
|
754
|
+
</div>
|
755
|
+
|
756
|
+
|
757
|
+
<span id=""></span>
|
758
|
+
<div class="method_details ">
|
759
|
+
<h3 class="signature " id="name-instance_method">
|
760
|
+
|
761
|
+
#<strong>name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
|
766
|
+
|
767
|
+
</h3><div class="docstring">
|
768
|
+
<div class="discussion">
|
769
769
|
<p>Returns the value of attribute name</p>
|
770
|
-
|
771
|
-
|
772
|
-
</div>
|
773
|
-
</div>
|
774
|
-
<div class="tags">
|
775
|
-
|
776
|
-
|
777
|
-
</div><table class="source_code">
|
778
|
-
<tr>
|
779
|
-
<td>
|
770
|
+
|
771
|
+
|
772
|
+
</div>
|
773
|
+
</div>
|
774
|
+
<div class="tags">
|
775
|
+
|
776
|
+
|
777
|
+
</div><table class="source_code">
|
778
|
+
<tr>
|
779
|
+
<td>
|
780
780
|
<pre class="lines">
|
781
781
|
|
782
782
|
|
783
783
|
74
|
784
784
|
75
|
785
|
-
76</pre>
|
786
|
-
</td>
|
787
|
-
<td>
|
785
|
+
76</pre>
|
786
|
+
</td>
|
787
|
+
<td>
|
788
788
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 74</span>
|
789
789
|
|
790
790
|
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
|
791
791
|
<span class='ivar'>@name</span>
|
792
|
-
<span class='kw'>end</span></pre>
|
793
|
-
</td>
|
794
|
-
</tr>
|
795
|
-
</table>
|
796
|
-
</div>
|
797
|
-
|
798
|
-
|
799
|
-
<span id=""></span>
|
800
|
-
<div class="method_details ">
|
801
|
-
<h3 class="signature " id="path-instance_method">
|
802
|
-
|
803
|
-
#<strong>path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
</h3><div class="docstring">
|
810
|
-
<div class="discussion">
|
792
|
+
<span class='kw'>end</span></pre>
|
793
|
+
</td>
|
794
|
+
</tr>
|
795
|
+
</table>
|
796
|
+
</div>
|
797
|
+
|
798
|
+
|
799
|
+
<span id=""></span>
|
800
|
+
<div class="method_details ">
|
801
|
+
<h3 class="signature " id="path-instance_method">
|
802
|
+
|
803
|
+
#<strong>path</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
|
809
|
+
</h3><div class="docstring">
|
810
|
+
<div class="discussion">
|
811
811
|
<p>Returns the value of attribute path</p>
|
812
|
-
|
813
|
-
|
814
|
-
</div>
|
815
|
-
</div>
|
816
|
-
<div class="tags">
|
817
|
-
|
818
|
-
|
819
|
-
</div><table class="source_code">
|
820
|
-
<tr>
|
821
|
-
<td>
|
812
|
+
|
813
|
+
|
814
|
+
</div>
|
815
|
+
</div>
|
816
|
+
<div class="tags">
|
817
|
+
|
818
|
+
|
819
|
+
</div><table class="source_code">
|
820
|
+
<tr>
|
821
|
+
<td>
|
822
822
|
<pre class="lines">
|
823
823
|
|
824
824
|
|
825
825
|
75
|
826
826
|
76
|
827
|
-
77</pre>
|
828
|
-
</td>
|
829
|
-
<td>
|
827
|
+
77</pre>
|
828
|
+
</td>
|
829
|
+
<td>
|
830
830
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 75</span>
|
831
831
|
|
832
832
|
<span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span>
|
833
833
|
<span class='ivar'>@path</span>
|
834
|
-
<span class='kw'>end</span></pre>
|
835
|
-
</td>
|
836
|
-
</tr>
|
837
|
-
</table>
|
838
|
-
</div>
|
839
|
-
|
840
|
-
</div>
|
841
|
-
|
842
|
-
|
843
|
-
<div id="instance_method_details" class="method_details_list">
|
844
|
-
<h2>Instance Method Details</h2>
|
845
|
-
|
846
|
-
|
847
|
-
<div class="method_details first">
|
848
|
-
<h3 class="signature first" id="==-instance_method">
|
849
|
-
|
850
|
-
#<strong>==</strong>(other) ⇒ <tt>Object</tt>
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
</h3><table class="source_code">
|
857
|
-
<tr>
|
858
|
-
<td>
|
834
|
+
<span class='kw'>end</span></pre>
|
835
|
+
</td>
|
836
|
+
</tr>
|
837
|
+
</table>
|
838
|
+
</div>
|
839
|
+
|
840
|
+
</div>
|
841
|
+
|
842
|
+
|
843
|
+
<div id="instance_method_details" class="method_details_list">
|
844
|
+
<h2>Instance Method Details</h2>
|
845
|
+
|
846
|
+
|
847
|
+
<div class="method_details first">
|
848
|
+
<h3 class="signature first" id="==-instance_method">
|
849
|
+
|
850
|
+
#<strong>==</strong>(other) ⇒ <tt>Object</tt>
|
851
|
+
|
852
|
+
|
853
|
+
|
854
|
+
|
855
|
+
|
856
|
+
</h3><table class="source_code">
|
857
|
+
<tr>
|
858
|
+
<td>
|
859
859
|
<pre class="lines">
|
860
860
|
|
861
861
|
|
862
862
|
125
|
863
863
|
126
|
864
|
-
127</pre>
|
865
|
-
</td>
|
866
|
-
<td>
|
864
|
+
127</pre>
|
865
|
+
</td>
|
866
|
+
<td>
|
867
867
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 125</span>
|
868
868
|
|
869
869
|
<span class='kw'>def</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span>
|
870
870
|
<span class='id identifier rubyid_other'>other</span> <span class='kw'>and</span> <span class='id identifier rubyid_kind'>kind</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_kind'>kind</span> <span class='kw'>and</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='kw'>and</span> <span class='id identifier rubyid_path'>path</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span>
|
871
|
-
<span class='kw'>end</span></pre>
|
872
|
-
</td>
|
873
|
-
</tr>
|
874
|
-
</table>
|
875
|
-
</div>
|
876
|
-
|
877
|
-
<div class="method_details ">
|
878
|
-
<h3 class="signature " id="[]-instance_method">
|
879
|
-
|
880
|
-
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
</h3><div class="docstring">
|
887
|
-
<div class="discussion">
|
871
|
+
<span class='kw'>end</span></pre>
|
872
|
+
</td>
|
873
|
+
</tr>
|
874
|
+
</table>
|
875
|
+
</div>
|
876
|
+
|
877
|
+
<div class="method_details ">
|
878
|
+
<h3 class="signature " id="[]-instance_method">
|
879
|
+
|
880
|
+
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
881
|
+
|
882
|
+
|
883
|
+
|
884
|
+
|
885
|
+
|
886
|
+
</h3><div class="docstring">
|
887
|
+
<div class="discussion">
|
888
888
|
<p>Look up from the <code>links.yaml</code> metadata with a given symbolic key.</p>
|
889
|
-
|
890
|
-
|
891
|
-
</div>
|
892
|
-
</div>
|
893
|
-
<div class="tags">
|
894
|
-
|
895
|
-
|
896
|
-
</div><table class="source_code">
|
897
|
-
<tr>
|
898
|
-
<td>
|
889
|
+
|
890
|
+
|
891
|
+
</div>
|
892
|
+
</div>
|
893
|
+
<div class="tags">
|
894
|
+
|
895
|
+
|
896
|
+
</div><table class="source_code">
|
897
|
+
<tr>
|
898
|
+
<td>
|
899
899
|
<pre class="lines">
|
900
900
|
|
901
901
|
|
902
902
|
69
|
903
903
|
70
|
904
|
-
71</pre>
|
905
|
-
</td>
|
906
|
-
<td>
|
904
|
+
71</pre>
|
905
|
+
</td>
|
906
|
+
<td>
|
907
907
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 69</span>
|
908
908
|
|
909
909
|
<span class='kw'>def</span> <span class='op'>[]</span> <span class='id identifier rubyid_key'>key</span>
|
910
910
|
<span class='ivar'>@info</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span>
|
911
|
-
<span class='kw'>end</span></pre>
|
912
|
-
</td>
|
913
|
-
</tr>
|
914
|
-
</table>
|
915
|
-
</div>
|
916
|
-
|
917
|
-
<div class="method_details ">
|
918
|
-
<h3 class="signature " id="default_locale?-instance_method">
|
919
|
-
|
920
|
-
#<strong>default_locale?</strong> ⇒ <tt>Boolean</tt>
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
</h3><div class="docstring">
|
927
|
-
<div class="discussion">
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
</div>
|
932
|
-
</div>
|
933
|
-
<div class="tags">
|
934
|
-
|
935
|
-
<p class="tag_title">Returns:</p>
|
936
|
-
<ul class="return">
|
937
|
-
|
938
|
-
<li>
|
939
|
-
|
940
|
-
|
941
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
</li>
|
946
|
-
|
947
|
-
</ul>
|
948
|
-
|
949
|
-
</div><table class="source_code">
|
950
|
-
<tr>
|
951
|
-
<td>
|
911
|
+
<span class='kw'>end</span></pre>
|
912
|
+
</td>
|
913
|
+
</tr>
|
914
|
+
</table>
|
915
|
+
</div>
|
916
|
+
|
917
|
+
<div class="method_details ">
|
918
|
+
<h3 class="signature " id="default_locale?-instance_method">
|
919
|
+
|
920
|
+
#<strong>default_locale?</strong> ⇒ <tt>Boolean</tt>
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
|
926
|
+
</h3><div class="docstring">
|
927
|
+
<div class="discussion">
|
928
|
+
|
929
|
+
|
930
|
+
|
931
|
+
</div>
|
932
|
+
</div>
|
933
|
+
<div class="tags">
|
934
|
+
|
935
|
+
<p class="tag_title">Returns:</p>
|
936
|
+
<ul class="return">
|
937
|
+
|
938
|
+
<li>
|
939
|
+
|
940
|
+
|
941
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
942
|
+
|
943
|
+
|
944
|
+
|
945
|
+
</li>
|
946
|
+
|
947
|
+
</ul>
|
948
|
+
|
949
|
+
</div><table class="source_code">
|
950
|
+
<tr>
|
951
|
+
<td>
|
952
952
|
<pre class="lines">
|
953
953
|
|
954
954
|
|
955
955
|
129
|
956
956
|
130
|
957
|
-
131</pre>
|
958
|
-
</td>
|
959
|
-
<td>
|
957
|
+
131</pre>
|
958
|
+
</td>
|
959
|
+
<td>
|
960
960
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 129</span>
|
961
961
|
|
962
962
|
<span class='kw'>def</span> <span class='id identifier rubyid_default_locale?'>default_locale?</span>
|
963
963
|
<span class='ivar'>@locale</span> <span class='op'>==</span> <span class='kw'>nil</span>
|
964
|
-
<span class='kw'>end</span></pre>
|
965
|
-
</td>
|
966
|
-
</tr>
|
967
|
-
</table>
|
968
|
-
</div>
|
969
|
-
|
970
|
-
<div class="method_details ">
|
971
|
-
<h3 class="signature " id="eql?-instance_method">
|
972
|
-
|
973
|
-
#<strong>eql?</strong>(other) ⇒ <tt>Boolean</tt>
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
</h3><div class="docstring">
|
980
|
-
<div class="discussion">
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
</div>
|
985
|
-
</div>
|
986
|
-
<div class="tags">
|
987
|
-
|
988
|
-
<p class="tag_title">Returns:</p>
|
989
|
-
<ul class="return">
|
990
|
-
|
991
|
-
<li>
|
992
|
-
|
993
|
-
|
994
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
</li>
|
999
|
-
|
1000
|
-
</ul>
|
1001
|
-
|
1002
|
-
</div><table class="source_code">
|
1003
|
-
<tr>
|
1004
|
-
<td>
|
964
|
+
<span class='kw'>end</span></pre>
|
965
|
+
</td>
|
966
|
+
</tr>
|
967
|
+
</table>
|
968
|
+
</div>
|
969
|
+
|
970
|
+
<div class="method_details ">
|
971
|
+
<h3 class="signature " id="eql?-instance_method">
|
972
|
+
|
973
|
+
#<strong>eql?</strong>(other) ⇒ <tt>Boolean</tt>
|
974
|
+
|
975
|
+
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
</h3><div class="docstring">
|
980
|
+
<div class="discussion">
|
981
|
+
|
982
|
+
|
983
|
+
|
984
|
+
</div>
|
985
|
+
</div>
|
986
|
+
<div class="tags">
|
987
|
+
|
988
|
+
<p class="tag_title">Returns:</p>
|
989
|
+
<ul class="return">
|
990
|
+
|
991
|
+
<li>
|
992
|
+
|
993
|
+
|
994
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
995
|
+
|
996
|
+
|
997
|
+
|
998
|
+
</li>
|
999
|
+
|
1000
|
+
</ul>
|
1001
|
+
|
1002
|
+
</div><table class="source_code">
|
1003
|
+
<tr>
|
1004
|
+
<td>
|
1005
1005
|
<pre class="lines">
|
1006
1006
|
|
1007
1007
|
|
1008
1008
|
121
|
1009
1009
|
122
|
1010
|
-
123</pre>
|
1011
|
-
</td>
|
1012
|
-
<td>
|
1010
|
+
123</pre>
|
1011
|
+
</td>
|
1012
|
+
<td>
|
1013
1013
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 121</span>
|
1014
1014
|
|
1015
1015
|
<span class='kw'>def</span> <span class='id identifier rubyid_eql?'>eql?</span> <span class='id identifier rubyid_other'>other</span>
|
1016
1016
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_eql?'>eql?</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='rparen'>)</span> <span class='kw'>and</span> <span class='id identifier rubyid_kind'>kind</span><span class='period'>.</span><span class='id identifier rubyid_eql?'>eql?</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_kind'>kind</span><span class='rparen'>)</span> <span class='kw'>and</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_eql?'>eql?</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='kw'>and</span> <span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_eql?'>eql?</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span> <span class='kw'>and</span> <span class='id identifier rubyid_info'>info</span><span class='period'>.</span><span class='id identifier rubyid_eql?'>eql?</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_info'>info</span><span class='rparen'>)</span>
|
1017
|
-
<span class='kw'>end</span></pre>
|
1018
|
-
</td>
|
1019
|
-
</tr>
|
1020
|
-
</table>
|
1021
|
-
</div>
|
1022
|
-
|
1023
|
-
<div class="method_details ">
|
1024
|
-
<h3 class="signature " id="href-instance_method">
|
1025
|
-
|
1026
|
-
#<strong>href</strong> ⇒ <tt>Object</tt>
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
</h3><table class="source_code">
|
1033
|
-
<tr>
|
1034
|
-
<td>
|
1017
|
+
<span class='kw'>end</span></pre>
|
1018
|
+
</td>
|
1019
|
+
</tr>
|
1020
|
+
</table>
|
1021
|
+
</div>
|
1022
|
+
|
1023
|
+
<div class="method_details ">
|
1024
|
+
<h3 class="signature " id="href-instance_method">
|
1025
|
+
|
1026
|
+
#<strong>href</strong> ⇒ <tt>Object</tt>
|
1027
|
+
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1031
|
+
|
1032
|
+
</h3><table class="source_code">
|
1033
|
+
<tr>
|
1034
|
+
<td>
|
1035
1035
|
<pre class="lines">
|
1036
1036
|
|
1037
1037
|
|
@@ -1039,86 +1039,86 @@
|
|
1039
1039
|
63
|
1040
1040
|
64
|
1041
1041
|
65
|
1042
|
-
66</pre>
|
1043
|
-
</td>
|
1044
|
-
<td>
|
1042
|
+
66</pre>
|
1043
|
+
</td>
|
1044
|
+
<td>
|
1045
1045
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 62</span>
|
1046
1046
|
|
1047
1047
|
<span class='kw'>def</span> <span class='id identifier rubyid_href'>href</span>
|
1048
1048
|
<span class='ivar'>@href</span> <span class='op'>||=</span> <span class='ivar'>@info</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='symbol'>:uri</span><span class='rparen'>)</span> <span class='kw'>do</span>
|
1049
1049
|
<span class='lparen'>(</span><span class='ivar'>@path</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span> <span class='op'>+</span> <span class='ivar'>@path</span><span class='period'>.</span><span class='id identifier rubyid_basename'>basename</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='kw'>if</span> <span class='ivar'>@path</span>
|
1050
1050
|
<span class='kw'>end</span>
|
1051
|
-
<span class='kw'>end</span></pre>
|
1052
|
-
</td>
|
1053
|
-
</tr>
|
1054
|
-
</table>
|
1055
|
-
</div>
|
1056
|
-
|
1057
|
-
<div class="method_details ">
|
1058
|
-
<h3 class="signature " id="href?-instance_method">
|
1059
|
-
|
1060
|
-
#<strong>href?</strong> ⇒ <tt>Boolean</tt>
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
</h3><div class="docstring">
|
1067
|
-
<div class="discussion">
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
</div>
|
1072
|
-
</div>
|
1073
|
-
<div class="tags">
|
1074
|
-
|
1075
|
-
<p class="tag_title">Returns:</p>
|
1076
|
-
<ul class="return">
|
1077
|
-
|
1078
|
-
<li>
|
1079
|
-
|
1080
|
-
|
1081
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
</li>
|
1086
|
-
|
1087
|
-
</ul>
|
1088
|
-
|
1089
|
-
</div><table class="source_code">
|
1090
|
-
<tr>
|
1091
|
-
<td>
|
1051
|
+
<span class='kw'>end</span></pre>
|
1052
|
+
</td>
|
1053
|
+
</tr>
|
1054
|
+
</table>
|
1055
|
+
</div>
|
1056
|
+
|
1057
|
+
<div class="method_details ">
|
1058
|
+
<h3 class="signature " id="href?-instance_method">
|
1059
|
+
|
1060
|
+
#<strong>href?</strong> ⇒ <tt>Boolean</tt>
|
1061
|
+
|
1062
|
+
|
1063
|
+
|
1064
|
+
|
1065
|
+
|
1066
|
+
</h3><div class="docstring">
|
1067
|
+
<div class="discussion">
|
1068
|
+
|
1069
|
+
|
1070
|
+
|
1071
|
+
</div>
|
1072
|
+
</div>
|
1073
|
+
<div class="tags">
|
1074
|
+
|
1075
|
+
<p class="tag_title">Returns:</p>
|
1076
|
+
<ul class="return">
|
1077
|
+
|
1078
|
+
<li>
|
1079
|
+
|
1080
|
+
|
1081
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1082
|
+
|
1083
|
+
|
1084
|
+
|
1085
|
+
</li>
|
1086
|
+
|
1087
|
+
</ul>
|
1088
|
+
|
1089
|
+
</div><table class="source_code">
|
1090
|
+
<tr>
|
1091
|
+
<td>
|
1092
1092
|
<pre class="lines">
|
1093
1093
|
|
1094
1094
|
|
1095
1095
|
79
|
1096
1096
|
80
|
1097
|
-
81</pre>
|
1098
|
-
</td>
|
1099
|
-
<td>
|
1097
|
+
81</pre>
|
1098
|
+
</td>
|
1099
|
+
<td>
|
1100
1100
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 79</span>
|
1101
1101
|
|
1102
1102
|
<span class='kw'>def</span> <span class='id identifier rubyid_href?'>href?</span>
|
1103
1103
|
<span class='op'>!</span><span class='op'>!</span><span class='id identifier rubyid_href'>href</span>
|
1104
|
-
<span class='kw'>end</span></pre>
|
1105
|
-
</td>
|
1106
|
-
</tr>
|
1107
|
-
</table>
|
1108
|
-
</div>
|
1109
|
-
|
1110
|
-
<div class="method_details ">
|
1111
|
-
<h3 class="signature " id="relative_href-instance_method">
|
1112
|
-
|
1113
|
-
#<strong>relative_href</strong>(base = nil) ⇒ <tt>Object</tt>
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
</h3><table class="source_code">
|
1120
|
-
<tr>
|
1121
|
-
<td>
|
1104
|
+
<span class='kw'>end</span></pre>
|
1105
|
+
</td>
|
1106
|
+
</tr>
|
1107
|
+
</table>
|
1108
|
+
</div>
|
1109
|
+
|
1110
|
+
<div class="method_details ">
|
1111
|
+
<h3 class="signature " id="relative_href-instance_method">
|
1112
|
+
|
1113
|
+
#<strong>relative_href</strong>(base = nil) ⇒ <tt>Object</tt>
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
|
1118
|
+
|
1119
|
+
</h3><table class="source_code">
|
1120
|
+
<tr>
|
1121
|
+
<td>
|
1122
1122
|
<pre class="lines">
|
1123
1123
|
|
1124
1124
|
|
@@ -1128,9 +1128,9 @@
|
|
1128
1128
|
86
|
1129
1129
|
87
|
1130
1130
|
88
|
1131
|
-
89</pre>
|
1132
|
-
</td>
|
1133
|
-
<td>
|
1131
|
+
89</pre>
|
1132
|
+
</td>
|
1133
|
+
<td>
|
1134
1134
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 83</span>
|
1135
1135
|
|
1136
1136
|
<span class='kw'>def</span> <span class='id identifier rubyid_relative_href'>relative_href</span><span class='lparen'>(</span><span class='id identifier rubyid_base'>base</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
@@ -1139,58 +1139,58 @@
|
|
1139
1139
|
<span class='kw'>else</span>
|
1140
1140
|
<span class='id identifier rubyid_href'>href</span>
|
1141
1141
|
<span class='kw'>end</span>
|
1142
|
-
<span class='kw'>end</span></pre>
|
1143
|
-
</td>
|
1144
|
-
</tr>
|
1145
|
-
</table>
|
1146
|
-
</div>
|
1147
|
-
|
1148
|
-
<div class="method_details ">
|
1149
|
-
<h3 class="signature " id="title-instance_method">
|
1150
|
-
|
1151
|
-
#<strong>title</strong> ⇒ <tt>Object</tt>
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
</h3><table class="source_code">
|
1158
|
-
<tr>
|
1159
|
-
<td>
|
1142
|
+
<span class='kw'>end</span></pre>
|
1143
|
+
</td>
|
1144
|
+
</tr>
|
1145
|
+
</table>
|
1146
|
+
</div>
|
1147
|
+
|
1148
|
+
<div class="method_details ">
|
1149
|
+
<h3 class="signature " id="title-instance_method">
|
1150
|
+
|
1151
|
+
#<strong>title</strong> ⇒ <tt>Object</tt>
|
1152
|
+
|
1153
|
+
|
1154
|
+
|
1155
|
+
|
1156
|
+
|
1157
|
+
</h3><table class="source_code">
|
1158
|
+
<tr>
|
1159
|
+
<td>
|
1160
1160
|
<pre class="lines">
|
1161
1161
|
|
1162
1162
|
|
1163
1163
|
91
|
1164
1164
|
92
|
1165
|
-
93</pre>
|
1166
|
-
</td>
|
1167
|
-
<td>
|
1165
|
+
93</pre>
|
1166
|
+
</td>
|
1167
|
+
<td>
|
1168
1168
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 91</span>
|
1169
1169
|
|
1170
1170
|
<span class='kw'>def</span> <span class='id identifier rubyid_title'>title</span>
|
1171
1171
|
<span class='ivar'>@info</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='symbol'>:title</span><span class='comma'>,</span> <span class='ivar'>@title</span><span class='rparen'>)</span>
|
1172
|
-
<span class='kw'>end</span></pre>
|
1173
|
-
</td>
|
1174
|
-
</tr>
|
1175
|
-
</table>
|
1176
|
-
</div>
|
1177
|
-
|
1178
|
-
<div class="method_details ">
|
1179
|
-
<h3 class="signature " id="to_anchor-instance_method">
|
1180
|
-
|
1181
|
-
#<strong>to_anchor</strong>(**options) ⇒ <tt>Object</tt>
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
<span class="aliases">Also known as:
|
1186
|
-
<span class="names"><span id='to_href-instance_method'>to_href</span></span>
|
1187
|
-
</span>
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
</h3><table class="source_code">
|
1192
|
-
<tr>
|
1193
|
-
<td>
|
1172
|
+
<span class='kw'>end</span></pre>
|
1173
|
+
</td>
|
1174
|
+
</tr>
|
1175
|
+
</table>
|
1176
|
+
</div>
|
1177
|
+
|
1178
|
+
<div class="method_details ">
|
1179
|
+
<h3 class="signature " id="to_anchor-instance_method">
|
1180
|
+
|
1181
|
+
#<strong>to_anchor</strong>(**options) ⇒ <tt>Object</tt>
|
1182
|
+
|
1183
|
+
|
1184
|
+
|
1185
|
+
<span class="aliases">Also known as:
|
1186
|
+
<span class="names"><span id='to_href-instance_method'>to_href</span></span>
|
1187
|
+
</span>
|
1188
|
+
|
1189
|
+
|
1190
|
+
|
1191
|
+
</h3><table class="source_code">
|
1192
|
+
<tr>
|
1193
|
+
<td>
|
1194
1194
|
<pre class="lines">
|
1195
1195
|
|
1196
1196
|
|
@@ -1212,9 +1212,9 @@
|
|
1212
1212
|
110
|
1213
1213
|
111
|
1214
1214
|
112
|
1215
|
-
113</pre>
|
1216
|
-
</td>
|
1217
|
-
<td>
|
1215
|
+
113</pre>
|
1216
|
+
</td>
|
1217
|
+
<td>
|
1218
1218
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 95</span>
|
1219
1219
|
|
1220
1220
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_anchor'>to_anchor</span><span class='lparen'>(</span><span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -1235,52 +1235,52 @@
|
|
1235
1235
|
<span class='kw'>end</span>
|
1236
1236
|
<span class='kw'>end</span>
|
1237
1237
|
<span class='kw'>end</span>
|
1238
|
-
<span class='kw'>end</span></pre>
|
1239
|
-
</td>
|
1240
|
-
</tr>
|
1241
|
-
</table>
|
1242
|
-
</div>
|
1243
|
-
|
1244
|
-
<div class="method_details ">
|
1245
|
-
<h3 class="signature " id="to_s-instance_method">
|
1246
|
-
|
1247
|
-
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
</h3><table class="source_code">
|
1254
|
-
<tr>
|
1255
|
-
<td>
|
1238
|
+
<span class='kw'>end</span></pre>
|
1239
|
+
</td>
|
1240
|
+
</tr>
|
1241
|
+
</table>
|
1242
|
+
</div>
|
1243
|
+
|
1244
|
+
<div class="method_details ">
|
1245
|
+
<h3 class="signature " id="to_s-instance_method">
|
1246
|
+
|
1247
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
1248
|
+
|
1249
|
+
|
1250
|
+
|
1251
|
+
|
1252
|
+
|
1253
|
+
</h3><table class="source_code">
|
1254
|
+
<tr>
|
1255
|
+
<td>
|
1256
1256
|
<pre class="lines">
|
1257
1257
|
|
1258
1258
|
|
1259
1259
|
117
|
1260
1260
|
118
|
1261
|
-
119</pre>
|
1262
|
-
</td>
|
1263
|
-
<td>
|
1261
|
+
119</pre>
|
1262
|
+
</td>
|
1263
|
+
<td>
|
1264
1264
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/link.rb', line 117</span>
|
1265
1265
|
|
1266
1266
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
1267
1267
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\#<</span><span class='embexpr_beg'>#{</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='embexpr_end'>}</span><span class='tstring_content'>(</span><span class='embexpr_beg'>#{</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_kind'>kind</span><span class='embexpr_end'>}</span><span class='tstring_content'>) title=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_title'>title</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='embexpr_end'>}</span><span class='tstring_content'> href=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_href'>href</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span><span class='embexpr_end'>}</span><span class='tstring_content'>></span><span class='tstring_end'>"</span></span>
|
1268
|
-
<span class='kw'>end</span></pre>
|
1269
|
-
</td>
|
1270
|
-
</tr>
|
1271
|
-
</table>
|
1272
|
-
</div>
|
1273
|
-
|
1274
|
-
</div>
|
1275
|
-
|
1276
|
-
</div>
|
1277
|
-
|
1278
|
-
<div id="footer">
|
1279
|
-
Generated on Sat Mar
|
1280
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1281
|
-
0.9.
|
1282
|
-
</div>
|
1283
|
-
|
1284
|
-
</div>
|
1285
|
-
</body>
|
1268
|
+
<span class='kw'>end</span></pre>
|
1269
|
+
</td>
|
1270
|
+
</tr>
|
1271
|
+
</table>
|
1272
|
+
</div>
|
1273
|
+
|
1274
|
+
</div>
|
1275
|
+
|
1276
|
+
</div>
|
1277
|
+
|
1278
|
+
<div id="footer">
|
1279
|
+
Generated on Sat Mar 9 12:01:53 2019 by
|
1280
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1281
|
+
0.9.18 (ruby-2.6.1).
|
1282
|
+
</div>
|
1283
|
+
|
1284
|
+
</div>
|
1285
|
+
</body>
|
1286
1286
|
</html>
|