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,343 +1,343 @@
|
|
|
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
|
-
Exception: Utopia::Content::MarkupParser::UnbalancedTagError
|
|
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::UnbalancedTagError";
|
|
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 (U)</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="../MarkupParser.html" title="Utopia::Content::MarkupParser (class)">MarkupParser</a></span></span>
|
|
41
|
-
»
|
|
42
|
-
<span class="title">UnbalancedTagError</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>Exception: Utopia::Content::MarkupParser::UnbalancedTagError
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</h1>
|
|
67
|
-
<div class="box_info">
|
|
68
|
-
|
|
69
|
-
<dl>
|
|
70
|
-
<dt>Inherits:</dt>
|
|
71
|
-
<dd>
|
|
72
|
-
<span class="inheritName">StandardError</span>
|
|
73
|
-
|
|
74
|
-
<ul class="fullTree">
|
|
75
|
-
<li>Object</li>
|
|
76
|
-
|
|
77
|
-
<li class="next">StandardError</li>
|
|
78
|
-
|
|
79
|
-
<li class="next">Utopia::Content::MarkupParser::UnbalancedTagError</li>
|
|
80
|
-
|
|
81
|
-
</ul>
|
|
82
|
-
<a href="#" class="inheritanceTree">show all</a>
|
|
83
|
-
|
|
84
|
-
</dd>
|
|
85
|
-
</dl>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
<dl>
|
|
98
|
-
<dt>Defined in:</dt>
|
|
99
|
-
<dd>lib/utopia/content/markup.rb</dd>
|
|
100
|
-
</dl>
|
|
101
|
-
|
|
102
|
-
</div>
|
|
103
|
-
|
|
104
|
-
<h2>Overview</h2><div class="docstring">
|
|
105
|
-
<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
|
+
Exception: Utopia::Content::MarkupParser::UnbalancedTagError
|
|
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::UnbalancedTagError";
|
|
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 (U)</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="../MarkupParser.html" title="Utopia::Content::MarkupParser (class)">MarkupParser</a></span></span>
|
|
41
|
+
»
|
|
42
|
+
<span class="title">UnbalancedTagError</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>Exception: Utopia::Content::MarkupParser::UnbalancedTagError
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</h1>
|
|
67
|
+
<div class="box_info">
|
|
68
|
+
|
|
69
|
+
<dl>
|
|
70
|
+
<dt>Inherits:</dt>
|
|
71
|
+
<dd>
|
|
72
|
+
<span class="inheritName">StandardError</span>
|
|
73
|
+
|
|
74
|
+
<ul class="fullTree">
|
|
75
|
+
<li>Object</li>
|
|
76
|
+
|
|
77
|
+
<li class="next">StandardError</li>
|
|
78
|
+
|
|
79
|
+
<li class="next">Utopia::Content::MarkupParser::UnbalancedTagError</li>
|
|
80
|
+
|
|
81
|
+
</ul>
|
|
82
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
83
|
+
|
|
84
|
+
</dd>
|
|
85
|
+
</dl>
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
<dl>
|
|
98
|
+
<dt>Defined in:</dt>
|
|
99
|
+
<dd>lib/utopia/content/markup.rb</dd>
|
|
100
|
+
</dl>
|
|
101
|
+
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
<h2>Overview</h2><div class="docstring">
|
|
105
|
+
<div class="discussion">
|
|
106
106
|
<p>The name of a closing tag fails to match up with the corresponding opening tag.</p>
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
</div>
|
|
110
|
-
</div>
|
|
111
|
-
<div class="tags">
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
</div>
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
119
|
-
<ul class="summary">
|
|
120
|
-
|
|
121
|
-
<li class="public ">
|
|
122
|
-
<span class="summary_signature">
|
|
123
|
-
|
|
124
|
-
<a href="#buffer-instance_method" title="#buffer (instance method)">#<strong>buffer</strong> ⇒ Object </a>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</span>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
<span class="note title readonly">readonly</span>
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
<div class="tags">
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
119
|
+
<ul class="summary">
|
|
120
|
+
|
|
121
|
+
<li class="public ">
|
|
122
|
+
<span class="summary_signature">
|
|
123
|
+
|
|
124
|
+
<a href="#buffer-instance_method" title="#buffer (instance method)">#<strong>buffer</strong> ⇒ Object </a>
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
</span>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
<span class="note title readonly">readonly</span>
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
143
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute buffer.</p>
|
|
144
|
-
</div></span>
|
|
145
|
-
|
|
146
|
-
</li>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<li class="public ">
|
|
150
|
-
<span class="summary_signature">
|
|
151
|
-
|
|
152
|
-
<a href="#closing_tag-instance_method" title="#closing_tag (instance method)">#<strong>closing_tag</strong> ⇒ Object </a>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
</span>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
<span class="note title readonly">readonly</span>
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
144
|
+
</div></span>
|
|
145
|
+
|
|
146
|
+
</li>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<li class="public ">
|
|
150
|
+
<span class="summary_signature">
|
|
151
|
+
|
|
152
|
+
<a href="#closing_tag-instance_method" title="#closing_tag (instance method)">#<strong>closing_tag</strong> ⇒ Object </a>
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
</span>
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
<span class="note title readonly">readonly</span>
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
171
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute closing_tag.</p>
|
|
172
|
-
</div></span>
|
|
173
|
-
|
|
174
|
-
</li>
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
<li class="public ">
|
|
178
|
-
<span class="summary_signature">
|
|
179
|
-
|
|
180
|
-
<a href="#opening_tag-instance_method" title="#opening_tag (instance method)">#<strong>opening_tag</strong> ⇒ Object </a>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
</span>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
<span class="note title readonly">readonly</span>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
172
|
+
</div></span>
|
|
173
|
+
|
|
174
|
+
</li>
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
<li class="public ">
|
|
178
|
+
<span class="summary_signature">
|
|
179
|
+
|
|
180
|
+
<a href="#opening_tag-instance_method" title="#opening_tag (instance method)">#<strong>opening_tag</strong> ⇒ Object </a>
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
</span>
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
<span class="note title readonly">readonly</span>
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
199
|
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute opening_tag.</p>
|
|
200
|
-
</div></span>
|
|
201
|
-
|
|
202
|
-
</li>
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
</ul>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
<h2>
|
|
212
|
-
Instance Method Summary
|
|
213
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
214
|
-
</h2>
|
|
215
|
-
|
|
216
|
-
<ul class="summary">
|
|
217
|
-
|
|
218
|
-
<li class="public ">
|
|
219
|
-
<span class="summary_signature">
|
|
220
|
-
|
|
221
|
-
<a href="#end_location-instance_method" title="#end_location (instance method)">#<strong>end_location</strong> ⇒ Object </a>
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
</span>
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
200
|
+
</div></span>
|
|
201
|
+
|
|
202
|
+
</li>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
</ul>
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
<h2>
|
|
212
|
+
Instance Method Summary
|
|
213
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
|
214
|
+
</h2>
|
|
215
|
+
|
|
216
|
+
<ul class="summary">
|
|
217
|
+
|
|
218
|
+
<li class="public ">
|
|
219
|
+
<span class="summary_signature">
|
|
220
|
+
|
|
221
|
+
<a href="#end_location-instance_method" title="#end_location (instance method)">#<strong>end_location</strong> ⇒ Object </a>
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
</span>
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
235
|
<span class="summary_desc"><div class='inline'>
|
|
236
|
-
</div></span>
|
|
237
|
-
|
|
238
|
-
</li>
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
<li class="public ">
|
|
242
|
-
<span class="summary_signature">
|
|
243
|
-
|
|
244
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(buffer, opening_tag, closing_tag = nil) ⇒ UnbalancedTagError </a>
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
</span>
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
<span class="note title constructor">constructor</span>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
236
|
+
</div></span>
|
|
237
|
+
|
|
238
|
+
</li>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
<li class="public ">
|
|
242
|
+
<span class="summary_signature">
|
|
243
|
+
|
|
244
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(buffer, opening_tag, closing_tag = nil) ⇒ UnbalancedTagError </a>
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
</span>
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
<span class="note title constructor">constructor</span>
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
260
|
<span class="summary_desc"><div class='inline'><p>A new instance of UnbalancedTagError.</p>
|
|
261
|
-
</div></span>
|
|
262
|
-
|
|
263
|
-
</li>
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
<li class="public ">
|
|
267
|
-
<span class="summary_signature">
|
|
268
|
-
|
|
269
|
-
<a href="#start_location-instance_method" title="#start_location (instance method)">#<strong>start_location</strong> ⇒ Object </a>
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
</span>
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
261
|
+
</div></span>
|
|
262
|
+
|
|
263
|
+
</li>
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
<li class="public ">
|
|
267
|
+
<span class="summary_signature">
|
|
268
|
+
|
|
269
|
+
<a href="#start_location-instance_method" title="#start_location (instance method)">#<strong>start_location</strong> ⇒ Object </a>
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
</span>
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
283
|
<span class="summary_desc"><div class='inline'>
|
|
284
|
-
</div></span>
|
|
285
|
-
|
|
286
|
-
</li>
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
<li class="public ">
|
|
290
|
-
<span class="summary_signature">
|
|
291
|
-
|
|
292
|
-
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
</span>
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
284
|
+
</div></span>
|
|
285
|
+
|
|
286
|
+
</li>
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
<li class="public ">
|
|
290
|
+
<span class="summary_signature">
|
|
291
|
+
|
|
292
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
</span>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
306
|
<span class="summary_desc"><div class='inline'>
|
|
307
|
-
</div></span>
|
|
308
|
-
|
|
309
|
-
</li>
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
</ul>
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
<div id="constructor_details" class="method_details_list">
|
|
317
|
-
<h2>Constructor Details</h2>
|
|
318
|
-
|
|
319
|
-
<div class="method_details first">
|
|
320
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
321
|
-
|
|
322
|
-
#<strong>initialize</strong>(buffer, opening_tag, closing_tag = nil) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::MarkupParser::UnbalancedTagError (class)">UnbalancedTagError</a></span></tt>
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
</h3><div class="docstring">
|
|
329
|
-
<div class="discussion">
|
|
307
|
+
</div></span>
|
|
308
|
+
|
|
309
|
+
</li>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
</ul>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
<div id="constructor_details" class="method_details_list">
|
|
317
|
+
<h2>Constructor Details</h2>
|
|
318
|
+
|
|
319
|
+
<div class="method_details first">
|
|
320
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
321
|
+
|
|
322
|
+
#<strong>initialize</strong>(buffer, opening_tag, closing_tag = nil) ⇒ <tt><span class='object_link'><a href="" title="Utopia::Content::MarkupParser::UnbalancedTagError (class)">UnbalancedTagError</a></span></tt>
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
</h3><div class="docstring">
|
|
329
|
+
<div class="discussion">
|
|
330
330
|
<p>Returns a new instance of UnbalancedTagError</p>
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
</div>
|
|
334
|
-
</div>
|
|
335
|
-
<div class="tags">
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
</div><table class="source_code">
|
|
339
|
-
<tr>
|
|
340
|
-
<td>
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
</div>
|
|
334
|
+
</div>
|
|
335
|
+
<div class="tags">
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
</div><table class="source_code">
|
|
339
|
+
<tr>
|
|
340
|
+
<td>
|
|
341
341
|
<pre class="lines">
|
|
342
342
|
|
|
343
343
|
|
|
@@ -345,171 +345,171 @@
|
|
|
345
345
|
74
|
|
346
346
|
75
|
|
347
347
|
76
|
|
348
|
-
77</pre>
|
|
349
|
-
</td>
|
|
350
|
-
<td>
|
|
348
|
+
77</pre>
|
|
349
|
+
</td>
|
|
350
|
+
<td>
|
|
351
351
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 73</span>
|
|
352
352
|
|
|
353
353
|
<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_opening_tag'>opening_tag</span><span class='comma'>,</span> <span class='id identifier rubyid_closing_tag'>closing_tag</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
354
354
|
<span class='ivar'>@buffer</span> <span class='op'>=</span> <span class='id identifier rubyid_buffer'>buffer</span>
|
|
355
355
|
<span class='ivar'>@opening_tag</span> <span class='op'>=</span> <span class='id identifier rubyid_opening_tag'>opening_tag</span>
|
|
356
356
|
<span class='ivar'>@closing_tag</span> <span class='op'>=</span> <span class='id identifier rubyid_closing_tag'>closing_tag</span>
|
|
357
|
-
<span class='kw'>end</span></pre>
|
|
358
|
-
</td>
|
|
359
|
-
</tr>
|
|
360
|
-
</table>
|
|
361
|
-
</div>
|
|
362
|
-
|
|
363
|
-
</div>
|
|
364
|
-
|
|
365
|
-
<div id="instance_attr_details" class="attr_details">
|
|
366
|
-
<h2>Instance Attribute Details</h2>
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
<span id=""></span>
|
|
370
|
-
<div class="method_details first">
|
|
371
|
-
<h3 class="signature first" id="buffer-instance_method">
|
|
372
|
-
|
|
373
|
-
#<strong>buffer</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
</h3><div class="docstring">
|
|
380
|
-
<div class="discussion">
|
|
357
|
+
<span class='kw'>end</span></pre>
|
|
358
|
+
</td>
|
|
359
|
+
</tr>
|
|
360
|
+
</table>
|
|
361
|
+
</div>
|
|
362
|
+
|
|
363
|
+
</div>
|
|
364
|
+
|
|
365
|
+
<div id="instance_attr_details" class="attr_details">
|
|
366
|
+
<h2>Instance Attribute Details</h2>
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
<span id=""></span>
|
|
370
|
+
<div class="method_details first">
|
|
371
|
+
<h3 class="signature first" id="buffer-instance_method">
|
|
372
|
+
|
|
373
|
+
#<strong>buffer</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
</h3><div class="docstring">
|
|
380
|
+
<div class="discussion">
|
|
381
381
|
<p>Returns the value of attribute buffer</p>
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
</div>
|
|
385
|
-
</div>
|
|
386
|
-
<div class="tags">
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
</div><table class="source_code">
|
|
390
|
-
<tr>
|
|
391
|
-
<td>
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
</div>
|
|
385
|
+
</div>
|
|
386
|
+
<div class="tags">
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
</div><table class="source_code">
|
|
390
|
+
<tr>
|
|
391
|
+
<td>
|
|
392
392
|
<pre class="lines">
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
79
|
|
396
396
|
80
|
|
397
|
-
81</pre>
|
|
398
|
-
</td>
|
|
399
|
-
<td>
|
|
397
|
+
81</pre>
|
|
398
|
+
</td>
|
|
399
|
+
<td>
|
|
400
400
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 79</span>
|
|
401
401
|
|
|
402
402
|
<span class='kw'>def</span> <span class='id identifier rubyid_buffer'>buffer</span>
|
|
403
403
|
<span class='ivar'>@buffer</span>
|
|
404
|
-
<span class='kw'>end</span></pre>
|
|
405
|
-
</td>
|
|
406
|
-
</tr>
|
|
407
|
-
</table>
|
|
408
|
-
</div>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
<span id=""></span>
|
|
412
|
-
<div class="method_details ">
|
|
413
|
-
<h3 class="signature " id="closing_tag-instance_method">
|
|
414
|
-
|
|
415
|
-
#<strong>closing_tag</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
</h3><div class="docstring">
|
|
422
|
-
<div class="discussion">
|
|
404
|
+
<span class='kw'>end</span></pre>
|
|
405
|
+
</td>
|
|
406
|
+
</tr>
|
|
407
|
+
</table>
|
|
408
|
+
</div>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
<span id=""></span>
|
|
412
|
+
<div class="method_details ">
|
|
413
|
+
<h3 class="signature " id="closing_tag-instance_method">
|
|
414
|
+
|
|
415
|
+
#<strong>closing_tag</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
</h3><div class="docstring">
|
|
422
|
+
<div class="discussion">
|
|
423
423
|
<p>Returns the value of attribute closing_tag</p>
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
</div>
|
|
427
|
-
</div>
|
|
428
|
-
<div class="tags">
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
</div><table class="source_code">
|
|
432
|
-
<tr>
|
|
433
|
-
<td>
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
</div>
|
|
427
|
+
</div>
|
|
428
|
+
<div class="tags">
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
</div><table class="source_code">
|
|
432
|
+
<tr>
|
|
433
|
+
<td>
|
|
434
434
|
<pre class="lines">
|
|
435
435
|
|
|
436
436
|
|
|
437
437
|
81
|
|
438
438
|
82
|
|
439
|
-
83</pre>
|
|
440
|
-
</td>
|
|
441
|
-
<td>
|
|
439
|
+
83</pre>
|
|
440
|
+
</td>
|
|
441
|
+
<td>
|
|
442
442
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 81</span>
|
|
443
443
|
|
|
444
444
|
<span class='kw'>def</span> <span class='id identifier rubyid_closing_tag'>closing_tag</span>
|
|
445
445
|
<span class='ivar'>@closing_tag</span>
|
|
446
|
-
<span class='kw'>end</span></pre>
|
|
447
|
-
</td>
|
|
448
|
-
</tr>
|
|
449
|
-
</table>
|
|
450
|
-
</div>
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
<span id=""></span>
|
|
454
|
-
<div class="method_details ">
|
|
455
|
-
<h3 class="signature " id="opening_tag-instance_method">
|
|
456
|
-
|
|
457
|
-
#<strong>opening_tag</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
</h3><div class="docstring">
|
|
464
|
-
<div class="discussion">
|
|
446
|
+
<span class='kw'>end</span></pre>
|
|
447
|
+
</td>
|
|
448
|
+
</tr>
|
|
449
|
+
</table>
|
|
450
|
+
</div>
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
<span id=""></span>
|
|
454
|
+
<div class="method_details ">
|
|
455
|
+
<h3 class="signature " id="opening_tag-instance_method">
|
|
456
|
+
|
|
457
|
+
#<strong>opening_tag</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
</h3><div class="docstring">
|
|
464
|
+
<div class="discussion">
|
|
465
465
|
<p>Returns the value of attribute opening_tag</p>
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
</div>
|
|
469
|
-
</div>
|
|
470
|
-
<div class="tags">
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
</div><table class="source_code">
|
|
474
|
-
<tr>
|
|
475
|
-
<td>
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
</div>
|
|
469
|
+
</div>
|
|
470
|
+
<div class="tags">
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
</div><table class="source_code">
|
|
474
|
+
<tr>
|
|
475
|
+
<td>
|
|
476
476
|
<pre class="lines">
|
|
477
477
|
|
|
478
478
|
|
|
479
479
|
80
|
|
480
480
|
81
|
|
481
|
-
82</pre>
|
|
482
|
-
</td>
|
|
483
|
-
<td>
|
|
481
|
+
82</pre>
|
|
482
|
+
</td>
|
|
483
|
+
<td>
|
|
484
484
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 80</span>
|
|
485
485
|
|
|
486
486
|
<span class='kw'>def</span> <span class='id identifier rubyid_opening_tag'>opening_tag</span>
|
|
487
487
|
<span class='ivar'>@opening_tag</span>
|
|
488
|
-
<span class='kw'>end</span></pre>
|
|
489
|
-
</td>
|
|
490
|
-
</tr>
|
|
491
|
-
</table>
|
|
492
|
-
</div>
|
|
493
|
-
|
|
494
|
-
</div>
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
<div id="instance_method_details" class="method_details_list">
|
|
498
|
-
<h2>Instance Method Details</h2>
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
<div class="method_details first">
|
|
502
|
-
<h3 class="signature first" id="end_location-instance_method">
|
|
503
|
-
|
|
504
|
-
#<strong>end_location</strong> ⇒ <tt>Object</tt>
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
</h3><table class="source_code">
|
|
511
|
-
<tr>
|
|
512
|
-
<td>
|
|
488
|
+
<span class='kw'>end</span></pre>
|
|
489
|
+
</td>
|
|
490
|
+
</tr>
|
|
491
|
+
</table>
|
|
492
|
+
</div>
|
|
493
|
+
|
|
494
|
+
</div>
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
<div id="instance_method_details" class="method_details_list">
|
|
498
|
+
<h2>Instance Method Details</h2>
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
<div class="method_details first">
|
|
502
|
+
<h3 class="signature first" id="end_location-instance_method">
|
|
503
|
+
|
|
504
|
+
#<strong>end_location</strong> ⇒ <tt>Object</tt>
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
</h3><table class="source_code">
|
|
511
|
+
<tr>
|
|
512
|
+
<td>
|
|
513
513
|
<pre class="lines">
|
|
514
514
|
|
|
515
515
|
|
|
@@ -517,63 +517,63 @@
|
|
|
517
517
|
88
|
|
518
518
|
89
|
|
519
519
|
90
|
|
520
|
-
91</pre>
|
|
521
|
-
</td>
|
|
522
|
-
<td>
|
|
520
|
+
91</pre>
|
|
521
|
+
</td>
|
|
522
|
+
<td>
|
|
523
523
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 87</span>
|
|
524
524
|
|
|
525
525
|
<span class='kw'>def</span> <span class='id identifier rubyid_end_location'>end_location</span>
|
|
526
526
|
<span class='kw'>if</span> <span class='id identifier rubyid_closing_tag'>closing_tag</span> <span class='kw'>and</span> <span class='id identifier rubyid_closing_tag'>closing_tag</span><span class='period'>.</span><span class='id identifier rubyid_respond_to?'>respond_to?</span> <span class='symbol'>:offset</span>
|
|
527
527
|
<span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Location</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='comma'>,</span> <span class='id identifier rubyid_closing_tag'>closing_tag</span><span class='period'>.</span><span class='id identifier rubyid_offset'>offset</span><span class='rparen'>)</span>
|
|
528
528
|
<span class='kw'>end</span>
|
|
529
|
-
<span class='kw'>end</span></pre>
|
|
530
|
-
</td>
|
|
531
|
-
</tr>
|
|
532
|
-
</table>
|
|
533
|
-
</div>
|
|
534
|
-
|
|
535
|
-
<div class="method_details ">
|
|
536
|
-
<h3 class="signature " id="start_location-instance_method">
|
|
537
|
-
|
|
538
|
-
#<strong>start_location</strong> ⇒ <tt>Object</tt>
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
</h3><table class="source_code">
|
|
545
|
-
<tr>
|
|
546
|
-
<td>
|
|
529
|
+
<span class='kw'>end</span></pre>
|
|
530
|
+
</td>
|
|
531
|
+
</tr>
|
|
532
|
+
</table>
|
|
533
|
+
</div>
|
|
534
|
+
|
|
535
|
+
<div class="method_details ">
|
|
536
|
+
<h3 class="signature " id="start_location-instance_method">
|
|
537
|
+
|
|
538
|
+
#<strong>start_location</strong> ⇒ <tt>Object</tt>
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
</h3><table class="source_code">
|
|
545
|
+
<tr>
|
|
546
|
+
<td>
|
|
547
547
|
<pre class="lines">
|
|
548
548
|
|
|
549
549
|
|
|
550
550
|
83
|
|
551
551
|
84
|
|
552
|
-
85</pre>
|
|
553
|
-
</td>
|
|
554
|
-
<td>
|
|
552
|
+
85</pre>
|
|
553
|
+
</td>
|
|
554
|
+
<td>
|
|
555
555
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 83</span>
|
|
556
556
|
|
|
557
557
|
<span class='kw'>def</span> <span class='id identifier rubyid_start_location'>start_location</span>
|
|
558
558
|
<span class='const'>Trenni</span><span class='op'>::</span><span class='const'>Location</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='ivar'>@buffer</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='comma'>,</span> <span class='id identifier rubyid_opening_tag'>opening_tag</span><span class='period'>.</span><span class='id identifier rubyid_offset'>offset</span><span class='rparen'>)</span>
|
|
559
|
-
<span class='kw'>end</span></pre>
|
|
560
|
-
</td>
|
|
561
|
-
</tr>
|
|
562
|
-
</table>
|
|
563
|
-
</div>
|
|
564
|
-
|
|
565
|
-
<div class="method_details ">
|
|
566
|
-
<h3 class="signature " id="to_s-instance_method">
|
|
567
|
-
|
|
568
|
-
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
</h3><table class="source_code">
|
|
575
|
-
<tr>
|
|
576
|
-
<td>
|
|
559
|
+
<span class='kw'>end</span></pre>
|
|
560
|
+
</td>
|
|
561
|
+
</tr>
|
|
562
|
+
</table>
|
|
563
|
+
</div>
|
|
564
|
+
|
|
565
|
+
<div class="method_details ">
|
|
566
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
567
|
+
|
|
568
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
</h3><table class="source_code">
|
|
575
|
+
<tr>
|
|
576
|
+
<td>
|
|
577
577
|
<pre class="lines">
|
|
578
578
|
|
|
579
579
|
|
|
@@ -583,9 +583,9 @@
|
|
|
583
583
|
96
|
|
584
584
|
97
|
|
585
585
|
98
|
|
586
|
-
99</pre>
|
|
587
|
-
</td>
|
|
588
|
-
<td>
|
|
586
|
+
99</pre>
|
|
587
|
+
</td>
|
|
588
|
+
<td>
|
|
589
589
|
<pre class="code"><span class="info file"># File 'lib/utopia/content/markup.rb', line 93</span>
|
|
590
590
|
|
|
591
591
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
@@ -594,22 +594,22 @@
|
|
|
594
594
|
<span class='kw'>else</span>
|
|
595
595
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_start_location'>start_location</span><span class='embexpr_end'>}</span><span class='tstring_content'>: </span><span class='embexpr_beg'>#{</span><span class='ivar'>@opening_tag</span><span class='embexpr_end'>}</span><span class='tstring_content'> was closed by </span><span class='embexpr_beg'>#{</span><span class='ivar'>@closing_tag</span><span class='embexpr_end'>}</span><span class='tstring_content'>!</span><span class='tstring_end'>"</span></span>
|
|
596
596
|
<span class='kw'>end</span>
|
|
597
|
-
<span class='kw'>end</span></pre>
|
|
598
|
-
</td>
|
|
599
|
-
</tr>
|
|
600
|
-
</table>
|
|
601
|
-
</div>
|
|
602
|
-
|
|
603
|
-
</div>
|
|
604
|
-
|
|
605
|
-
</div>
|
|
606
|
-
|
|
607
|
-
<div id="footer">
|
|
608
|
-
Generated on Sat Mar
|
|
609
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
610
|
-
0.9.
|
|
611
|
-
</div>
|
|
612
|
-
|
|
613
|
-
</div>
|
|
614
|
-
</body>
|
|
597
|
+
<span class='kw'>end</span></pre>
|
|
598
|
+
</td>
|
|
599
|
+
</tr>
|
|
600
|
+
</table>
|
|
601
|
+
</div>
|
|
602
|
+
|
|
603
|
+
</div>
|
|
604
|
+
|
|
605
|
+
</div>
|
|
606
|
+
|
|
607
|
+
<div id="footer">
|
|
608
|
+
Generated on Sat Mar 9 12:01:54 2019 by
|
|
609
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
610
|
+
0.9.18 (ruby-2.6.1).
|
|
611
|
+
</div>
|
|
612
|
+
|
|
613
|
+
</div>
|
|
614
|
+
</body>
|
|
615
615
|
</html>
|