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.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -2
  3. data/Gemfile +1 -0
  4. data/Rakefile +2 -0
  5. data/docs/code/Utopia.html +439 -433
  6. data/docs/code/Utopia/Command.html +201 -195
  7. data/docs/code/Utopia/Command/Environment.html +244 -244
  8. data/docs/code/Utopia/Command/Server.html +202 -202
  9. data/docs/code/Utopia/Command/Server/Create.html +192 -192
  10. data/docs/code/Utopia/Command/Server/Update.html +235 -235
  11. data/docs/code/Utopia/Command/Site.html +269 -263
  12. data/docs/code/Utopia/Command/Site/Create.html +192 -192
  13. data/docs/code/Utopia/Command/Site/Update.html +246 -246
  14. data/docs/code/Utopia/Command/Top.html +244 -244
  15. data/docs/code/Utopia/Content.html +636 -630
  16. data/docs/code/Utopia/Content/Document.html +1411 -1407
  17. data/docs/code/Utopia/Content/Document/State.html +1048 -1048
  18. data/docs/code/Utopia/Content/Link.html +1023 -1023
  19. data/docs/code/Utopia/Content/Links.html +629 -623
  20. data/docs/code/Utopia/Content/MarkupParser.html +702 -702
  21. data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +375 -375
  22. data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +523 -523
  23. data/docs/code/Utopia/Content/Namespace.html +416 -416
  24. data/docs/code/Utopia/Content/Node.html +952 -952
  25. data/docs/code/Utopia/Content/Node/Context.html +790 -790
  26. data/docs/code/Utopia/Content/Response.html +686 -686
  27. data/docs/code/Utopia/Content/SymbolicHash.html +365 -365
  28. data/docs/code/Utopia/Content/Tags.html +134 -134
  29. data/docs/code/Utopia/Content/UnbalancedTagError.html +270 -270
  30. data/docs/code/Utopia/ContentLength.html +298 -294
  31. data/docs/code/Utopia/Controller.html +657 -651
  32. data/docs/code/Utopia/Controller/Actions.html +260 -260
  33. data/docs/code/Utopia/Controller/Actions/Action.html +785 -779
  34. data/docs/code/Utopia/Controller/Actions/ClassMethods.html +360 -360
  35. data/docs/code/Utopia/Controller/Base.html +989 -989
  36. data/docs/code/Utopia/Controller/Respond.html +264 -254
  37. data/docs/code/Utopia/Controller/Respond/ClassMethods.html +207 -207
  38. data/docs/code/Utopia/Controller/Respond/Converter.html +219 -219
  39. data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +425 -425
  40. data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +323 -317
  41. data/docs/code/Utopia/Controller/Respond/Passthrough.html +266 -260
  42. data/docs/code/Utopia/Controller/Respond/Responder.html +449 -443
  43. data/docs/code/Utopia/Controller/Rewrite.html +260 -260
  44. data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +216 -216
  45. data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +303 -303
  46. data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +402 -402
  47. data/docs/code/Utopia/Controller/Rewrite/Rule.html +193 -193
  48. data/docs/code/Utopia/Controller/Variables.html +428 -428
  49. data/docs/code/Utopia/Controllers.html +216 -216
  50. data/docs/code/Utopia/Exceptions.html +125 -125
  51. data/docs/code/Utopia/Exceptions/Handler.html +405 -405
  52. data/docs/code/Utopia/Exceptions/Mailer.html +400 -394
  53. data/docs/code/Utopia/Extensions.html +116 -116
  54. data/docs/code/Utopia/Extensions/ArraySplit.html +164 -164
  55. data/docs/code/Utopia/Extensions/DateTimeComparison.html +173 -173
  56. data/docs/code/Utopia/Extensions/TimeDateComparison.html +173 -173
  57. data/docs/code/Utopia/HTTP.html +193 -187
  58. data/docs/code/Utopia/HTTP/Status.html +355 -355
  59. data/docs/code/Utopia/Locale.html +522 -522
  60. data/docs/code/Utopia/Localization.html +886 -880
  61. data/docs/code/Utopia/Localization/Wrapper.html +403 -403
  62. data/docs/code/Utopia/Logger.html +185 -185
  63. data/docs/code/Utopia/Logger/CompactFormatter.html +290 -290
  64. data/docs/code/Utopia/Path.html +2562 -2556
  65. data/docs/code/Utopia/Path/Matcher.html +395 -395
  66. data/docs/code/Utopia/Path/Matcher/MatchData.html +418 -418
  67. data/docs/code/Utopia/Redirection.html +148 -142
  68. data/docs/code/Utopia/Redirection/ClientRedirect.html +594 -594
  69. data/docs/code/Utopia/Redirection/DirectoryIndex.html +265 -265
  70. data/docs/code/Utopia/Redirection/Errors.html +391 -385
  71. data/docs/code/Utopia/Redirection/Moved.html +265 -265
  72. data/docs/code/Utopia/Redirection/RequestFailure.html +201 -201
  73. data/docs/code/Utopia/Redirection/Rewrite.html +265 -265
  74. data/docs/code/Utopia/Session.html +723 -717
  75. data/docs/code/Utopia/Session/LazyHash.html +709 -709
  76. data/docs/code/Utopia/Setup.html +783 -777
  77. data/docs/code/Utopia/Static.html +516 -510
  78. data/docs/code/Utopia/Static/LocalFile.html +875 -869
  79. data/docs/code/Utopia/Static/MimeTypeLoader.html +427 -427
  80. data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +123 -123
  81. data/docs/code/_index.html +757 -757
  82. data/docs/code/class_list.html +51 -51
  83. data/docs/code/css/full_list.css +58 -58
  84. data/docs/code/css/style.css +496 -499
  85. data/docs/code/file.README.html +72 -70
  86. data/docs/code/file_list.html +56 -56
  87. data/docs/code/frames.html +17 -17
  88. data/docs/code/index.html +72 -70
  89. data/docs/code/js/app.js +292 -248
  90. data/docs/code/js/full_list.js +216 -216
  91. data/docs/code/js/jquery.js +3 -3
  92. data/docs/code/method_list.html +3443 -3443
  93. data/docs/code/top-level-namespace.html +109 -109
  94. data/docs/index.html +2 -2
  95. data/docs/wiki.html +2 -2
  96. data/docs/wiki/edit.html +1 -1
  97. data/docs/wiki/javascript.html +153 -0
  98. data/docs/wiki/javascript/index.html +153 -0
  99. data/documentation/.yarnrc +1 -0
  100. data/documentation/Gemfile +1 -0
  101. data/documentation/config/environment.rb +1 -0
  102. data/documentation/pages/wiki/content.md +1 -1
  103. data/documentation/pages/wiki/javascript/content.md +75 -0
  104. data/documentation/pages/wiki/links.yaml +3 -1
  105. data/lib/utopia/command/site.rb +4 -4
  106. data/lib/utopia/version.rb +1 -1
  107. data/setup/site/.yarnrc +1 -0
  108. data/setup/site/tasks/yarn.rake +32 -0
  109. data/spec/utopia/command_spec.rb +2 -2
  110. metadata +8 -9
  111. data/docs/wiki/bower-integration.html +0 -74
  112. data/docs/wiki/bower-integration/index.html +0 -74
  113. data/documentation/.bowerrc +0 -4
  114. data/documentation/pages/wiki/bower-integration/content.md +0 -25
  115. data/setup/.bowerrc +0 -3
  116. data/setup/site/.bowerrc +0 -4
  117. data/setup/site/tasks/bower.rake +0 -45
@@ -1,374 +1,374 @@
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::Path::Matcher
8
-
9
- &mdash; Documentation by YARD 0.9.12
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::Path::Matcher";
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> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Path</a></span></span>
41
- &raquo;
42
- <span class="title">Matcher</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::Path::Matcher
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::Path::Matcher</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/path/matcher.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::Path::Matcher
8
+
9
+ &mdash; 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::Path::Matcher";
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> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Path</a></span></span>
41
+ &raquo;
42
+ <span class="title">Matcher</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::Path::Matcher
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::Path::Matcher</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/path/matcher.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
104
  <p>Performs structured, efficient, matches against <span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Utopia::Path</a></span> instances. Supports regular expressions, type-casts and constants.</p>
105
-
106
-
107
- </div>
108
- </div>
109
- <div class="tags">
110
-
111
- <div class="examples">
112
- <p class="tag_title">Examples:</p>
113
-
114
-
105
+
106
+
107
+ </div>
108
+ </div>
109
+ <div class="tags">
110
+
111
+ <div class="examples">
112
+ <p class="tag_title">Examples:</p>
113
+
114
+
115
115
  <pre class="example code"><code><span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Path</a></span></span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>users/20/edit</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span>
116
116
  <span class='id identifier rubyid_matcher'>matcher</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../Utopia.html" title="Utopia (module)">Utopia</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Path.html" title="Utopia::Path (class)">Path</a></span></span><span class='op'>::</span><span class='const'>Matcher</span><span class='lbracket'>[</span><span class='label'>users:</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>users</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='label'>id:</span> <span class='const'>Integer</span><span class='comma'>,</span> <span class='label'>action:</span> <span class='const'>String</span><span class='rbracket'>]</span>
117
- <span class='id identifier rubyid_match_data'>match_data</span> <span class='op'>=</span> <span class='id identifier rubyid_matcher'>matcher</span><span class='period'>.</span><span class='id identifier rubyid_match'>match</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span></code></pre>
118
-
119
- </div>
120
-
121
-
122
- </div><h2>Defined Under Namespace</h2>
123
- <p class="children">
124
-
125
-
126
-
127
-
128
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Matcher/MatchData.html" title="Utopia::Path::Matcher::MatchData (class)">MatchData</a></span>
129
-
130
-
131
- </p>
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
- <h2>
141
- Class Method Summary
142
- <small><a href="#" class="summary_toggle">collapse</a></small>
143
- </h2>
144
-
145
- <ul class="summary">
146
-
147
- <li class="public ">
148
- <span class="summary_signature">
149
-
150
- <a href="#[]-class_method" title="[] (class method)">.<strong>[]</strong>(patterns) &#x21d2; Object </a>
151
-
152
-
153
-
154
- </span>
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
117
+ <span class='id identifier rubyid_match_data'>match_data</span> <span class='op'>=</span> <span class='id identifier rubyid_matcher'>matcher</span><span class='period'>.</span><span class='id identifier rubyid_match'>match</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span></code></pre>
118
+
119
+ </div>
120
+
121
+
122
+ </div><h2>Defined Under Namespace</h2>
123
+ <p class="children">
124
+
125
+
126
+
127
+
128
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Matcher/MatchData.html" title="Utopia::Path::Matcher::MatchData (class)">MatchData</a></span>
129
+
130
+
131
+ </p>
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+ <h2>
141
+ Class Method Summary
142
+ <small><a href="#" class="summary_toggle">collapse</a></small>
143
+ </h2>
144
+
145
+ <ul class="summary">
146
+
147
+ <li class="public ">
148
+ <span class="summary_signature">
149
+
150
+ <a href="#[]-class_method" title="[] (class method)">.<strong>[]</strong>(patterns) &#x21d2; Object </a>
151
+
152
+
153
+
154
+ </span>
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
164
  <span class="summary_desc"><div class='inline'>
165
- </div></span>
166
-
167
- </li>
168
-
169
-
170
- </ul>
171
-
172
- <h2>
173
- Instance Method Summary
174
- <small><a href="#" class="summary_toggle">collapse</a></small>
175
- </h2>
176
-
177
- <ul class="summary">
178
-
179
- <li class="public ">
180
- <span class="summary_signature">
181
-
182
- <a href="#coerce-instance_method" title="#coerce (instance method)">#<strong>coerce</strong>(klass, value) &#x21d2; Object </a>
183
-
184
-
185
-
186
- </span>
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
165
+ </div></span>
166
+
167
+ </li>
168
+
169
+
170
+ </ul>
171
+
172
+ <h2>
173
+ Instance Method Summary
174
+ <small><a href="#" class="summary_toggle">collapse</a></small>
175
+ </h2>
176
+
177
+ <ul class="summary">
178
+
179
+ <li class="public ">
180
+ <span class="summary_signature">
181
+
182
+ <a href="#coerce-instance_method" title="#coerce (instance method)">#<strong>coerce</strong>(klass, value) &#x21d2; Object </a>
183
+
184
+
185
+
186
+ </span>
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
196
  <span class="summary_desc"><div class='inline'>
197
- </div></span>
198
-
199
- </li>
200
-
201
-
202
- <li class="public ">
203
- <span class="summary_signature">
204
-
205
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(patterns = []) &#x21d2; Matcher </a>
206
-
207
-
208
-
209
- </span>
210
-
211
-
212
- <span class="note title constructor">constructor</span>
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
197
+ </div></span>
198
+
199
+ </li>
200
+
201
+
202
+ <li class="public ">
203
+ <span class="summary_signature">
204
+
205
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(patterns = []) &#x21d2; Matcher </a>
206
+
207
+
208
+
209
+ </span>
210
+
211
+
212
+ <span class="note title constructor">constructor</span>
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
221
  <span class="summary_desc"><div class='inline'><p>A new instance of Matcher.</p>
222
- </div></span>
223
-
224
- </li>
225
-
226
-
227
- <li class="public ">
228
- <span class="summary_signature">
229
-
230
- <a href="#match-instance_method" title="#match (instance method)">#<strong>match</strong>(path) &#x21d2; Object </a>
231
-
232
-
233
-
234
- </span>
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
222
+ </div></span>
223
+
224
+ </li>
225
+
226
+
227
+ <li class="public ">
228
+ <span class="summary_signature">
229
+
230
+ <a href="#match-instance_method" title="#match (instance method)">#<strong>match</strong>(path) &#x21d2; Object </a>
231
+
232
+
233
+
234
+ </span>
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
244
  <span class="summary_desc"><div class='inline'><p>This is a path prefix matching algorithm.</p>
245
- </div></span>
246
-
247
- </li>
248
-
249
-
250
- </ul>
251
-
252
-
253
- <div id="constructor_details" class="method_details_list">
254
- <h2>Constructor Details</h2>
255
-
256
- <div class="method_details first">
257
- <h3 class="signature first" id="initialize-instance_method">
258
-
259
- #<strong>initialize</strong>(patterns = []) &#x21d2; <tt><span class='object_link'><a href="" title="Utopia::Path::Matcher (class)">Matcher</a></span></tt>
260
-
261
-
262
-
263
-
264
-
265
- </h3><div class="docstring">
266
- <div class="discussion">
245
+ </div></span>
246
+
247
+ </li>
248
+
249
+
250
+ </ul>
251
+
252
+
253
+ <div id="constructor_details" class="method_details_list">
254
+ <h2>Constructor Details</h2>
255
+
256
+ <div class="method_details first">
257
+ <h3 class="signature first" id="initialize-instance_method">
258
+
259
+ #<strong>initialize</strong>(patterns = []) &#x21d2; <tt><span class='object_link'><a href="" title="Utopia::Path::Matcher (class)">Matcher</a></span></tt>
260
+
261
+
262
+
263
+
264
+
265
+ </h3><div class="docstring">
266
+ <div class="discussion">
267
267
  <p>Returns a new instance of Matcher</p>
268
-
269
-
270
- </div>
271
- </div>
272
- <div class="tags">
273
- <p class="tag_title">Parameters:</p>
274
- <ul class="param">
275
-
276
- <li>
277
-
278
- <span class='name'>patterns</span>
279
-
280
-
281
- <span class='type'>(<tt>Hash&lt;Symbol,Pattern&gt;</tt>)</span>
282
-
283
-
284
- <em class="default">(defaults to: <tt>[]</tt>)</em>
285
-
286
-
287
- &mdash;
268
+
269
+
270
+ </div>
271
+ </div>
272
+ <div class="tags">
273
+ <p class="tag_title">Parameters:</p>
274
+ <ul class="param">
275
+
276
+ <li>
277
+
278
+ <span class='name'>patterns</span>
279
+
280
+
281
+ <span class='type'>(<tt>Hash&lt;Symbol,Pattern&gt;</tt>)</span>
282
+
283
+
284
+ <em class="default">(defaults to: <tt>[]</tt>)</em>
285
+
286
+
287
+ &mdash;
288
288
  <div class='inline'><p>An ordered list of things to match.</p>
289
- </div>
290
-
291
- </li>
292
-
293
- </ul>
294
-
295
-
296
- </div><table class="source_code">
297
- <tr>
298
- <td>
289
+ </div>
290
+
291
+ </li>
292
+
293
+ </ul>
294
+
295
+
296
+ </div><table class="source_code">
297
+ <tr>
298
+ <td>
299
299
  <pre class="lines">
300
300
 
301
301
 
302
302
  54
303
303
  55
304
- 56</pre>
305
- </td>
306
- <td>
304
+ 56</pre>
305
+ </td>
306
+ <td>
307
307
  <pre class="code"><span class="info file"># File 'lib/utopia/path/matcher.rb', line 54</span>
308
308
 
309
309
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_patterns'>patterns</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='rparen'>)</span>
310
310
  <span class='ivar'>@patterns</span> <span class='op'>=</span> <span class='id identifier rubyid_patterns'>patterns</span>
311
- <span class='kw'>end</span></pre>
312
- </td>
313
- </tr>
314
- </table>
315
- </div>
316
-
317
- </div>
318
-
319
-
320
- <div id="class_method_details" class="method_details_list">
321
- <h2>Class Method Details</h2>
322
-
323
-
324
- <div class="method_details first">
325
- <h3 class="signature first" id="[]-class_method">
326
-
327
- .<strong>[]</strong>(patterns) &#x21d2; <tt>Object</tt>
328
-
329
-
330
-
331
-
332
-
333
- </h3><table class="source_code">
334
- <tr>
335
- <td>
311
+ <span class='kw'>end</span></pre>
312
+ </td>
313
+ </tr>
314
+ </table>
315
+ </div>
316
+
317
+ </div>
318
+
319
+
320
+ <div id="class_method_details" class="method_details_list">
321
+ <h2>Class Method Details</h2>
322
+
323
+
324
+ <div class="method_details first">
325
+ <h3 class="signature first" id="[]-class_method">
326
+
327
+ .<strong>[]</strong>(patterns) &#x21d2; <tt>Object</tt>
328
+
329
+
330
+
331
+
332
+
333
+ </h3><table class="source_code">
334
+ <tr>
335
+ <td>
336
336
  <pre class="lines">
337
337
 
338
338
 
339
339
  58
340
340
  59
341
- 60</pre>
342
- </td>
343
- <td>
341
+ 60</pre>
342
+ </td>
343
+ <td>
344
344
  <pre class="code"><span class="info file"># File 'lib/utopia/path/matcher.rb', line 58</span>
345
345
 
346
346
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='op'>[]</span><span class='lparen'>(</span><span class='id identifier rubyid_patterns'>patterns</span><span class='rparen'>)</span>
347
347
  <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_patterns'>patterns</span><span class='rparen'>)</span>
348
- <span class='kw'>end</span></pre>
349
- </td>
350
- </tr>
351
- </table>
352
- </div>
353
-
354
- </div>
355
-
356
- <div id="instance_method_details" class="method_details_list">
357
- <h2>Instance Method Details</h2>
358
-
359
-
360
- <div class="method_details first">
361
- <h3 class="signature first" id="coerce-instance_method">
362
-
363
- #<strong>coerce</strong>(klass, value) &#x21d2; <tt>Object</tt>
364
-
365
-
366
-
367
-
368
-
369
- </h3><table class="source_code">
370
- <tr>
371
- <td>
348
+ <span class='kw'>end</span></pre>
349
+ </td>
350
+ </tr>
351
+ </table>
352
+ </div>
353
+
354
+ </div>
355
+
356
+ <div id="instance_method_details" class="method_details_list">
357
+ <h2>Instance Method Details</h2>
358
+
359
+
360
+ <div class="method_details first">
361
+ <h3 class="signature first" id="coerce-instance_method">
362
+
363
+ #<strong>coerce</strong>(klass, value) &#x21d2; <tt>Object</tt>
364
+
365
+
366
+
367
+
368
+
369
+ </h3><table class="source_code">
370
+ <tr>
371
+ <td>
372
372
  <pre class="lines">
373
373
 
374
374
 
@@ -384,9 +384,9 @@
384
384
  71
385
385
  72
386
386
  73
387
- 74</pre>
388
- </td>
389
- <td>
387
+ 74</pre>
388
+ </td>
389
+ <td>
390
390
  <pre class="code"><span class="info file"># File 'lib/utopia/path/matcher.rb', line 62</span>
391
391
 
392
392
  <span class='kw'>def</span> <span class='id identifier rubyid_coerce'>coerce</span><span class='lparen'>(</span><span class='id identifier rubyid_klass'>klass</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
@@ -401,34 +401,34 @@
401
401
  <span class='kw'>end</span>
402
402
  <span class='kw'>rescue</span>
403
403
  <span class='kw'>return</span> <span class='kw'>nil</span>
404
- <span class='kw'>end</span></pre>
405
- </td>
406
- </tr>
407
- </table>
408
- </div>
409
-
410
- <div class="method_details ">
411
- <h3 class="signature " id="match-instance_method">
412
-
413
- #<strong>match</strong>(path) &#x21d2; <tt>Object</tt>
414
-
415
-
416
-
417
-
418
-
419
- </h3><div class="docstring">
420
- <div class="discussion">
404
+ <span class='kw'>end</span></pre>
405
+ </td>
406
+ </tr>
407
+ </table>
408
+ </div>
409
+
410
+ <div class="method_details ">
411
+ <h3 class="signature " id="match-instance_method">
412
+
413
+ #<strong>match</strong>(path) &#x21d2; <tt>Object</tt>
414
+
415
+
416
+
417
+
418
+
419
+ </h3><div class="docstring">
420
+ <div class="discussion">
421
421
  <p>This is a path prefix matching algorithm. The pattern is an array of String, Symbol, Regexp, or nil. The path is an array of String.</p>
422
-
423
-
424
- </div>
425
- </div>
426
- <div class="tags">
427
-
428
-
429
- </div><table class="source_code">
430
- <tr>
431
- <td>
422
+
423
+
424
+ </div>
425
+ </div>
426
+ <div class="tags">
427
+
428
+
429
+ </div><table class="source_code">
430
+ <tr>
431
+ <td>
432
432
  <pre class="lines">
433
433
 
434
434
 
@@ -462,9 +462,9 @@
462
462
  104
463
463
  105
464
464
  106
465
- 107</pre>
466
- </td>
467
- <td>
465
+ 107</pre>
466
+ </td>
467
+ <td>
468
468
  <pre class="code"><span class="info file"># File 'lib/utopia/path/matcher.rb', line 77</span>
469
469
 
470
470
  <span class='kw'>def</span> <span class='id identifier rubyid_match'>match</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
@@ -497,22 +497,22 @@
497
497
  <span class='kw'>end</span>
498
498
 
499
499
  <span class='kw'>return</span> <span class='const'><span class='object_link'><a href="Matcher/MatchData.html" title="Utopia::Path::Matcher::MatchData (class)">MatchData</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Matcher/MatchData.html#initialize-instance_method" title="Utopia::Path::Matcher::MatchData#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_named_parts'>named_parts</span><span class='comma'>,</span> <span class='id identifier rubyid_components'>components</span><span class='lbracket'>[</span><span class='ivar'>@patterns</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span><span class='op'>..</span><span class='op'>-</span><span class='int'>1</span><span class='rbracket'>]</span><span class='rparen'>)</span>
500
- <span class='kw'>end</span></pre>
501
- </td>
502
- </tr>
503
- </table>
504
- </div>
505
-
506
- </div>
507
-
508
- </div>
509
-
510
- <div id="footer">
511
- Generated on Sat Mar 24 21:17:20 2018 by
512
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
513
- 0.9.12 (ruby-2.5.0).
514
- </div>
515
-
516
- </div>
517
- </body>
500
+ <span class='kw'>end</span></pre>
501
+ </td>
502
+ </tr>
503
+ </table>
504
+ </div>
505
+
506
+ </div>
507
+
508
+ </div>
509
+
510
+ <div id="footer">
511
+ Generated on Sat Mar 9 12:01:53 2019 by
512
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
513
+ 0.9.18 (ruby-2.6.1).
514
+ </div>
515
+
516
+ </div>
517
+ </body>
518
518
  </html>