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,454 +1,454 @@
|
|
|
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::MarkupParser
|
|
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::MarkupParser";
|
|
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 (M)</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">MarkupParser</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::MarkupParser
|
|
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::MarkupParser</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/markup.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::MarkupParser
|
|
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::MarkupParser";
|
|
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 (M)</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">MarkupParser</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::MarkupParser
|
|
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::MarkupParser</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/markup.rb</dd>
|
|
98
|
+
</dl>
|
|
99
|
+
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<h2>Overview</h2><div class="docstring">
|
|
103
|
+
<div class="discussion">
|
|
104
104
|
<p>Provides a high level interface for parsing markup.</p>
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
<div class="tags">
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</div><h2>Defined Under Namespace</h2>
|
|
113
|
-
<p class="children">
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="MarkupParser/ParsedTag.html" title="Utopia::Content::MarkupParser::ParsedTag (class)">ParsedTag</a></span>, <span class='object_link'><a href="MarkupParser/UnbalancedTagError.html" title="Utopia::Content::MarkupParser::UnbalancedTagError (class)">UnbalancedTagError</a></span>
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</p>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
<h2>
|
|
131
|
-
Class Method Summary
|
|
132
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
133
|
-
</h2>
|
|
134
|
-
|
|
135
|
-
<ul class="summary">
|
|
136
|
-
|
|
137
|
-
<li class="public ">
|
|
138
|
-
<span class="summary_signature">
|
|
139
|
-
|
|
140
|
-
<a href="#parse-class_method" title="parse (class method)">.<strong>parse</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ Object </a>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
</span>
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tags">
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div><h2>Defined Under Namespace</h2>
|
|
113
|
+
<p class="children">
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="MarkupParser/ParsedTag.html" title="Utopia::Content::MarkupParser::ParsedTag (class)">ParsedTag</a></span>, <span class='object_link'><a href="MarkupParser/UnbalancedTagError.html" title="Utopia::Content::MarkupParser::UnbalancedTagError (class)">UnbalancedTagError</a></span>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
</p>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
<h2>
|
|
131
|
+
Class Method Summary
|
|
132
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
133
|
+
</h2>
|
|
134
|
+
|
|
135
|
+
<ul class="summary">
|
|
136
|
+
|
|
137
|
+
<li class="public ">
|
|
138
|
+
<span class="summary_signature">
|
|
139
|
+
|
|
140
|
+
<a href="#parse-class_method" title="parse (class method)">.<strong>parse</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ Object </a>
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
</span>
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
154
|
<span class="summary_desc"><div class='inline'>
|
|
155
|
-
</div></span>
|
|
156
|
-
|
|
157
|
-
</li>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
</ul>
|
|
161
|
-
|
|
162
|
-
<h2>
|
|
163
|
-
Instance Method Summary
|
|
164
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
165
|
-
</h2>
|
|
166
|
-
|
|
167
|
-
<ul class="summary">
|
|
168
|
-
|
|
169
|
-
<li class="public ">
|
|
170
|
-
<span class="summary_signature">
|
|
171
|
-
|
|
172
|
-
<a href="#attribute-instance_method" title="#attribute (instance method)">#<strong>attribute</strong>(key, value) ⇒ Object </a>
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
</span>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
155
|
+
</div></span>
|
|
156
|
+
|
|
157
|
+
</li>
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
</ul>
|
|
161
|
+
|
|
162
|
+
<h2>
|
|
163
|
+
Instance Method Summary
|
|
164
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
165
|
+
</h2>
|
|
166
|
+
|
|
167
|
+
<ul class="summary">
|
|
168
|
+
|
|
169
|
+
<li class="public ">
|
|
170
|
+
<span class="summary_signature">
|
|
171
|
+
|
|
172
|
+
<a href="#attribute-instance_method" title="#attribute (instance method)">#<strong>attribute</strong>(key, value) ⇒ Object </a>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
</span>
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
186
|
<span class="summary_desc"><div class='inline'>
|
|
187
|
-
</div></span>
|
|
188
|
-
|
|
189
|
-
</li>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
<li class="public ">
|
|
193
|
-
<span class="summary_signature">
|
|
194
|
-
|
|
195
|
-
<a href="#cdata-instance_method" title="#cdata (instance method)">#<strong>cdata</strong>(string) ⇒ Object </a>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
</span>
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
187
|
+
</div></span>
|
|
188
|
+
|
|
189
|
+
</li>
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
<li class="public ">
|
|
193
|
+
<span class="summary_signature">
|
|
194
|
+
|
|
195
|
+
<a href="#cdata-instance_method" title="#cdata (instance method)">#<strong>cdata</strong>(string) ⇒ Object </a>
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
</span>
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
209
|
<span class="summary_desc"><div class='inline'>
|
|
210
|
-
</div></span>
|
|
211
|
-
|
|
212
|
-
</li>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
<li class="public ">
|
|
216
|
-
<span class="summary_signature">
|
|
217
|
-
|
|
218
|
-
<a href="#close_tag-instance_method" title="#close_tag (instance method)">#<strong>close_tag</strong>(name, offset) ⇒ Object </a>
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
</span>
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
210
|
+
</div></span>
|
|
211
|
+
|
|
212
|
+
</li>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
<li class="public ">
|
|
216
|
+
<span class="summary_signature">
|
|
217
|
+
|
|
218
|
+
<a href="#close_tag-instance_method" title="#close_tag (instance method)">#<strong>close_tag</strong>(name, offset) ⇒ Object </a>
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
</span>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
232
|
<span class="summary_desc"><div class='inline'>
|
|
233
|
-
</div></span>
|
|
234
|
-
|
|
235
|
-
</li>
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
<li class="public ">
|
|
239
|
-
<span class="summary_signature">
|
|
240
|
-
|
|
241
|
-
<a href="#comment-instance_method" title="#comment (instance method)">#<strong>comment</strong>(string) ⇒ Object </a>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
</span>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
233
|
+
</div></span>
|
|
234
|
+
|
|
235
|
+
</li>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
<li class="public ">
|
|
239
|
+
<span class="summary_signature">
|
|
240
|
+
|
|
241
|
+
<a href="#comment-instance_method" title="#comment (instance method)">#<strong>comment</strong>(string) ⇒ Object </a>
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
</span>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
255
|
<span class="summary_desc"><div class='inline'>
|
|
256
|
-
</div></span>
|
|
257
|
-
|
|
258
|
-
</li>
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
<li class="public ">
|
|
262
|
-
<span class="summary_signature">
|
|
263
|
-
|
|
264
|
-
<a href="#doctype-instance_method" title="#doctype (instance method)">#<strong>doctype</strong>(string) ⇒ Object </a>
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
</span>
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
256
|
+
</div></span>
|
|
257
|
+
|
|
258
|
+
</li>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
<li class="public ">
|
|
262
|
+
<span class="summary_signature">
|
|
263
|
+
|
|
264
|
+
<a href="#doctype-instance_method" title="#doctype (instance method)">#<strong>doctype</strong>(string) ⇒ Object </a>
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
</span>
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
278
|
<span class="summary_desc"><div class='inline'>
|
|
279
|
-
</div></span>
|
|
280
|
-
|
|
281
|
-
</li>
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
<li class="public ">
|
|
285
|
-
<span class="summary_signature">
|
|
286
|
-
|
|
287
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ MarkupParser </a>
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
</span>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
<span class="note title constructor">constructor</span>
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
279
|
+
</div></span>
|
|
280
|
+
|
|
281
|
+
</li>
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
<li class="public ">
|
|
285
|
+
<span class="summary_signature">
|
|
286
|
+
|
|
287
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ MarkupParser </a>
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
</span>
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
<span class="note title constructor">constructor</span>
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
303
|
<span class="summary_desc"><div class='inline'><p>A new instance of MarkupParser.</p>
|
|
304
|
-
</div></span>
|
|
305
|
-
|
|
306
|
-
</li>
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
<li class="public ">
|
|
310
|
-
<span class="summary_signature">
|
|
311
|
-
|
|
312
|
-
<a href="#instruction-instance_method" title="#instruction (instance method)">#<strong>instruction</strong>(string) ⇒ Object </a>
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
</span>
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
304
|
+
</div></span>
|
|
305
|
+
|
|
306
|
+
</li>
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
<li class="public ">
|
|
310
|
+
<span class="summary_signature">
|
|
311
|
+
|
|
312
|
+
<a href="#instruction-instance_method" title="#instruction (instance method)">#<strong>instruction</strong>(string) ⇒ Object </a>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
</span>
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
326
|
<span class="summary_desc"><div class='inline'>
|
|
327
|
-
</div></span>
|
|
328
|
-
|
|
329
|
-
</li>
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
<li class="public ">
|
|
333
|
-
<span class="summary_signature">
|
|
334
|
-
|
|
335
|
-
<a href="#open_tag_begin-instance_method" title="#open_tag_begin (instance method)">#<strong>open_tag_begin</strong>(name, offset) ⇒ Object </a>
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
</span>
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
327
|
+
</div></span>
|
|
328
|
+
|
|
329
|
+
</li>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
<li class="public ">
|
|
333
|
+
<span class="summary_signature">
|
|
334
|
+
|
|
335
|
+
<a href="#open_tag_begin-instance_method" title="#open_tag_begin (instance method)">#<strong>open_tag_begin</strong>(name, offset) ⇒ Object </a>
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
</span>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
349
|
<span class="summary_desc"><div class='inline'>
|
|
350
|
-
</div></span>
|
|
351
|
-
|
|
352
|
-
</li>
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
<li class="public ">
|
|
356
|
-
<span class="summary_signature">
|
|
357
|
-
|
|
358
|
-
<a href="#open_tag_end-instance_method" title="#open_tag_end (instance method)">#<strong>open_tag_end</strong>(self_closing) ⇒ Object </a>
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
</span>
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
350
|
+
</div></span>
|
|
351
|
+
|
|
352
|
+
</li>
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
<li class="public ">
|
|
356
|
+
<span class="summary_signature">
|
|
357
|
+
|
|
358
|
+
<a href="#open_tag_end-instance_method" title="#open_tag_end (instance method)">#<strong>open_tag_end</strong>(self_closing) ⇒ Object </a>
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
</span>
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
372
|
<span class="summary_desc"><div class='inline'>
|
|
373
|
-
</div></span>
|
|
374
|
-
|
|
375
|
-
</li>
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
<li class="public ">
|
|
379
|
-
<span class="summary_signature">
|
|
380
|
-
|
|
381
|
-
<a href="#parse!-instance_method" title="#parse! (instance method)">#<strong>parse!</strong> ⇒ Object </a>
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
</span>
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
373
|
+
</div></span>
|
|
374
|
+
|
|
375
|
+
</li>
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
<li class="public ">
|
|
379
|
+
<span class="summary_signature">
|
|
380
|
+
|
|
381
|
+
<a href="#parse!-instance_method" title="#parse! (instance method)">#<strong>parse!</strong> ⇒ Object </a>
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
</span>
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
395
|
<span class="summary_desc"><div class='inline'>
|
|
396
|
-
</div></span>
|
|
397
|
-
|
|
398
|
-
</li>
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
<li class="public ">
|
|
402
|
-
<span class="summary_signature">
|
|
403
|
-
|
|
404
|
-
<a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong>(string) ⇒ Object </a>
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
</span>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
396
|
+
</div></span>
|
|
397
|
+
|
|
398
|
+
</li>
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
<li class="public ">
|
|
402
|
+
<span class="summary_signature">
|
|
403
|
+
|
|
404
|
+
<a href="#text-instance_method" title="#text (instance method)">#<strong>text</strong>(string) ⇒ Object </a>
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
</span>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
418
|
<span class="summary_desc"><div class='inline'>
|
|
419
|
-
</div></span>
|
|
420
|
-
|
|
421
|
-
</li>
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
</ul>
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
<div id="constructor_details" class="method_details_list">
|
|
428
|
-
<h2>Constructor Details</h2>
|
|
429
|
-
|
|
430
|
-
<div class="method_details first">
|
|
431
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
432
|
-
|
|
433
|
-
#<strong>initialize</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::MarkupParser (class)">MarkupParser</a></span></tt>
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
</h3><div class="docstring">
|
|
440
|
-
<div class="discussion">
|
|
419
|
+
</div></span>
|
|
420
|
+
|
|
421
|
+
</li>
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
</ul>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
<div id="constructor_details" class="method_details_list">
|
|
428
|
+
<h2>Constructor Details</h2>
|
|
429
|
+
|
|
430
|
+
<div class="method_details first">
|
|
431
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
432
|
+
|
|
433
|
+
#<strong>initialize</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::MarkupParser (class)">MarkupParser</a></span></tt>
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
</h3><div class="docstring">
|
|
440
|
+
<div class="discussion">
|
|
441
441
|
<p>Returns a new instance of MarkupParser</p>
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
</div>
|
|
445
|
-
</div>
|
|
446
|
-
<div class="tags">
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
</div><table class="source_code">
|
|
450
|
-
<tr>
|
|
451
|
-
<td>
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
</div>
|
|
445
|
+
</div>
|
|
446
|
+
<div class="tags">
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
</div><table class="source_code">
|
|
450
|
+
<tr>
|
|
451
|
+
<td>
|
|
452
452
|
<pre class="lines">
|
|
453
453
|
|
|
454
454
|
|
|
@@ -460,9 +460,9 @@
|
|
|
460
460
|
114
|
|
461
461
|
115
|
|
462
462
|
116
|
|
463
|
-
117</pre>
|
|
464
|
-
</td>
|
|
465
|
-
<td>
|
|
463
|
+
117</pre>
|
|
464
|
+
</td>
|
|
465
|
+
<td>
|
|
466
466
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 109</span>
|
|
467
467
|
|
|
468
468
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_buffer'>buffer</span><span class='comma'>,</span> <span class='id identifier rubyid_delegate'>delegate</span><span class='comma'>,</span> <span class='id identifier rubyid_entities'>entities</span> <span class='op'>=</span> <span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Entities</span><span class='op'>::</span><span class='const'>HTML5</span><span class='rparen'>)</span>
|
|
@@ -473,31 +473,31 @@
|
|
|
473
473
|
|
|
474
474
|
<span class='ivar'>@current</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
|
475
475
|
<span class='ivar'>@stack</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
|
476
|
-
<span class='kw'>end</span></pre>
|
|
477
|
-
</td>
|
|
478
|
-
</tr>
|
|
479
|
-
</table>
|
|
480
|
-
</div>
|
|
481
|
-
|
|
482
|
-
</div>
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
<div id="class_method_details" class="method_details_list">
|
|
486
|
-
<h2>Class Method Details</h2>
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
<div class="method_details first">
|
|
490
|
-
<h3 class="signature first" id="parse-class_method">
|
|
491
|
-
|
|
492
|
-
.<strong>parse</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ <tt>Object</tt>
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
</h3><table class="source_code">
|
|
499
|
-
<tr>
|
|
500
|
-
<td>
|
|
476
|
+
<span class='kw'>end</span></pre>
|
|
477
|
+
</td>
|
|
478
|
+
</tr>
|
|
479
|
+
</table>
|
|
480
|
+
</div>
|
|
481
|
+
|
|
482
|
+
</div>
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
<div id="class_method_details" class="method_details_list">
|
|
486
|
+
<h2>Class Method Details</h2>
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
<div class="method_details first">
|
|
490
|
+
<h3 class="signature first" id="parse-class_method">
|
|
491
|
+
|
|
492
|
+
.<strong>parse</strong>(buffer, delegate, entities = Trenni::Entities::HTML5) ⇒ <tt>Object</tt>
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
</h3><table class="source_code">
|
|
499
|
+
<tr>
|
|
500
|
+
<td>
|
|
501
501
|
<pre class="lines">
|
|
502
502
|
|
|
503
503
|
|
|
@@ -506,9 +506,9 @@
|
|
|
506
506
|
104
|
|
507
507
|
105
|
|
508
508
|
106
|
|
509
|
-
107</pre>
|
|
510
|
-
</td>
|
|
511
|
-
<td>
|
|
509
|
+
107</pre>
|
|
510
|
+
</td>
|
|
511
|
+
<td>
|
|
512
512
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 102</span>
|
|
513
513
|
|
|
514
514
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_buffer'>buffer</span><span class='comma'>,</span> <span class='id identifier rubyid_delegate'>delegate</span><span class='comma'>,</span> <span class='id identifier rubyid_entities'>entities</span> <span class='op'>=</span> <span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Entities</span><span class='op'>::</span><span class='const'>HTML5</span><span class='rparen'>)</span>
|
|
@@ -516,90 +516,90 @@
|
|
|
516
516
|
</span> <span class='id identifier rubyid_buffer'>buffer</span> <span class='op'>=</span> <span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Buffer</span><span class='lparen'>(</span><span class='id identifier rubyid_buffer'>buffer</span><span class='rparen'>)</span>
|
|
517
517
|
|
|
518
518
|
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_buffer'>buffer</span><span class='comma'>,</span> <span class='id identifier rubyid_delegate'>delegate</span><span class='comma'>,</span> <span class='id identifier rubyid_entities'>entities</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_parse!'>parse!</span>
|
|
519
|
-
<span class='kw'>end</span></pre>
|
|
520
|
-
</td>
|
|
521
|
-
</tr>
|
|
522
|
-
</table>
|
|
523
|
-
</div>
|
|
524
|
-
|
|
525
|
-
</div>
|
|
526
|
-
|
|
527
|
-
<div id="instance_method_details" class="method_details_list">
|
|
528
|
-
<h2>Instance Method Details</h2>
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
<div class="method_details first">
|
|
532
|
-
<h3 class="signature first" id="attribute-instance_method">
|
|
533
|
-
|
|
534
|
-
#<strong>attribute</strong>(key, value) ⇒ <tt>Object</tt>
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
</h3><table class="source_code">
|
|
541
|
-
<tr>
|
|
542
|
-
<td>
|
|
519
|
+
<span class='kw'>end</span></pre>
|
|
520
|
+
</td>
|
|
521
|
+
</tr>
|
|
522
|
+
</table>
|
|
523
|
+
</div>
|
|
524
|
+
|
|
525
|
+
</div>
|
|
526
|
+
|
|
527
|
+
<div id="instance_method_details" class="method_details_list">
|
|
528
|
+
<h2>Instance Method Details</h2>
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
<div class="method_details first">
|
|
532
|
+
<h3 class="signature first" id="attribute-instance_method">
|
|
533
|
+
|
|
534
|
+
#<strong>attribute</strong>(key, value) ⇒ <tt>Object</tt>
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
</h3><table class="source_code">
|
|
541
|
+
<tr>
|
|
542
|
+
<td>
|
|
543
543
|
<pre class="lines">
|
|
544
544
|
|
|
545
545
|
|
|
546
546
|
131
|
|
547
547
|
132
|
|
548
|
-
133</pre>
|
|
549
|
-
</td>
|
|
550
|
-
<td>
|
|
548
|
+
133</pre>
|
|
549
|
+
</td>
|
|
550
|
+
<td>
|
|
551
551
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 131</span>
|
|
552
552
|
|
|
553
553
|
<span class='kw'>def</span> <span class='id identifier rubyid_attribute'>attribute</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
|
554
554
|
<span class='ivar'>@current</span><span class='period'>.</span><span class='id identifier rubyid_tag'>tag</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
|
|
555
|
-
<span class='kw'>end</span></pre>
|
|
556
|
-
</td>
|
|
557
|
-
</tr>
|
|
558
|
-
</table>
|
|
559
|
-
</div>
|
|
560
|
-
|
|
561
|
-
<div class="method_details ">
|
|
562
|
-
<h3 class="signature " id="cdata-instance_method">
|
|
563
|
-
|
|
564
|
-
#<strong>cdata</strong>(string) ⇒ <tt>Object</tt>
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
</h3><table class="source_code">
|
|
571
|
-
<tr>
|
|
572
|
-
<td>
|
|
555
|
+
<span class='kw'>end</span></pre>
|
|
556
|
+
</td>
|
|
557
|
+
</tr>
|
|
558
|
+
</table>
|
|
559
|
+
</div>
|
|
560
|
+
|
|
561
|
+
<div class="method_details ">
|
|
562
|
+
<h3 class="signature " id="cdata-instance_method">
|
|
563
|
+
|
|
564
|
+
#<strong>cdata</strong>(string) ⇒ <tt>Object</tt>
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
</h3><table class="source_code">
|
|
571
|
+
<tr>
|
|
572
|
+
<td>
|
|
573
573
|
<pre class="lines">
|
|
574
574
|
|
|
575
575
|
|
|
576
576
|
170
|
|
577
577
|
171
|
|
578
|
-
172</pre>
|
|
579
|
-
</td>
|
|
580
|
-
<td>
|
|
578
|
+
172</pre>
|
|
579
|
+
</td>
|
|
580
|
+
<td>
|
|
581
581
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 170</span>
|
|
582
582
|
|
|
583
583
|
<span class='kw'>def</span> <span class='id identifier rubyid_cdata'>cdata</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
584
584
|
<span class='ivar'>@delegate</span><span class='period'>.</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>
|
|
585
|
-
<span class='kw'>end</span></pre>
|
|
586
|
-
</td>
|
|
587
|
-
</tr>
|
|
588
|
-
</table>
|
|
589
|
-
</div>
|
|
590
|
-
|
|
591
|
-
<div class="method_details ">
|
|
592
|
-
<h3 class="signature " id="close_tag-instance_method">
|
|
593
|
-
|
|
594
|
-
#<strong>close_tag</strong>(name, offset) ⇒ <tt>Object</tt>
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
</h3><table class="source_code">
|
|
601
|
-
<tr>
|
|
602
|
-
<td>
|
|
585
|
+
<span class='kw'>end</span></pre>
|
|
586
|
+
</td>
|
|
587
|
+
</tr>
|
|
588
|
+
</table>
|
|
589
|
+
</div>
|
|
590
|
+
|
|
591
|
+
<div class="method_details ">
|
|
592
|
+
<h3 class="signature " id="close_tag-instance_method">
|
|
593
|
+
|
|
594
|
+
#<strong>close_tag</strong>(name, offset) ⇒ <tt>Object</tt>
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
</h3><table class="source_code">
|
|
601
|
+
<tr>
|
|
602
|
+
<td>
|
|
603
603
|
<pre class="lines">
|
|
604
604
|
|
|
605
605
|
|
|
@@ -612,9 +612,9 @@
|
|
|
612
612
|
153
|
|
613
613
|
154
|
|
614
614
|
155
|
|
615
|
-
156</pre>
|
|
616
|
-
</td>
|
|
617
|
-
<td>
|
|
615
|
+
156</pre>
|
|
616
|
+
</td>
|
|
617
|
+
<td>
|
|
618
618
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 147</span>
|
|
619
619
|
|
|
620
620
|
<span class='kw'>def</span> <span class='id identifier rubyid_close_tag'>close_tag</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_offset'>offset</span><span class='rparen'>)</span>
|
|
@@ -626,144 +626,144 @@
|
|
|
626
626
|
<span class='kw'>end</span>
|
|
627
627
|
|
|
628
628
|
<span class='ivar'>@delegate</span><span class='period'>.</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>
|
|
629
|
-
<span class='kw'>end</span></pre>
|
|
630
|
-
</td>
|
|
631
|
-
</tr>
|
|
632
|
-
</table>
|
|
633
|
-
</div>
|
|
634
|
-
|
|
635
|
-
<div class="method_details ">
|
|
636
|
-
<h3 class="signature " id="comment-instance_method">
|
|
637
|
-
|
|
638
|
-
#<strong>comment</strong>(string) ⇒ <tt>Object</tt>
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
</h3><table class="source_code">
|
|
645
|
-
<tr>
|
|
646
|
-
<td>
|
|
629
|
+
<span class='kw'>end</span></pre>
|
|
630
|
+
</td>
|
|
631
|
+
</tr>
|
|
632
|
+
</table>
|
|
633
|
+
</div>
|
|
634
|
+
|
|
635
|
+
<div class="method_details ">
|
|
636
|
+
<h3 class="signature " id="comment-instance_method">
|
|
637
|
+
|
|
638
|
+
#<strong>comment</strong>(string) ⇒ <tt>Object</tt>
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
</h3><table class="source_code">
|
|
645
|
+
<tr>
|
|
646
|
+
<td>
|
|
647
647
|
<pre class="lines">
|
|
648
648
|
|
|
649
649
|
|
|
650
650
|
162
|
|
651
651
|
163
|
|
652
|
-
164</pre>
|
|
653
|
-
</td>
|
|
654
|
-
<td>
|
|
652
|
+
164</pre>
|
|
653
|
+
</td>
|
|
654
|
+
<td>
|
|
655
655
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 162</span>
|
|
656
656
|
|
|
657
657
|
<span class='kw'>def</span> <span class='id identifier rubyid_comment'>comment</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
658
658
|
<span class='ivar'>@delegate</span><span class='period'>.</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>
|
|
659
|
-
<span class='kw'>end</span></pre>
|
|
660
|
-
</td>
|
|
661
|
-
</tr>
|
|
662
|
-
</table>
|
|
663
|
-
</div>
|
|
664
|
-
|
|
665
|
-
<div class="method_details ">
|
|
666
|
-
<h3 class="signature " id="doctype-instance_method">
|
|
667
|
-
|
|
668
|
-
#<strong>doctype</strong>(string) ⇒ <tt>Object</tt>
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
</h3><table class="source_code">
|
|
675
|
-
<tr>
|
|
676
|
-
<td>
|
|
659
|
+
<span class='kw'>end</span></pre>
|
|
660
|
+
</td>
|
|
661
|
+
</tr>
|
|
662
|
+
</table>
|
|
663
|
+
</div>
|
|
664
|
+
|
|
665
|
+
<div class="method_details ">
|
|
666
|
+
<h3 class="signature " id="doctype-instance_method">
|
|
667
|
+
|
|
668
|
+
#<strong>doctype</strong>(string) ⇒ <tt>Object</tt>
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
</h3><table class="source_code">
|
|
675
|
+
<tr>
|
|
676
|
+
<td>
|
|
677
677
|
<pre class="lines">
|
|
678
678
|
|
|
679
679
|
|
|
680
680
|
158
|
|
681
681
|
159
|
|
682
|
-
160</pre>
|
|
683
|
-
</td>
|
|
684
|
-
<td>
|
|
682
|
+
160</pre>
|
|
683
|
+
</td>
|
|
684
|
+
<td>
|
|
685
685
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 158</span>
|
|
686
686
|
|
|
687
687
|
<span class='kw'>def</span> <span class='id identifier rubyid_doctype'>doctype</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
688
688
|
<span class='ivar'>@delegate</span><span class='period'>.</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>
|
|
689
|
-
<span class='kw'>end</span></pre>
|
|
690
|
-
</td>
|
|
691
|
-
</tr>
|
|
692
|
-
</table>
|
|
693
|
-
</div>
|
|
694
|
-
|
|
695
|
-
<div class="method_details ">
|
|
696
|
-
<h3 class="signature " id="instruction-instance_method">
|
|
697
|
-
|
|
698
|
-
#<strong>instruction</strong>(string) ⇒ <tt>Object</tt>
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
</h3><table class="source_code">
|
|
705
|
-
<tr>
|
|
706
|
-
<td>
|
|
689
|
+
<span class='kw'>end</span></pre>
|
|
690
|
+
</td>
|
|
691
|
+
</tr>
|
|
692
|
+
</table>
|
|
693
|
+
</div>
|
|
694
|
+
|
|
695
|
+
<div class="method_details ">
|
|
696
|
+
<h3 class="signature " id="instruction-instance_method">
|
|
697
|
+
|
|
698
|
+
#<strong>instruction</strong>(string) ⇒ <tt>Object</tt>
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
</h3><table class="source_code">
|
|
705
|
+
<tr>
|
|
706
|
+
<td>
|
|
707
707
|
<pre class="lines">
|
|
708
708
|
|
|
709
709
|
|
|
710
710
|
166
|
|
711
711
|
167
|
|
712
|
-
168</pre>
|
|
713
|
-
</td>
|
|
714
|
-
<td>
|
|
712
|
+
168</pre>
|
|
713
|
+
</td>
|
|
714
|
+
<td>
|
|
715
715
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 166</span>
|
|
716
716
|
|
|
717
717
|
<span class='kw'>def</span> <span class='id identifier rubyid_instruction'>instruction</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
718
718
|
<span class='ivar'>@delegate</span><span class='period'>.</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>
|
|
719
|
-
<span class='kw'>end</span></pre>
|
|
720
|
-
</td>
|
|
721
|
-
</tr>
|
|
722
|
-
</table>
|
|
723
|
-
</div>
|
|
724
|
-
|
|
725
|
-
<div class="method_details ">
|
|
726
|
-
<h3 class="signature " id="open_tag_begin-instance_method">
|
|
727
|
-
|
|
728
|
-
#<strong>open_tag_begin</strong>(name, offset) ⇒ <tt>Object</tt>
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
</h3><table class="source_code">
|
|
735
|
-
<tr>
|
|
736
|
-
<td>
|
|
719
|
+
<span class='kw'>end</span></pre>
|
|
720
|
+
</td>
|
|
721
|
+
</tr>
|
|
722
|
+
</table>
|
|
723
|
+
</div>
|
|
724
|
+
|
|
725
|
+
<div class="method_details ">
|
|
726
|
+
<h3 class="signature " id="open_tag_begin-instance_method">
|
|
727
|
+
|
|
728
|
+
#<strong>open_tag_begin</strong>(name, offset) ⇒ <tt>Object</tt>
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
</h3><table class="source_code">
|
|
735
|
+
<tr>
|
|
736
|
+
<td>
|
|
737
737
|
<pre class="lines">
|
|
738
738
|
|
|
739
739
|
|
|
740
740
|
127
|
|
741
741
|
128
|
|
742
|
-
129</pre>
|
|
743
|
-
</td>
|
|
744
|
-
<td>
|
|
742
|
+
129</pre>
|
|
743
|
+
</td>
|
|
744
|
+
<td>
|
|
745
745
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 127</span>
|
|
746
746
|
|
|
747
747
|
<span class='kw'>def</span> <span class='id identifier rubyid_open_tag_begin'>open_tag_begin</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_offset'>offset</span><span class='rparen'>)</span>
|
|
748
748
|
<span class='ivar'>@current</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="MarkupParser/ParsedTag.html" title="Utopia::Content::MarkupParser::ParsedTag (class)">ParsedTag</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="MarkupParser/ParsedTag.html#initialize-instance_method" title="Utopia::Content::MarkupParser::ParsedTag#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_offset'>offset</span><span class='rparen'>)</span>
|
|
749
|
-
<span class='kw'>end</span></pre>
|
|
750
|
-
</td>
|
|
751
|
-
</tr>
|
|
752
|
-
</table>
|
|
753
|
-
</div>
|
|
754
|
-
|
|
755
|
-
<div class="method_details ">
|
|
756
|
-
<h3 class="signature " id="open_tag_end-instance_method">
|
|
757
|
-
|
|
758
|
-
#<strong>open_tag_end</strong>(self_closing) ⇒ <tt>Object</tt>
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
</h3><table class="source_code">
|
|
765
|
-
<tr>
|
|
766
|
-
<td>
|
|
749
|
+
<span class='kw'>end</span></pre>
|
|
750
|
+
</td>
|
|
751
|
+
</tr>
|
|
752
|
+
</table>
|
|
753
|
+
</div>
|
|
754
|
+
|
|
755
|
+
<div class="method_details ">
|
|
756
|
+
<h3 class="signature " id="open_tag_end-instance_method">
|
|
757
|
+
|
|
758
|
+
#<strong>open_tag_end</strong>(self_closing) ⇒ <tt>Object</tt>
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
</h3><table class="source_code">
|
|
765
|
+
<tr>
|
|
766
|
+
<td>
|
|
767
767
|
<pre class="lines">
|
|
768
768
|
|
|
769
769
|
|
|
@@ -777,9 +777,9 @@
|
|
|
777
777
|
142
|
|
778
778
|
143
|
|
779
779
|
144
|
|
780
|
-
145</pre>
|
|
781
|
-
</td>
|
|
782
|
-
<td>
|
|
780
|
+
145</pre>
|
|
781
|
+
</td>
|
|
782
|
+
<td>
|
|
783
783
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 135</span>
|
|
784
784
|
|
|
785
785
|
<span class='kw'>def</span> <span class='id identifier rubyid_open_tag_end'>open_tag_end</span><span class='lparen'>(</span><span class='id identifier rubyid_self_closing'>self_closing</span><span class='rparen'>)</span>
|
|
@@ -792,24 +792,24 @@
|
|
|
792
792
|
<span class='kw'>end</span>
|
|
793
793
|
|
|
794
794
|
<span class='ivar'>@current</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
|
795
|
-
<span class='kw'>end</span></pre>
|
|
796
|
-
</td>
|
|
797
|
-
</tr>
|
|
798
|
-
</table>
|
|
799
|
-
</div>
|
|
800
|
-
|
|
801
|
-
<div class="method_details ">
|
|
802
|
-
<h3 class="signature " id="parse!-instance_method">
|
|
803
|
-
|
|
804
|
-
#<strong>parse!</strong> ⇒ <tt>Object</tt>
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
</h3><table class="source_code">
|
|
811
|
-
<tr>
|
|
812
|
-
<td>
|
|
795
|
+
<span class='kw'>end</span></pre>
|
|
796
|
+
</td>
|
|
797
|
+
</tr>
|
|
798
|
+
</table>
|
|
799
|
+
</div>
|
|
800
|
+
|
|
801
|
+
<div class="method_details ">
|
|
802
|
+
<h3 class="signature " id="parse!-instance_method">
|
|
803
|
+
|
|
804
|
+
#<strong>parse!</strong> ⇒ <tt>Object</tt>
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
</h3><table class="source_code">
|
|
811
|
+
<tr>
|
|
812
|
+
<td>
|
|
813
813
|
<pre class="lines">
|
|
814
814
|
|
|
815
815
|
|
|
@@ -819,9 +819,9 @@
|
|
|
819
819
|
122
|
|
820
820
|
123
|
|
821
821
|
124
|
|
822
|
-
125</pre>
|
|
823
|
-
</td>
|
|
824
|
-
<td>
|
|
822
|
+
125</pre>
|
|
823
|
+
</td>
|
|
824
|
+
<td>
|
|
825
825
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 119</span>
|
|
826
826
|
|
|
827
827
|
<span class='kw'>def</span> <span class='id identifier rubyid_parse!'>parse!</span>
|
|
@@ -830,52 +830,52 @@
|
|
|
830
830
|
<span class='kw'>if</span> <span class='id identifier rubyid_tag'>tag</span> <span class='op'>=</span> <span class='ivar'>@stack</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span>
|
|
831
831
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'><span class='object_link'><a href="MarkupParser/UnbalancedTagError.html" title="Utopia::Content::MarkupParser::UnbalancedTagError (class)">UnbalancedTagError</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="MarkupParser/UnbalancedTagError.html#initialize-instance_method" title="Utopia::Content::MarkupParser::UnbalancedTagError#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='comma'>,</span> <span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
|
|
832
832
|
<span class='kw'>end</span>
|
|
833
|
-
<span class='kw'>end</span></pre>
|
|
834
|
-
</td>
|
|
835
|
-
</tr>
|
|
836
|
-
</table>
|
|
837
|
-
</div>
|
|
838
|
-
|
|
839
|
-
<div class="method_details ">
|
|
840
|
-
<h3 class="signature " id="text-instance_method">
|
|
841
|
-
|
|
842
|
-
#<strong>text</strong>(string) ⇒ <tt>Object</tt>
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
</h3><table class="source_code">
|
|
849
|
-
<tr>
|
|
850
|
-
<td>
|
|
833
|
+
<span class='kw'>end</span></pre>
|
|
834
|
+
</td>
|
|
835
|
+
</tr>
|
|
836
|
+
</table>
|
|
837
|
+
</div>
|
|
838
|
+
|
|
839
|
+
<div class="method_details ">
|
|
840
|
+
<h3 class="signature " id="text-instance_method">
|
|
841
|
+
|
|
842
|
+
#<strong>text</strong>(string) ⇒ <tt>Object</tt>
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
</h3><table class="source_code">
|
|
849
|
+
<tr>
|
|
850
|
+
<td>
|
|
851
851
|
<pre class="lines">
|
|
852
852
|
|
|
853
853
|
|
|
854
854
|
174
|
|
855
855
|
175
|
|
856
|
-
176</pre>
|
|
857
|
-
</td>
|
|
858
|
-
<td>
|
|
856
|
+
176</pre>
|
|
857
|
+
</td>
|
|
858
|
+
<td>
|
|
859
859
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 174</span>
|
|
860
860
|
|
|
861
861
|
<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>
|
|
862
862
|
<span class='ivar'>@delegate</span><span class='period'>.</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>
|
|
863
|
-
<span class='kw'>end</span></pre>
|
|
864
|
-
</td>
|
|
865
|
-
</tr>
|
|
866
|
-
</table>
|
|
867
|
-
</div>
|
|
868
|
-
|
|
869
|
-
</div>
|
|
870
|
-
|
|
871
|
-
</div>
|
|
872
|
-
|
|
873
|
-
<div id="footer">
|
|
874
|
-
Generated on Sat Mar
|
|
875
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
876
|
-
0.9.
|
|
877
|
-
</div>
|
|
878
|
-
|
|
879
|
-
</div>
|
|
880
|
-
</body>
|
|
863
|
+
<span class='kw'>end</span></pre>
|
|
864
|
+
</td>
|
|
865
|
+
</tr>
|
|
866
|
+
</table>
|
|
867
|
+
</div>
|
|
868
|
+
|
|
869
|
+
</div>
|
|
870
|
+
|
|
871
|
+
</div>
|
|
872
|
+
|
|
873
|
+
<div id="footer">
|
|
874
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
875
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
876
|
+
0.9.18 (ruby-2.6.1).
|
|
877
|
+
</div>
|
|
878
|
+
|
|
879
|
+
</div>
|
|
880
|
+
</body>
|
|
881
881
|
</html>
|