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,567 +1,565 @@
|
|
|
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::Document::State
|
|
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::Document::State";
|
|
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 (S)</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> » <span class='title'><span class='object_link'><a href="../Document.html" title="Utopia::Content::Document (class)">Document</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">State</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::Document::State
|
|
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::Document::State</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/document.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::Document::State
|
|
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::Document::State";
|
|
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 (S)</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> » <span class='title'><span class='object_link'><a href="../Document.html" title="Utopia::Content::Document (class)">Document</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">State</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::Document::State
|
|
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::Document::State</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/document.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>The state of a single tag being rendered within a document instance.</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="#attributes-instance_method" title="#attributes (instance method)">#<strong>attributes</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="#attributes-instance_method" title="#attributes (instance method)">#<strong>attributes</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 attributes.</p>
|
|
142
|
-
</div></span>
|
|
143
|
-
|
|
144
|
-
</li>
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
<li class="public ">
|
|
148
|
-
<span class="summary_signature">
|
|
149
|
-
|
|
150
|
-
<a href="#content-instance_method" title="#content (instance method)">#<strong>content</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="#content-instance_method" title="#content (instance method)">#<strong>content</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 content.</p>
|
|
170
|
-
</div></span>
|
|
171
|
-
|
|
172
|
-
</li>
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
<li class="public ">
|
|
176
|
-
<span class="summary_signature">
|
|
177
|
-
|
|
178
|
-
<a href="#deferred-instance_method" title="#deferred (instance method)">#<strong>deferred</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="#deferred-instance_method" title="#deferred (instance method)">#<strong>deferred</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 deferred.</p>
|
|
198
|
-
</div></span>
|
|
199
|
-
|
|
200
|
-
</li>
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
<li class="public ">
|
|
204
|
-
<span class="summary_signature">
|
|
205
|
-
|
|
206
|
-
<a href="#node-instance_method" title="#node (instance method)">#<strong>node</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="#node-instance_method" title="#node (instance method)">#<strong>node</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 node.</p>
|
|
226
|
-
</div></span>
|
|
227
|
-
|
|
228
|
-
</li>
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
<li class="public ">
|
|
232
|
-
<span class="summary_signature">
|
|
233
|
-
|
|
234
|
-
<a href="#parent-instance_method" title="#parent (instance method)">#<strong>parent</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="#parent-instance_method" title="#parent (instance method)">#<strong>parent</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 parent.</p>
|
|
254
|
-
</div></span>
|
|
255
|
-
|
|
256
|
-
</li>
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
<li class="public ">
|
|
260
|
-
<span class="summary_signature">
|
|
261
|
-
|
|
262
|
-
<a href="#tags-instance_method" title="#tags (instance method)">#<strong>tags</strong> ⇒ Object </a>
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
</span>
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
<span class="note title readonly">readonly</span>
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
254
|
+
</div></span>
|
|
255
|
+
|
|
256
|
+
</li>
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
<li class="public ">
|
|
260
|
+
<span class="summary_signature">
|
|
261
|
+
|
|
262
|
+
<a href="#tags-instance_method" title="#tags (instance method)">#<strong>tags</strong> ⇒ Object </a>
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
</span>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
<span class="note title readonly">readonly</span>
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
281
|
<span class="summary_desc"><div class='inline'><p>A list of all tags in order of rendering them, which have not been finished yet.</p>
|
|
282
|
-
</div></span>
|
|
283
|
-
|
|
284
|
-
</li>
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
</ul>
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
<h2>
|
|
294
|
-
Instance Method Summary
|
|
295
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
296
|
-
</h2>
|
|
297
|
-
|
|
298
|
-
<ul class="summary">
|
|
299
|
-
|
|
300
|
-
<li class="public ">
|
|
301
|
-
<span class="summary_signature">
|
|
302
|
-
|
|
303
|
-
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
</span>
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
282
|
+
</div></span>
|
|
283
|
+
|
|
284
|
+
</li>
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
</ul>
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
<h2>
|
|
294
|
+
Instance Method Summary
|
|
295
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
296
|
+
</h2>
|
|
297
|
+
|
|
298
|
+
<ul class="summary">
|
|
299
|
+
|
|
300
|
+
<li class="public ">
|
|
301
|
+
<span class="summary_signature">
|
|
302
|
+
|
|
303
|
+
<a href="#[]-instance_method" title="#[] (instance method)">#<strong>[]</strong>(key) ⇒ Object </a>
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
</span>
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
317
|
<span class="summary_desc"><div class='inline'>
|
|
318
|
-
</div></span>
|
|
319
|
-
|
|
320
|
-
</li>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
<li class="public ">
|
|
324
|
-
<span class="summary_signature">
|
|
325
|
-
|
|
326
|
-
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(document) ⇒ Object </a>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
</span>
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
318
|
+
</div></span>
|
|
319
|
+
|
|
320
|
+
</li>
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
<li class="public ">
|
|
324
|
+
<span class="summary_signature">
|
|
325
|
+
|
|
326
|
+
<a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong>(document) ⇒ Object </a>
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
</span>
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
340
|
<span class="summary_desc"><div class='inline'>
|
|
341
|
-
</div></span>
|
|
342
|
-
|
|
343
|
-
</li>
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
<li class="public ">
|
|
347
|
-
<span class="summary_signature">
|
|
348
|
-
|
|
349
|
-
<a href="#defer-instance_method" title="#defer (instance method)">#<strong>defer</strong>(value = nil, &block) ⇒ Object </a>
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
</span>
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
341
|
+
</div></span>
|
|
342
|
+
|
|
343
|
+
</li>
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
<li class="public ">
|
|
347
|
+
<span class="summary_signature">
|
|
348
|
+
|
|
349
|
+
<a href="#defer-instance_method" title="#defer (instance method)">#<strong>defer</strong>(value = nil, &block) ⇒ Object </a>
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
</span>
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
363
|
<span class="summary_desc"><div class='inline'>
|
|
364
|
-
</div></span>
|
|
365
|
-
|
|
366
|
-
</li>
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
<li class="public ">
|
|
370
|
-
<span class="summary_signature">
|
|
371
|
-
|
|
372
|
-
<a href="#empty%3F-instance_method" title="#empty? (instance method)">#<strong>empty?</strong> ⇒ Boolean </a>
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
</span>
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
364
|
+
</div></span>
|
|
365
|
+
|
|
366
|
+
</li>
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
<li class="public ">
|
|
370
|
+
<span class="summary_signature">
|
|
371
|
+
|
|
372
|
+
<a href="#empty%3F-instance_method" title="#empty? (instance method)">#<strong>empty?</strong> ⇒ Boolean </a>
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
</span>
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
386
|
<span class="summary_desc"><div class='inline'><p>Whether this state has any nested tags.</p>
|
|
387
|
-
</div></span>
|
|
388
|
-
|
|
389
|
-
</li>
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
<li class="public ">
|
|
393
|
-
<span class="summary_signature">
|
|
394
|
-
|
|
395
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(parent, tag, node, attributes = tag.to_hash) ⇒ State </a>
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
</span>
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
<span class="note title constructor">constructor</span>
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
387
|
+
</div></span>
|
|
388
|
+
|
|
389
|
+
</li>
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
<li class="public ">
|
|
393
|
+
<span class="summary_signature">
|
|
394
|
+
|
|
395
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(parent, tag, node, attributes = tag.to_hash) ⇒ State </a>
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
</span>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
<span class="note title constructor">constructor</span>
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
411
|
<span class="summary_desc"><div class='inline'><p>A new instance of State.</p>
|
|
412
|
-
</div></span>
|
|
413
|
-
|
|
414
|
-
</li>
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
<li class="public ">
|
|
418
|
-
<span class="summary_signature">
|
|
419
|
-
|
|
420
|
-
<a href="#tag_begin-instance_method" title="#tag_begin (instance method)">#<strong>tag_begin</strong>(tag) ⇒ Object </a>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
</span>
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
412
|
+
</div></span>
|
|
413
|
+
|
|
414
|
+
</li>
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
<li class="public ">
|
|
418
|
+
<span class="summary_signature">
|
|
419
|
+
|
|
420
|
+
<a href="#tag_begin-instance_method" title="#tag_begin (instance method)">#<strong>tag_begin</strong>(tag) ⇒ Object </a>
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
</span>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
434
|
<span class="summary_desc"><div class='inline'>
|
|
435
|
-
</div></span>
|
|
436
|
-
|
|
437
|
-
</li>
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
<li class="public ">
|
|
441
|
-
<span class="summary_signature">
|
|
442
|
-
|
|
443
|
-
<a href="#tag_complete-instance_method" title="#tag_complete (instance method)">#<strong>tag_complete</strong>(tag) ⇒ Object </a>
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
</span>
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
435
|
+
</div></span>
|
|
436
|
+
|
|
437
|
+
</li>
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
<li class="public ">
|
|
441
|
+
<span class="summary_signature">
|
|
442
|
+
|
|
443
|
+
<a href="#tag_complete-instance_method" title="#tag_complete (instance method)">#<strong>tag_complete</strong>(tag) ⇒ Object </a>
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
</span>
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
457
|
<span class="summary_desc"><div class='inline'>
|
|
458
|
-
</div></span>
|
|
459
|
-
|
|
460
|
-
</li>
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
<li class="public ">
|
|
464
|
-
<span class="summary_signature">
|
|
465
|
-
|
|
466
|
-
<a href="#tag_end-instance_method" title="#tag_end (instance method)">#<strong>tag_end</strong>(tag) ⇒ Object </a>
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
</span>
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
458
|
+
</div></span>
|
|
459
|
+
|
|
460
|
+
</li>
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
<li class="public ">
|
|
464
|
+
<span class="summary_signature">
|
|
465
|
+
|
|
466
|
+
<a href="#tag_end-instance_method" title="#tag_end (instance method)">#<strong>tag_end</strong>(tag) ⇒ Object </a>
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
</span>
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
480
|
<span class="summary_desc"><div class='inline'>
|
|
481
|
-
</div></span>
|
|
482
|
-
|
|
483
|
-
</li>
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
<li class="public ">
|
|
487
|
-
<span class="summary_signature">
|
|
488
|
-
|
|
489
|
-
<a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong>(string) ⇒ Object </a>
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
</span>
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
481
|
+
</div></span>
|
|
482
|
+
|
|
483
|
+
</li>
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
<li class="public ">
|
|
487
|
+
<span class="summary_signature">
|
|
488
|
+
|
|
489
|
+
<a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong>(string) ⇒ Object </a>
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
</span>
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
503
|
<span class="summary_desc"><div class='inline'>
|
|
504
|
-
</div></span>
|
|
505
|
-
|
|
506
|
-
</li>
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
<li class="public ">
|
|
510
|
-
<span class="summary_signature">
|
|
511
|
-
|
|
512
|
-
<a href="#write-instance_method" title="#write (instance method)">#<strong>write</strong>(string) ⇒ Object </a>
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
</span>
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
504
|
+
</div></span>
|
|
505
|
+
|
|
506
|
+
</li>
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
<li class="public ">
|
|
510
|
+
<span class="summary_signature">
|
|
511
|
+
|
|
512
|
+
<a href="#write-instance_method" title="#write (instance method)">#<strong>write</strong>(string) ⇒ Object </a>
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
</span>
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
526
|
<span class="summary_desc"><div class='inline'>
|
|
527
|
-
</div></span>
|
|
528
|
-
|
|
529
|
-
</li>
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
</ul>
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
<div id="constructor_details" class="method_details_list">
|
|
536
|
-
<h2>Constructor Details</h2>
|
|
537
|
-
|
|
538
|
-
<div class="method_details first">
|
|
539
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
540
|
-
|
|
541
|
-
#<strong>initialize</strong>(parent, tag, node, attributes = tag.to_hash) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Document::State (class)">State</a></span></tt>
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
</h3><div class="docstring">
|
|
548
|
-
<div class="discussion">
|
|
527
|
+
</div></span>
|
|
528
|
+
|
|
529
|
+
</li>
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
</ul>
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
<div id="constructor_details" class="method_details_list">
|
|
536
|
+
<h2>Constructor Details</h2>
|
|
537
|
+
|
|
538
|
+
<div class="method_details first">
|
|
539
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
540
|
+
|
|
541
|
+
#<strong>initialize</strong>(parent, tag, node, attributes = tag.to_hash) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::Document::State (class)">State</a></span></tt>
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
</h3><div class="docstring">
|
|
548
|
+
<div class="discussion">
|
|
549
549
|
<p>Returns a new instance of State</p>
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
</div>
|
|
553
|
-
</div>
|
|
554
|
-
<div class="tags">
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
</div><table class="source_code">
|
|
558
|
-
<tr>
|
|
559
|
-
<td>
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
</div>
|
|
553
|
+
</div>
|
|
554
|
+
<div class="tags">
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
</div><table class="source_code">
|
|
558
|
+
<tr>
|
|
559
|
+
<td>
|
|
560
560
|
<pre class="lines">
|
|
561
561
|
|
|
562
562
|
|
|
563
|
-
226
|
|
564
|
-
227
|
|
565
563
|
228
|
|
566
564
|
229
|
|
567
565
|
230
|
|
@@ -572,10 +570,12 @@
|
|
|
572
570
|
235
|
|
573
571
|
236
|
|
574
572
|
237
|
|
575
|
-
238
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
573
|
+
238
|
|
574
|
+
239
|
|
575
|
+
240</pre>
|
|
576
|
+
</td>
|
|
577
|
+
<td>
|
|
578
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 228</span>
|
|
579
579
|
|
|
580
580
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_parent'>parent</span><span class='comma'>,</span> <span class='id identifier rubyid_tag'>tag</span><span class='comma'>,</span> <span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span> <span class='op'>=</span> <span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_to_hash'>to_hash</span><span class='rparen'>)</span>
|
|
581
581
|
<span class='ivar'>@parent</span> <span class='op'>=</span> <span class='id identifier rubyid_parent'>parent</span>
|
|
@@ -589,323 +589,321 @@
|
|
|
589
589
|
<span class='ivar'>@deferred</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
|
590
590
|
|
|
591
591
|
<span class='ivar'>@tags</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
|
592
|
-
<span class='kw'>end</span></pre>
|
|
593
|
-
</td>
|
|
594
|
-
</tr>
|
|
595
|
-
</table>
|
|
596
|
-
</div>
|
|
597
|
-
|
|
598
|
-
</div>
|
|
599
|
-
|
|
600
|
-
<div id="instance_attr_details" class="attr_details">
|
|
601
|
-
<h2>Instance Attribute Details</h2>
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
<span id=""></span>
|
|
605
|
-
<div class="method_details first">
|
|
606
|
-
<h3 class="signature first" id="attributes-instance_method">
|
|
607
|
-
|
|
608
|
-
#<strong>attributes</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
</h3><div class="docstring">
|
|
615
|
-
<div class="discussion">
|
|
592
|
+
<span class='kw'>end</span></pre>
|
|
593
|
+
</td>
|
|
594
|
+
</tr>
|
|
595
|
+
</table>
|
|
596
|
+
</div>
|
|
597
|
+
|
|
598
|
+
</div>
|
|
599
|
+
|
|
600
|
+
<div id="instance_attr_details" class="attr_details">
|
|
601
|
+
<h2>Instance Attribute Details</h2>
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<span id=""></span>
|
|
605
|
+
<div class="method_details first">
|
|
606
|
+
<h3 class="signature first" id="attributes-instance_method">
|
|
607
|
+
|
|
608
|
+
#<strong>attributes</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
</h3><div class="docstring">
|
|
615
|
+
<div class="discussion">
|
|
616
616
|
<p>Returns the value of attribute attributes</p>
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
</div>
|
|
620
|
-
</div>
|
|
621
|
-
<div class="tags">
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
</div><table class="source_code">
|
|
625
|
-
<tr>
|
|
626
|
-
<td>
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
</div>
|
|
620
|
+
</div>
|
|
621
|
+
<div class="tags">
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
</div><table class="source_code">
|
|
625
|
+
<tr>
|
|
626
|
+
<td>
|
|
627
627
|
<pre class="lines">
|
|
628
628
|
|
|
629
629
|
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
</td>
|
|
634
|
-
<td>
|
|
635
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
630
|
+
243
|
|
631
|
+
244
|
|
632
|
+
245</pre>
|
|
633
|
+
</td>
|
|
634
|
+
<td>
|
|
635
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 243</span>
|
|
636
636
|
|
|
637
637
|
<span class='kw'>def</span> <span class='id identifier rubyid_attributes'>attributes</span>
|
|
638
638
|
<span class='ivar'>@attributes</span>
|
|
639
|
-
<span class='kw'>end</span></pre>
|
|
640
|
-
</td>
|
|
641
|
-
</tr>
|
|
642
|
-
</table>
|
|
643
|
-
</div>
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
<span id=""></span>
|
|
647
|
-
<div class="method_details ">
|
|
648
|
-
<h3 class="signature " id="content-instance_method">
|
|
649
|
-
|
|
650
|
-
#<strong>content</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
</h3><div class="docstring">
|
|
657
|
-
<div class="discussion">
|
|
639
|
+
<span class='kw'>end</span></pre>
|
|
640
|
+
</td>
|
|
641
|
+
</tr>
|
|
642
|
+
</table>
|
|
643
|
+
</div>
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
<span id=""></span>
|
|
647
|
+
<div class="method_details ">
|
|
648
|
+
<h3 class="signature " id="content-instance_method">
|
|
649
|
+
|
|
650
|
+
#<strong>content</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
</h3><div class="docstring">
|
|
657
|
+
<div class="discussion">
|
|
658
658
|
<p>Returns the value of attribute content</p>
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
</div>
|
|
662
|
-
</div>
|
|
663
|
-
<div class="tags">
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
</div><table class="source_code">
|
|
667
|
-
<tr>
|
|
668
|
-
<td>
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
</div>
|
|
662
|
+
</div>
|
|
663
|
+
<div class="tags">
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
</div><table class="source_code">
|
|
667
|
+
<tr>
|
|
668
|
+
<td>
|
|
669
669
|
<pre class="lines">
|
|
670
670
|
|
|
671
671
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
</td>
|
|
676
|
-
<td>
|
|
677
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
672
|
+
244
|
|
673
|
+
245
|
|
674
|
+
246</pre>
|
|
675
|
+
</td>
|
|
676
|
+
<td>
|
|
677
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 244</span>
|
|
678
678
|
|
|
679
679
|
<span class='kw'>def</span> <span class='id identifier rubyid_content'>content</span>
|
|
680
680
|
<span class='ivar'>@content</span>
|
|
681
|
-
<span class='kw'>end</span></pre>
|
|
682
|
-
</td>
|
|
683
|
-
</tr>
|
|
684
|
-
</table>
|
|
685
|
-
</div>
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
<span id=""></span>
|
|
689
|
-
<div class="method_details ">
|
|
690
|
-
<h3 class="signature " id="deferred-instance_method">
|
|
691
|
-
|
|
692
|
-
#<strong>deferred</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
</h3><div class="docstring">
|
|
699
|
-
<div class="discussion">
|
|
681
|
+
<span class='kw'>end</span></pre>
|
|
682
|
+
</td>
|
|
683
|
+
</tr>
|
|
684
|
+
</table>
|
|
685
|
+
</div>
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
<span id=""></span>
|
|
689
|
+
<div class="method_details ">
|
|
690
|
+
<h3 class="signature " id="deferred-instance_method">
|
|
691
|
+
|
|
692
|
+
#<strong>deferred</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
</h3><div class="docstring">
|
|
699
|
+
<div class="discussion">
|
|
700
700
|
<p>Returns the value of attribute deferred</p>
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
</div>
|
|
704
|
-
</div>
|
|
705
|
-
<div class="tags">
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
</div><table class="source_code">
|
|
709
|
-
<tr>
|
|
710
|
-
<td>
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
</div>
|
|
704
|
+
</div>
|
|
705
|
+
<div class="tags">
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
</div><table class="source_code">
|
|
709
|
+
<tr>
|
|
710
|
+
<td>
|
|
711
711
|
<pre class="lines">
|
|
712
712
|
|
|
713
713
|
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
</td>
|
|
718
|
-
<td>
|
|
719
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
714
|
+
250
|
|
715
|
+
251
|
|
716
|
+
252</pre>
|
|
717
|
+
</td>
|
|
718
|
+
<td>
|
|
719
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 250</span>
|
|
720
720
|
|
|
721
721
|
<span class='kw'>def</span> <span class='id identifier rubyid_deferred'>deferred</span>
|
|
722
722
|
<span class='ivar'>@deferred</span>
|
|
723
|
-
<span class='kw'>end</span></pre>
|
|
724
|
-
</td>
|
|
725
|
-
</tr>
|
|
726
|
-
</table>
|
|
727
|
-
</div>
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
<span id=""></span>
|
|
731
|
-
<div class="method_details ">
|
|
732
|
-
<h3 class="signature " id="node-instance_method">
|
|
733
|
-
|
|
734
|
-
#<strong>node</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
</h3><div class="docstring">
|
|
741
|
-
<div class="discussion">
|
|
723
|
+
<span class='kw'>end</span></pre>
|
|
724
|
+
</td>
|
|
725
|
+
</tr>
|
|
726
|
+
</table>
|
|
727
|
+
</div>
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
<span id=""></span>
|
|
731
|
+
<div class="method_details ">
|
|
732
|
+
<h3 class="signature " id="node-instance_method">
|
|
733
|
+
|
|
734
|
+
#<strong>node</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
</h3><div class="docstring">
|
|
741
|
+
<div class="discussion">
|
|
742
742
|
<p>Returns the value of attribute node</p>
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
</div>
|
|
746
|
-
</div>
|
|
747
|
-
<div class="tags">
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
</div><table class="source_code">
|
|
751
|
-
<tr>
|
|
752
|
-
<td>
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
</div>
|
|
746
|
+
</div>
|
|
747
|
+
<div class="tags">
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
</div><table class="source_code">
|
|
751
|
+
<tr>
|
|
752
|
+
<td>
|
|
753
753
|
<pre class="lines">
|
|
754
754
|
|
|
755
755
|
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
</td>
|
|
760
|
-
<td>
|
|
761
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
756
|
+
245
|
|
757
|
+
246
|
|
758
|
+
247</pre>
|
|
759
|
+
</td>
|
|
760
|
+
<td>
|
|
761
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 245</span>
|
|
762
762
|
|
|
763
763
|
<span class='kw'>def</span> <span class='id identifier rubyid_node'>node</span>
|
|
764
764
|
<span class='ivar'>@node</span>
|
|
765
|
-
<span class='kw'>end</span></pre>
|
|
766
|
-
</td>
|
|
767
|
-
</tr>
|
|
768
|
-
</table>
|
|
769
|
-
</div>
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
<span id=""></span>
|
|
773
|
-
<div class="method_details ">
|
|
774
|
-
<h3 class="signature " id="parent-instance_method">
|
|
775
|
-
|
|
776
|
-
#<strong>parent</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
</h3><div class="docstring">
|
|
783
|
-
<div class="discussion">
|
|
765
|
+
<span class='kw'>end</span></pre>
|
|
766
|
+
</td>
|
|
767
|
+
</tr>
|
|
768
|
+
</table>
|
|
769
|
+
</div>
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
<span id=""></span>
|
|
773
|
+
<div class="method_details ">
|
|
774
|
+
<h3 class="signature " id="parent-instance_method">
|
|
775
|
+
|
|
776
|
+
#<strong>parent</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
</h3><div class="docstring">
|
|
783
|
+
<div class="discussion">
|
|
784
784
|
<p>Returns the value of attribute parent</p>
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
</div>
|
|
788
|
-
</div>
|
|
789
|
-
<div class="tags">
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
</div><table class="source_code">
|
|
793
|
-
<tr>
|
|
794
|
-
<td>
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
</div>
|
|
788
|
+
</div>
|
|
789
|
+
<div class="tags">
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
</div><table class="source_code">
|
|
793
|
+
<tr>
|
|
794
|
+
<td>
|
|
795
795
|
<pre class="lines">
|
|
796
796
|
|
|
797
797
|
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
</td>
|
|
802
|
-
<td>
|
|
803
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
798
|
+
242
|
|
799
|
+
243
|
|
800
|
+
244</pre>
|
|
801
|
+
</td>
|
|
802
|
+
<td>
|
|
803
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 242</span>
|
|
804
804
|
|
|
805
805
|
<span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span>
|
|
806
806
|
<span class='ivar'>@parent</span>
|
|
807
|
-
<span class='kw'>end</span></pre>
|
|
808
|
-
</td>
|
|
809
|
-
</tr>
|
|
810
|
-
</table>
|
|
811
|
-
</div>
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
<span id=""></span>
|
|
815
|
-
<div class="method_details ">
|
|
816
|
-
<h3 class="signature " id="tags-instance_method">
|
|
817
|
-
|
|
818
|
-
#<strong>tags</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
</h3><div class="docstring">
|
|
825
|
-
<div class="discussion">
|
|
807
|
+
<span class='kw'>end</span></pre>
|
|
808
|
+
</td>
|
|
809
|
+
</tr>
|
|
810
|
+
</table>
|
|
811
|
+
</div>
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
<span id=""></span>
|
|
815
|
+
<div class="method_details ">
|
|
816
|
+
<h3 class="signature " id="tags-instance_method">
|
|
817
|
+
|
|
818
|
+
#<strong>tags</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
</h3><div class="docstring">
|
|
825
|
+
<div class="discussion">
|
|
826
826
|
<p>A list of all tags in order of rendering them, which have not been finished yet.</p>
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
</div>
|
|
830
|
-
</div>
|
|
831
|
-
<div class="tags">
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
</div><table class="source_code">
|
|
835
|
-
<tr>
|
|
836
|
-
<td>
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
</div>
|
|
830
|
+
</div>
|
|
831
|
+
<div class="tags">
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
</div><table class="source_code">
|
|
835
|
+
<tr>
|
|
836
|
+
<td>
|
|
837
837
|
<pre class="lines">
|
|
838
838
|
|
|
839
839
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
</td>
|
|
844
|
-
<td>
|
|
845
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
840
|
+
248
|
|
841
|
+
249
|
|
842
|
+
250</pre>
|
|
843
|
+
</td>
|
|
844
|
+
<td>
|
|
845
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 248</span>
|
|
846
846
|
|
|
847
847
|
<span class='kw'>def</span> <span class='id identifier rubyid_tags'>tags</span>
|
|
848
848
|
<span class='ivar'>@tags</span>
|
|
849
|
-
<span class='kw'>end</span></pre>
|
|
850
|
-
</td>
|
|
851
|
-
</tr>
|
|
852
|
-
</table>
|
|
853
|
-
</div>
|
|
854
|
-
|
|
855
|
-
</div>
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
<div id="instance_method_details" class="method_details_list">
|
|
859
|
-
<h2>Instance Method Details</h2>
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
<div class="method_details first">
|
|
863
|
-
<h3 class="signature first" id="[]-instance_method">
|
|
864
|
-
|
|
865
|
-
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
</h3><table class="source_code">
|
|
872
|
-
<tr>
|
|
873
|
-
<td>
|
|
849
|
+
<span class='kw'>end</span></pre>
|
|
850
|
+
</td>
|
|
851
|
+
</tr>
|
|
852
|
+
</table>
|
|
853
|
+
</div>
|
|
854
|
+
|
|
855
|
+
</div>
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
<div id="instance_method_details" class="method_details_list">
|
|
859
|
+
<h2>Instance Method Details</h2>
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
<div class="method_details first">
|
|
863
|
+
<h3 class="signature first" id="[]-instance_method">
|
|
864
|
+
|
|
865
|
+
#<strong>[]</strong>(key) ⇒ <tt>Object</tt>
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
</h3><table class="source_code">
|
|
872
|
+
<tr>
|
|
873
|
+
<td>
|
|
874
874
|
<pre class="lines">
|
|
875
875
|
|
|
876
876
|
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
</td>
|
|
881
|
-
<td>
|
|
882
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
877
|
+
258
|
|
878
|
+
259
|
|
879
|
+
260</pre>
|
|
880
|
+
</td>
|
|
881
|
+
<td>
|
|
882
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 258</span>
|
|
883
883
|
|
|
884
884
|
<span class='kw'>def</span> <span class='op'>[]</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
|
885
885
|
<span class='ivar'>@attributes</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span>
|
|
886
|
-
<span class='kw'>end</span></pre>
|
|
887
|
-
</td>
|
|
888
|
-
</tr>
|
|
889
|
-
</table>
|
|
890
|
-
</div>
|
|
891
|
-
|
|
892
|
-
<div class="method_details ">
|
|
893
|
-
<h3 class="signature " id="call-instance_method">
|
|
894
|
-
|
|
895
|
-
#<strong>call</strong>(document) ⇒ <tt>Object</tt>
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
</h3><table class="source_code">
|
|
902
|
-
<tr>
|
|
903
|
-
<td>
|
|
886
|
+
<span class='kw'>end</span></pre>
|
|
887
|
+
</td>
|
|
888
|
+
</tr>
|
|
889
|
+
</table>
|
|
890
|
+
</div>
|
|
891
|
+
|
|
892
|
+
<div class="method_details ">
|
|
893
|
+
<h3 class="signature " id="call-instance_method">
|
|
894
|
+
|
|
895
|
+
#<strong>call</strong>(document) ⇒ <tt>Object</tt>
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
</h3><table class="source_code">
|
|
902
|
+
<tr>
|
|
903
|
+
<td>
|
|
904
904
|
<pre class="lines">
|
|
905
905
|
|
|
906
906
|
|
|
907
|
-
260
|
|
908
|
-
261
|
|
909
907
|
262
|
|
910
908
|
263
|
|
911
909
|
264
|
|
@@ -915,10 +913,12 @@
|
|
|
915
913
|
268
|
|
916
914
|
269
|
|
917
915
|
270
|
|
918
|
-
271
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
916
|
+
271
|
|
917
|
+
272
|
|
918
|
+
273</pre>
|
|
919
|
+
</td>
|
|
920
|
+
<td>
|
|
921
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 262</span>
|
|
922
922
|
|
|
923
923
|
<span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_document'>document</span><span class='rparen'>)</span>
|
|
924
924
|
<span class='ivar'>@content</span> <span class='op'>=</span> <span class='ivar'>@buffer</span>
|
|
@@ -931,290 +931,290 @@
|
|
|
931
931
|
<span class='kw'>end</span>
|
|
932
932
|
|
|
933
933
|
<span class='kw'>return</span> <span class='ivar'>@buffer</span>
|
|
934
|
-
<span class='kw'>end</span></pre>
|
|
935
|
-
</td>
|
|
936
|
-
</tr>
|
|
937
|
-
</table>
|
|
938
|
-
</div>
|
|
939
|
-
|
|
940
|
-
<div class="method_details ">
|
|
941
|
-
<h3 class="signature " id="defer-instance_method">
|
|
942
|
-
|
|
943
|
-
#<strong>defer</strong>(value = nil, &block) ⇒ <tt>Object</tt>
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
</h3><table class="source_code">
|
|
950
|
-
<tr>
|
|
951
|
-
<td>
|
|
934
|
+
<span class='kw'>end</span></pre>
|
|
935
|
+
</td>
|
|
936
|
+
</tr>
|
|
937
|
+
</table>
|
|
938
|
+
</div>
|
|
939
|
+
|
|
940
|
+
<div class="method_details ">
|
|
941
|
+
<h3 class="signature " id="defer-instance_method">
|
|
942
|
+
|
|
943
|
+
#<strong>defer</strong>(value = nil, &block) ⇒ <tt>Object</tt>
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
</h3><table class="source_code">
|
|
950
|
+
<tr>
|
|
951
|
+
<td>
|
|
952
952
|
<pre class="lines">
|
|
953
953
|
|
|
954
954
|
|
|
955
|
-
250
|
|
956
|
-
251
|
|
957
955
|
252
|
|
958
956
|
253
|
|
959
|
-
254
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
957
|
+
254
|
|
958
|
+
255
|
|
959
|
+
256</pre>
|
|
960
|
+
</td>
|
|
961
|
+
<td>
|
|
962
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 252</span>
|
|
963
963
|
|
|
964
964
|
<span class='kw'>def</span> <span class='id identifier rubyid_defer'>defer</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
965
965
|
<span class='ivar'>@deferred</span> <span class='op'><<</span> <span class='id identifier rubyid_block'>block</span>
|
|
966
966
|
|
|
967
967
|
<span class='const'><span class='object_link'><a href="../../Content.html#Tag-constant" title="Utopia::Content::Tag (constant)">Tag</a></span></span><span class='period'>.</span><span class='id identifier rubyid_closed'>closed</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../Content.html#DEFERRED_TAG_NAME-constant" title="Utopia::Content::DEFERRED_TAG_NAME (constant)">DEFERRED_TAG_NAME</a></span></span><span class='comma'>,</span> <span class='symbol'>:id</span> <span class='op'>=></span> <span class='ivar'>@deferred</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span> <span class='op'>-</span> <span class='int'>1</span><span class='rparen'>)</span>
|
|
968
|
-
<span class='kw'>end</span></pre>
|
|
969
|
-
</td>
|
|
970
|
-
</tr>
|
|
971
|
-
</table>
|
|
972
|
-
</div>
|
|
973
|
-
|
|
974
|
-
<div class="method_details ">
|
|
975
|
-
<h3 class="signature " id="empty?-instance_method">
|
|
976
|
-
|
|
977
|
-
#<strong>empty?</strong> ⇒ <tt>Boolean</tt>
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
</h3><div class="docstring">
|
|
984
|
-
<div class="discussion">
|
|
968
|
+
<span class='kw'>end</span></pre>
|
|
969
|
+
</td>
|
|
970
|
+
</tr>
|
|
971
|
+
</table>
|
|
972
|
+
</div>
|
|
973
|
+
|
|
974
|
+
<div class="method_details ">
|
|
975
|
+
<h3 class="signature " id="empty?-instance_method">
|
|
976
|
+
|
|
977
|
+
#<strong>empty?</strong> ⇒ <tt>Boolean</tt>
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
</h3><div class="docstring">
|
|
984
|
+
<div class="discussion">
|
|
985
985
|
<p>Whether this state has any nested tags.</p>
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
</div>
|
|
989
|
-
</div>
|
|
990
|
-
<div class="tags">
|
|
991
|
-
|
|
992
|
-
<p class="tag_title">Returns:</p>
|
|
993
|
-
<ul class="return">
|
|
994
|
-
|
|
995
|
-
<li>
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
</li>
|
|
1003
|
-
|
|
1004
|
-
</ul>
|
|
1005
|
-
|
|
1006
|
-
</div><table class="source_code">
|
|
1007
|
-
<tr>
|
|
1008
|
-
<td>
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
</div>
|
|
989
|
+
</div>
|
|
990
|
+
<div class="tags">
|
|
991
|
+
|
|
992
|
+
<p class="tag_title">Returns:</p>
|
|
993
|
+
<ul class="return">
|
|
994
|
+
|
|
995
|
+
<li>
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
</li>
|
|
1003
|
+
|
|
1004
|
+
</ul>
|
|
1005
|
+
|
|
1006
|
+
</div><table class="source_code">
|
|
1007
|
+
<tr>
|
|
1008
|
+
<td>
|
|
1009
1009
|
<pre class="lines">
|
|
1010
1010
|
|
|
1011
1011
|
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
</td>
|
|
1016
|
-
<td>
|
|
1017
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
1012
|
+
288
|
|
1013
|
+
289
|
|
1014
|
+
290</pre>
|
|
1015
|
+
</td>
|
|
1016
|
+
<td>
|
|
1017
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 288</span>
|
|
1018
1018
|
|
|
1019
1019
|
<span class='kw'>def</span> <span class='id identifier rubyid_empty?'>empty?</span>
|
|
1020
1020
|
<span class='ivar'>@tags</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
|
1021
|
-
<span class='kw'>end</span></pre>
|
|
1022
|
-
</td>
|
|
1023
|
-
</tr>
|
|
1024
|
-
</table>
|
|
1025
|
-
</div>
|
|
1026
|
-
|
|
1027
|
-
<div class="method_details ">
|
|
1028
|
-
<h3 class="signature " id="tag_begin-instance_method">
|
|
1029
|
-
|
|
1030
|
-
#<strong>tag_begin</strong>(tag) ⇒ <tt>Object</tt>
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
</h3><table class="source_code">
|
|
1037
|
-
<tr>
|
|
1038
|
-
<td>
|
|
1021
|
+
<span class='kw'>end</span></pre>
|
|
1022
|
+
</td>
|
|
1023
|
+
</tr>
|
|
1024
|
+
</table>
|
|
1025
|
+
</div>
|
|
1026
|
+
|
|
1027
|
+
<div class="method_details ">
|
|
1028
|
+
<h3 class="signature " id="tag_begin-instance_method">
|
|
1029
|
+
|
|
1030
|
+
#<strong>tag_begin</strong>(tag) ⇒ <tt>Object</tt>
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
</h3><table class="source_code">
|
|
1037
|
+
<tr>
|
|
1038
|
+
<td>
|
|
1039
1039
|
<pre class="lines">
|
|
1040
1040
|
|
|
1041
1041
|
|
|
1042
|
-
290
|
|
1043
|
-
291
|
|
1044
1042
|
292
|
|
1045
1043
|
293
|
|
1046
1044
|
294
|
|
1047
|
-
295
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1045
|
+
295
|
|
1046
|
+
296
|
|
1047
|
+
297</pre>
|
|
1048
|
+
</td>
|
|
1049
|
+
<td>
|
|
1050
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 292</span>
|
|
1051
1051
|
|
|
1052
1052
|
<span class='kw'>def</span> <span class='id identifier rubyid_tag_begin'>tag_begin</span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
|
|
1053
1053
|
<span class='comment'># raise ArgumentError.new("tag_begin: #{tag} is tag.self_closed?") if tag.self_closed?
|
|
1054
1054
|
</span>
|
|
1055
1055
|
<span class='ivar'>@tags</span> <span class='op'><<</span> <span class='id identifier rubyid_tag'>tag</span>
|
|
1056
1056
|
<span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_write_opening_tag'>write_opening_tag</span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='rparen'>)</span>
|
|
1057
|
-
<span class='kw'>end</span></pre>
|
|
1058
|
-
</td>
|
|
1059
|
-
</tr>
|
|
1060
|
-
</table>
|
|
1061
|
-
</div>
|
|
1062
|
-
|
|
1063
|
-
<div class="method_details ">
|
|
1064
|
-
<h3 class="signature " id="tag_complete-instance_method">
|
|
1065
|
-
|
|
1066
|
-
#<strong>tag_complete</strong>(tag) ⇒ <tt>Object</tt>
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
</h3><table class="source_code">
|
|
1073
|
-
<tr>
|
|
1074
|
-
<td>
|
|
1057
|
+
<span class='kw'>end</span></pre>
|
|
1058
|
+
</td>
|
|
1059
|
+
</tr>
|
|
1060
|
+
</table>
|
|
1061
|
+
</div>
|
|
1062
|
+
|
|
1063
|
+
<div class="method_details ">
|
|
1064
|
+
<h3 class="signature " id="tag_complete-instance_method">
|
|
1065
|
+
|
|
1066
|
+
#<strong>tag_complete</strong>(tag) ⇒ <tt>Object</tt>
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
</h3><table class="source_code">
|
|
1073
|
+
<tr>
|
|
1074
|
+
<td>
|
|
1075
1075
|
<pre class="lines">
|
|
1076
1076
|
|
|
1077
1077
|
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
</td>
|
|
1082
|
-
<td>
|
|
1083
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
1078
|
+
283
|
|
1079
|
+
284
|
|
1080
|
+
285</pre>
|
|
1081
|
+
</td>
|
|
1082
|
+
<td>
|
|
1083
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 283</span>
|
|
1084
1084
|
|
|
1085
1085
|
<span class='kw'>def</span> <span class='id identifier rubyid_tag_complete'>tag_complete</span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
|
|
1086
1086
|
<span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='rparen'>)</span>
|
|
1087
|
-
<span class='kw'>end</span></pre>
|
|
1088
|
-
</td>
|
|
1089
|
-
</tr>
|
|
1090
|
-
</table>
|
|
1091
|
-
</div>
|
|
1092
|
-
|
|
1093
|
-
<div class="method_details ">
|
|
1094
|
-
<h3 class="signature " id="tag_end-instance_method">
|
|
1095
|
-
|
|
1096
|
-
#<strong>tag_end</strong>(tag) ⇒ <tt>Object</tt>
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
</h3><div class="docstring">
|
|
1103
|
-
<div class="discussion">
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
</div>
|
|
1108
|
-
</div>
|
|
1109
|
-
<div class="tags">
|
|
1110
|
-
|
|
1111
|
-
<p class="tag_title">Raises:</p>
|
|
1112
|
-
<ul class="raise">
|
|
1113
|
-
|
|
1114
|
-
<li>
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
<span class='type'>(<tt><span class='object_link'><a href="../UnbalancedTagError.html" title="Utopia::Content::UnbalancedTagError (class)">UnbalancedTagError</a></span></tt>)</span>
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
</li>
|
|
1122
|
-
|
|
1123
|
-
</ul>
|
|
1124
|
-
|
|
1125
|
-
</div><table class="source_code">
|
|
1126
|
-
<tr>
|
|
1127
|
-
<td>
|
|
1087
|
+
<span class='kw'>end</span></pre>
|
|
1088
|
+
</td>
|
|
1089
|
+
</tr>
|
|
1090
|
+
</table>
|
|
1091
|
+
</div>
|
|
1092
|
+
|
|
1093
|
+
<div class="method_details ">
|
|
1094
|
+
<h3 class="signature " id="tag_end-instance_method">
|
|
1095
|
+
|
|
1096
|
+
#<strong>tag_end</strong>(tag) ⇒ <tt>Object</tt>
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
</h3><div class="docstring">
|
|
1103
|
+
<div class="discussion">
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
</div>
|
|
1108
|
+
</div>
|
|
1109
|
+
<div class="tags">
|
|
1110
|
+
|
|
1111
|
+
<p class="tag_title">Raises:</p>
|
|
1112
|
+
<ul class="raise">
|
|
1113
|
+
|
|
1114
|
+
<li>
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
<span class='type'>(<tt><span class='object_link'><a href="../UnbalancedTagError.html" title="Utopia::Content::UnbalancedTagError (class)">UnbalancedTagError</a></span></tt>)</span>
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
</li>
|
|
1122
|
+
|
|
1123
|
+
</ul>
|
|
1124
|
+
|
|
1125
|
+
</div><table class="source_code">
|
|
1126
|
+
<tr>
|
|
1127
|
+
<td>
|
|
1128
1128
|
<pre class="lines">
|
|
1129
1129
|
|
|
1130
1130
|
|
|
1131
|
-
297
|
|
1132
|
-
298
|
|
1133
1131
|
299
|
|
1134
|
-
300
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1132
|
+
300
|
|
1133
|
+
301
|
|
1134
|
+
302</pre>
|
|
1135
|
+
</td>
|
|
1136
|
+
<td>
|
|
1137
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 299</span>
|
|
1138
1138
|
|
|
1139
1139
|
<span class='kw'>def</span> <span class='id identifier rubyid_tag_end'>tag_end</span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
|
|
1140
1140
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'><span class='object_link'><a href="../UnbalancedTagError.html" title="Utopia::Content::UnbalancedTagError (class)">UnbalancedTagError</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../UnbalancedTagError.html#initialize-instance_method" title="Utopia::Content::UnbalancedTagError#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='ivar'>@tags</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span>
|
|
1141
1141
|
<span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_write_closing_tag'>write_closing_tag</span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='rparen'>)</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="text-instance_method">
|
|
1150
|
-
|
|
1151
|
-
#<strong>text</strong>(string) ⇒ <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="text-instance_method">
|
|
1150
|
+
|
|
1151
|
+
#<strong>text</strong>(string) ⇒ <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
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
</td>
|
|
1167
|
-
<td>
|
|
1168
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
1163
|
+
279
|
|
1164
|
+
280
|
|
1165
|
+
281</pre>
|
|
1166
|
+
</td>
|
|
1167
|
+
<td>
|
|
1168
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 279</span>
|
|
1169
1169
|
|
|
1170
1170
|
<span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
1171
1171
|
<span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Markup</span><span class='period'>.</span><span class='id identifier rubyid_append'>append</span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='comma'>,</span> <span class='id identifier rubyid_string'>string</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="write-instance_method">
|
|
1180
|
-
|
|
1181
|
-
#<strong>write</strong>(string) ⇒ <tt>Object</tt>
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
</h3><table class="source_code">
|
|
1188
|
-
<tr>
|
|
1189
|
-
<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="write-instance_method">
|
|
1180
|
+
|
|
1181
|
+
#<strong>write</strong>(string) ⇒ <tt>Object</tt>
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
</h3><table class="source_code">
|
|
1188
|
+
<tr>
|
|
1189
|
+
<td>
|
|
1190
1190
|
<pre class="lines">
|
|
1191
1191
|
|
|
1192
1192
|
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
</td>
|
|
1197
|
-
<td>
|
|
1198
|
-
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line
|
|
1193
|
+
275
|
|
1194
|
+
276
|
|
1195
|
+
277</pre>
|
|
1196
|
+
</td>
|
|
1197
|
+
<td>
|
|
1198
|
+
<pre class="code"><span class="info file"># File 'lib/utopia/content/document.rb', line 275</span>
|
|
1199
1199
|
|
|
1200
1200
|
<span class='kw'>def</span> <span class='id identifier rubyid_write'>write</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
1201
1201
|
<span class='ivar'>@buffer</span> <span class='op'><<</span> <span class='id identifier rubyid_string'>string</span>
|
|
1202
|
-
<span class='kw'>end</span></pre>
|
|
1203
|
-
</td>
|
|
1204
|
-
</tr>
|
|
1205
|
-
</table>
|
|
1206
|
-
</div>
|
|
1207
|
-
|
|
1208
|
-
</div>
|
|
1209
|
-
|
|
1210
|
-
</div>
|
|
1211
|
-
|
|
1212
|
-
<div id="footer">
|
|
1213
|
-
Generated on Sat Mar
|
|
1214
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1215
|
-
0.9.
|
|
1216
|
-
</div>
|
|
1217
|
-
|
|
1218
|
-
</div>
|
|
1219
|
-
</body>
|
|
1202
|
+
<span class='kw'>end</span></pre>
|
|
1203
|
+
</td>
|
|
1204
|
+
</tr>
|
|
1205
|
+
</table>
|
|
1206
|
+
</div>
|
|
1207
|
+
|
|
1208
|
+
</div>
|
|
1209
|
+
|
|
1210
|
+
</div>
|
|
1211
|
+
|
|
1212
|
+
<div id="footer">
|
|
1213
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
1214
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1215
|
+
0.9.18 (ruby-2.6.1).
|
|
1216
|
+
</div>
|
|
1217
|
+
|
|
1218
|
+
</div>
|
|
1219
|
+
</body>
|
|
1220
1220
|
</html>
|