referencess 0.1.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 +7 -0
- data/.coveralls +1 -0
- data/.gitignore +10 -0
- data/.rspec +2 -0
- data/.travis.yml +8 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/Guardfile +82 -0
- data/LICENSE.txt +21 -0
- data/README.md +38 -0
- data/Rakefile +7 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/doc/References.html +146 -0
- data/doc/References/Book.html +410 -0
- data/doc/References/Ebook.html +362 -0
- data/doc/References/List.html +822 -0
- data/doc/References/Magazine.html +376 -0
- data/doc/References/Name.html +559 -0
- data/doc/References/Node.html +408 -0
- data/doc/References/Reference.html +1421 -0
- data/doc/_index.html +199 -0
- data/doc/class_list.html +58 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/file.README.html +124 -0
- data/doc/file_list.html +60 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +124 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +181 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +315 -0
- data/doc/top-level-namespace.html +112 -0
- data/lib/references.rb +13 -0
- data/lib/references/book.rb +36 -0
- data/lib/references/ebook.rb +24 -0
- data/lib/references/list.rb +113 -0
- data/lib/references/magazine.rb +27 -0
- data/lib/references/name.rb +25 -0
- data/lib/references/reference.rb +143 -0
- data/lib/references/version.rb +3 -0
- data/references.gemspec +29 -0
- metadata +187 -0
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
+
<title>
|
|
7
|
+
Class: References::Magazine
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.8.7.6
|
|
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
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
19
|
+
relpath = '../';
|
|
20
|
+
framesUrl = "../frames.html#!References/Magazine.html";
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
|
25
|
+
|
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</head>
|
|
30
|
+
<body>
|
|
31
|
+
<div id="header">
|
|
32
|
+
<div id="menu">
|
|
33
|
+
|
|
34
|
+
<a href="../_index.html">Index (M)</a> »
|
|
35
|
+
<span class='title'><span class='object_link'><a href="../References.html" title="References (module)">References</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">Magazine</span>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<div id="search">
|
|
44
|
+
|
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
|
46
|
+
href="../class_list.html">
|
|
47
|
+
Class List
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
|
51
|
+
href="../method_list.html">
|
|
52
|
+
Method List
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
|
56
|
+
href="../file_list.html">
|
|
57
|
+
File List
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
<div class="clear"></div>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<iframe id="search_frame"></iframe>
|
|
65
|
+
|
|
66
|
+
<div id="content"><h1>Class: References::Magazine
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</h1>
|
|
71
|
+
|
|
72
|
+
<dl class="box">
|
|
73
|
+
|
|
74
|
+
<dt class="r1">Inherits:</dt>
|
|
75
|
+
<dd class="r1">
|
|
76
|
+
<span class="inheritName"><span class='object_link'><a href="Reference.html" title="References::Reference (class)">Reference</a></span></span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next"><span class='object_link'><a href="Reference.html" title="References::Reference (class)">Reference</a></span></li>
|
|
82
|
+
|
|
83
|
+
<li class="next">References::Magazine</li>
|
|
84
|
+
|
|
85
|
+
</ul>
|
|
86
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
87
|
+
|
|
88
|
+
</dd>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
<dt class="r2 last">Defined in:</dt>
|
|
99
|
+
<dd class="r2 last">lib/references/magazine.rb</dd>
|
|
100
|
+
|
|
101
|
+
</dl>
|
|
102
|
+
<div class="clear"></div>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<h2>Instance Attribute Summary</h2>
|
|
111
|
+
|
|
112
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Reference.html" title="References::Reference (class)">Reference</a></span></h3>
|
|
113
|
+
<p class="inherited"><span class='object_link'><a href="Reference.html#authors-instance_method" title="References::Reference#authors (method)">#authors</a></span>, <span class='object_link'><a href="Reference.html#datee-instance_method" title="References::Reference#datee (method)">#datee</a></span></p>
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<h2>
|
|
118
|
+
Instance Method Summary
|
|
119
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
120
|
+
</h2>
|
|
121
|
+
|
|
122
|
+
<ul class="summary">
|
|
123
|
+
|
|
124
|
+
<li class="public ">
|
|
125
|
+
<span class="summary_signature">
|
|
126
|
+
|
|
127
|
+
<a href="#formatAPA-instance_method" title="#formatAPA (instance method)">- (String) <strong>formatAPA</strong> </a>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
</span>
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<span class="summary_desc"><div class='inline'>
|
|
142
|
+
<p>Format book reference to APA standard.</p>
|
|
143
|
+
</div></span>
|
|
144
|
+
|
|
145
|
+
</li>
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
<li class="public ">
|
|
149
|
+
<span class="summary_signature">
|
|
150
|
+
|
|
151
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Magazine) <strong>initialize</strong>(&block) </a>
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
</span>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<span class="note title constructor">constructor</span>
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<span class="summary_desc"><div class='inline'>
|
|
168
|
+
<p>A new instance of Magazine.</p>
|
|
169
|
+
</div></span>
|
|
170
|
+
|
|
171
|
+
</li>
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
<li class="public ">
|
|
175
|
+
<span class="summary_signature">
|
|
176
|
+
|
|
177
|
+
<a href="#issbn-instance_method" title="#issbn (instance method)">- (Object) <strong>issbn</strong>(issbn) </a>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
</span>
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
192
|
+
|
|
193
|
+
</li>
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
</ul>
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Reference.html" title="References::Reference (class)">Reference</a></span></h3>
|
|
209
|
+
<p class="inherited"><span class='object_link'><a href="Reference.html#%3C%3D%3E-instance_method" title="References::Reference#<=> (method)">#<=></a></span>, <span class='object_link'><a href="Reference.html#author-instance_method" title="References::Reference#author (method)">#author</a></span>, <span class='object_link'><a href="Reference.html#cantidadAuthors-instance_method" title="References::Reference#cantidadAuthors (method)">#cantidadAuthors</a></span>, <span class='object_link'><a href="Reference.html#cantidadIsbn-instance_method" title="References::Reference#cantidadIsbn (method)">#cantidadIsbn</a></span>, <span class='object_link'><a href="Reference.html#cantidadSeries-instance_method" title="References::Reference#cantidadSeries (method)">#cantidadSeries</a></span>, <span class='object_link'><a href="Reference.html#date-instance_method" title="References::Reference#date (method)">#date</a></span>, <span class='object_link'><a href="Reference.html#editorial-instance_method" title="References::Reference#editorial (method)">#editorial</a></span>, <span class='object_link'><a href="Reference.html#hasDate-instance_method" title="References::Reference#hasDate (method)">#hasDate</a></span>, <span class='object_link'><a href="Reference.html#hasEdition-instance_method" title="References::Reference#hasEdition (method)">#hasEdition</a></span>, <span class='object_link'><a href="Reference.html#hasEditionnumber-instance_method" title="References::Reference#hasEditionnumber (method)">#hasEditionnumber</a></span>, <span class='object_link'><a href="Reference.html#hasTitle-instance_method" title="References::Reference#hasTitle (method)">#hasTitle</a></span>, <span class='object_link'><a href="Reference.html#prettyOutput-instance_method" title="References::Reference#prettyOutput (method)">#prettyOutput</a></span>, <span class='object_link'><a href="Reference.html#title-instance_method" title="References::Reference#title (method)">#title</a></span></p>
|
|
210
|
+
|
|
211
|
+
<div id="constructor_details" class="method_details_list">
|
|
212
|
+
<h2>Constructor Details</h2>
|
|
213
|
+
|
|
214
|
+
<div class="method_details first">
|
|
215
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
216
|
+
|
|
217
|
+
- (<tt><span class='object_link'><a href="" title="References::Magazine (class)">Magazine</a></span></tt>) <strong>initialize</strong>(&block)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
</h3><div class="docstring">
|
|
224
|
+
<div class="discussion">
|
|
225
|
+
|
|
226
|
+
<p>Returns a new instance of Magazine</p>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
</div>
|
|
230
|
+
</div>
|
|
231
|
+
<div class="tags">
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
</div><table class="source_code">
|
|
235
|
+
<tr>
|
|
236
|
+
<td>
|
|
237
|
+
<pre class="lines">
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
6
|
|
241
|
+
7
|
|
242
|
+
8
|
|
243
|
+
9</pre>
|
|
244
|
+
</td>
|
|
245
|
+
<td>
|
|
246
|
+
<pre class="code"><span class="info file"># File 'lib/references/magazine.rb', line 6</span>
|
|
247
|
+
|
|
248
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
249
|
+
<span class='id identifier rubyid_instance_eval'>instance_eval</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
|
250
|
+
<span class='ivar'>@title</span> <span class='op'>=</span> <span class='ivar'>@title</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_x'>x</span><span class='op'>|</span> <span class='kw'>if</span> <span class='id identifier rubyid_x'>x</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>>=</span> <span class='int'>4</span> <span class='kw'>then</span> <span class='id identifier rubyid_x'>x</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_upcase'>upcase</span> <span class='op'>+</span> <span class='id identifier rubyid_x'>x</span><span class='lbracket'>[</span><span class='int'>1</span><span class='op'>..</span><span class='op'>-</span><span class='int'>1</span><span class='rbracket'>]</span> <span class='kw'>end</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
251
|
+
<span class='kw'>end</span></pre>
|
|
252
|
+
</td>
|
|
253
|
+
</tr>
|
|
254
|
+
</table>
|
|
255
|
+
</div>
|
|
256
|
+
|
|
257
|
+
</div>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
<div id="instance_method_details" class="method_details_list">
|
|
261
|
+
<h2>Instance Method Details</h2>
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
<div class="method_details first">
|
|
265
|
+
<h3 class="signature first" id="formatAPA-instance_method">
|
|
266
|
+
|
|
267
|
+
- (<tt>String</tt>) <strong>formatAPA</strong>
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
</h3><div class="docstring">
|
|
274
|
+
<div class="discussion">
|
|
275
|
+
|
|
276
|
+
<p>Format book reference to APA standard</p>
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
</div>
|
|
280
|
+
</div>
|
|
281
|
+
<div class="tags">
|
|
282
|
+
|
|
283
|
+
<p class="tag_title">Returns:</p>
|
|
284
|
+
<ul class="return">
|
|
285
|
+
|
|
286
|
+
<li>
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
—
|
|
294
|
+
<div class='inline'>
|
|
295
|
+
<p>format output</p>
|
|
296
|
+
</div>
|
|
297
|
+
|
|
298
|
+
</li>
|
|
299
|
+
|
|
300
|
+
</ul>
|
|
301
|
+
|
|
302
|
+
</div><table class="source_code">
|
|
303
|
+
<tr>
|
|
304
|
+
<td>
|
|
305
|
+
<pre class="lines">
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
20
|
|
309
|
+
21
|
|
310
|
+
22
|
|
311
|
+
23
|
|
312
|
+
24
|
|
313
|
+
25</pre>
|
|
314
|
+
</td>
|
|
315
|
+
<td>
|
|
316
|
+
<pre class="code"><span class="info file"># File 'lib/references/magazine.rb', line 20</span>
|
|
317
|
+
|
|
318
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_formatAPA'>formatAPA</span>
|
|
319
|
+
<span class='lparen'>(</span><span class='id identifier rubyid_prettyOutput'>prettyOutput</span><span class='lparen'>(</span><span class='ivar'>@authors</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_x'>x</span><span class='op'>|</span> <span class='id identifier rubyid_x'>x</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='rbrace'>}</span><span class='rparen'>)</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>(</span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='ivar'>@datee</span><span class='period'>.</span><span class='id identifier rubyid_year'>year</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>) </span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='ivar'>@title</span> <span class='op'>+</span>
|
|
320
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n\t(</span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='ivar'>@edition</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>) </span><span class='tstring_end'>"</span></span> <span class='op'>+</span>
|
|
321
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>(</span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='ivar'>@editionnumber</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>) </span><span class='tstring_end'>"</span></span> <span class='op'>+</span>
|
|
322
|
+
<span class='ivar'>@issbn</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>, </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='rparen'>)</span>
|
|
323
|
+
<span class='kw'>end</span></pre>
|
|
324
|
+
</td>
|
|
325
|
+
</tr>
|
|
326
|
+
</table>
|
|
327
|
+
</div>
|
|
328
|
+
|
|
329
|
+
<div class="method_details ">
|
|
330
|
+
<h3 class="signature " id="issbn-instance_method">
|
|
331
|
+
|
|
332
|
+
- (<tt>Object</tt>) <strong>issbn</strong>(issbn)
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
</h3><table class="source_code">
|
|
339
|
+
<tr>
|
|
340
|
+
<td>
|
|
341
|
+
<pre class="lines">
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
11
|
|
345
|
+
12
|
|
346
|
+
13
|
|
347
|
+
14
|
|
348
|
+
15
|
|
349
|
+
16</pre>
|
|
350
|
+
</td>
|
|
351
|
+
<td>
|
|
352
|
+
<pre class="code"><span class="info file"># File 'lib/references/magazine.rb', line 11</span>
|
|
353
|
+
|
|
354
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_issbn'>issbn</span><span class='lparen'>(</span><span class='id identifier rubyid_issbn'>issbn</span><span class='rparen'>)</span>
|
|
355
|
+
<span class='kw'>if</span> <span class='ivar'>@issbn</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
|
356
|
+
<span class='ivar'>@issbn</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
|
357
|
+
<span class='kw'>end</span>
|
|
358
|
+
<span class='ivar'>@issbn</span> <span class='op'><<</span> <span class='id identifier rubyid_issbn'>issbn</span>
|
|
359
|
+
<span class='kw'>end</span></pre>
|
|
360
|
+
</td>
|
|
361
|
+
</tr>
|
|
362
|
+
</table>
|
|
363
|
+
</div>
|
|
364
|
+
|
|
365
|
+
</div>
|
|
366
|
+
|
|
367
|
+
</div>
|
|
368
|
+
|
|
369
|
+
<div id="footer">
|
|
370
|
+
Generated on Tue Dec 15 21:21:43 2015 by
|
|
371
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
372
|
+
0.8.7.6 (ruby-2.2.3).
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
</body>
|
|
376
|
+
</html>
|
|
@@ -0,0 +1,559 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
+
<title>
|
|
7
|
+
Class: References::Name
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.8.7.6
|
|
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
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
19
|
+
relpath = '../';
|
|
20
|
+
framesUrl = "../frames.html#!References/Name.html";
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
|
25
|
+
|
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</head>
|
|
30
|
+
<body>
|
|
31
|
+
<div id="header">
|
|
32
|
+
<div id="menu">
|
|
33
|
+
|
|
34
|
+
<a href="../_index.html">Index (N)</a> »
|
|
35
|
+
<span class='title'><span class='object_link'><a href="../References.html" title="References (module)">References</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">Name</span>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<div id="search">
|
|
44
|
+
|
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
|
46
|
+
href="../class_list.html">
|
|
47
|
+
Class List
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
|
51
|
+
href="../method_list.html">
|
|
52
|
+
Method List
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
|
56
|
+
href="../file_list.html">
|
|
57
|
+
File List
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
<div class="clear"></div>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<iframe id="search_frame"></iframe>
|
|
65
|
+
|
|
66
|
+
<div id="content"><h1>Class: References::Name
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</h1>
|
|
71
|
+
|
|
72
|
+
<dl class="box">
|
|
73
|
+
|
|
74
|
+
<dt class="r1">Inherits:</dt>
|
|
75
|
+
<dd class="r1">
|
|
76
|
+
<span class="inheritName">Object</span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next">References::Name</li>
|
|
82
|
+
|
|
83
|
+
</ul>
|
|
84
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
85
|
+
|
|
86
|
+
</dd>
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
<dt class="r2">Includes:</dt>
|
|
94
|
+
<dd class="r2">Comparable</dd>
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
<dt class="r1 last">Defined in:</dt>
|
|
101
|
+
<dd class="r1 last">lib/references/name.rb</dd>
|
|
102
|
+
|
|
103
|
+
</dl>
|
|
104
|
+
<div class="clear"></div>
|
|
105
|
+
|
|
106
|
+
<h2>Overview</h2><div class="docstring">
|
|
107
|
+
<div class="discussion">
|
|
108
|
+
|
|
109
|
+
<p>This class let work internal names of authors of a fancy way.</p>
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="tags">
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
|
122
|
+
<ul class="summary">
|
|
123
|
+
|
|
124
|
+
<li class="public ">
|
|
125
|
+
<span class="summary_signature">
|
|
126
|
+
|
|
127
|
+
<a href="#names-instance_method" title="#names (instance method)">- (Object) <strong>names</strong> </a>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
</span>
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
<span class="note title readonly">readonly</span>
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
<span class="summary_desc"><div class='inline'>
|
|
147
|
+
<p>Returns the value of attribute names.</p>
|
|
148
|
+
</div></span>
|
|
149
|
+
|
|
150
|
+
</li>
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
<li class="public ">
|
|
154
|
+
<span class="summary_signature">
|
|
155
|
+
|
|
156
|
+
<a href="#surnames-instance_method" title="#surnames (instance method)">- (Object) <strong>surnames</strong> </a>
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
</span>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
<span class="note title readonly">readonly</span>
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
<span class="summary_desc"><div class='inline'>
|
|
176
|
+
<p>Returns the value of attribute surnames.</p>
|
|
177
|
+
</div></span>
|
|
178
|
+
|
|
179
|
+
</li>
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
</ul>
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
<h2>
|
|
189
|
+
Instance Method Summary
|
|
190
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
191
|
+
</h2>
|
|
192
|
+
|
|
193
|
+
<ul class="summary">
|
|
194
|
+
|
|
195
|
+
<li class="public ">
|
|
196
|
+
<span class="summary_signature">
|
|
197
|
+
|
|
198
|
+
<a href="#%3C%3D%3E-instance_method" title="#<=> (instance method)">- (Object) <strong><=></strong>(other) </a>
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
</span>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
<span class="summary_desc"><div class='inline'>
|
|
213
|
+
<p>Define the comparasion of names, in this case is with the first surname.</p>
|
|
214
|
+
</div></span>
|
|
215
|
+
|
|
216
|
+
</li>
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
<li class="public ">
|
|
220
|
+
<span class="summary_signature">
|
|
221
|
+
|
|
222
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Name) <strong>initialize</strong>(surnames, names) </a>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
</span>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
<span class="note title constructor">constructor</span>
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
<span class="summary_desc"><div class='inline'>
|
|
239
|
+
<p>Make a Name object.</p>
|
|
240
|
+
</div></span>
|
|
241
|
+
|
|
242
|
+
</li>
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
<li class="public ">
|
|
246
|
+
<span class="summary_signature">
|
|
247
|
+
|
|
248
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">- (String) <strong>to_s</strong> </a>
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
</span>
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<span class="summary_desc"><div class='inline'>
|
|
263
|
+
<p>Let convert a Name object in a human readable String in fancy way too.</p>
|
|
264
|
+
</div></span>
|
|
265
|
+
|
|
266
|
+
</li>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
</ul>
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
<div id="constructor_details" class="method_details_list">
|
|
274
|
+
<h2>Constructor Details</h2>
|
|
275
|
+
|
|
276
|
+
<div class="method_details first">
|
|
277
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
278
|
+
|
|
279
|
+
- (<tt><span class='object_link'><a href="" title="References::Name (class)">Name</a></span></tt>) <strong>initialize</strong>(surnames, names)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
</h3><div class="docstring">
|
|
286
|
+
<div class="discussion">
|
|
287
|
+
|
|
288
|
+
<p>Make a Name object</p>
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
</div>
|
|
292
|
+
</div>
|
|
293
|
+
<div class="tags">
|
|
294
|
+
<p class="tag_title">Parameters:</p>
|
|
295
|
+
<ul class="param">
|
|
296
|
+
|
|
297
|
+
<li>
|
|
298
|
+
|
|
299
|
+
<span class='name'>surnames</span>
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
—
|
|
307
|
+
<div class='inline'>
|
|
308
|
+
<p>Take string with surnames of person of interest seperated with spaces.</p>
|
|
309
|
+
</div>
|
|
310
|
+
|
|
311
|
+
</li>
|
|
312
|
+
|
|
313
|
+
<li>
|
|
314
|
+
|
|
315
|
+
<span class='name'>names</span>
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
—
|
|
323
|
+
<div class='inline'>
|
|
324
|
+
<p>Take string with names of person of interest seperated with spaces.</p>
|
|
325
|
+
</div>
|
|
326
|
+
|
|
327
|
+
</li>
|
|
328
|
+
|
|
329
|
+
</ul>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
</div><table class="source_code">
|
|
333
|
+
<tr>
|
|
334
|
+
<td>
|
|
335
|
+
<pre class="lines">
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
10
|
|
339
|
+
11
|
|
340
|
+
12
|
|
341
|
+
13</pre>
|
|
342
|
+
</td>
|
|
343
|
+
<td>
|
|
344
|
+
<pre class="code"><span class="info file"># File 'lib/references/name.rb', line 10</span>
|
|
345
|
+
|
|
346
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_surnames'>surnames</span><span class='comma'>,</span> <span class='id identifier rubyid_names'>names</span><span class='rparen'>)</span>
|
|
347
|
+
<span class='ivar'>@surnames</span> <span class='op'>=</span> <span class='id identifier rubyid_surnames'>surnames</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
348
|
+
<span class='ivar'>@names</span> <span class='op'>=</span> <span class='id identifier rubyid_names'>names</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
349
|
+
<span class='kw'>end</span></pre>
|
|
350
|
+
</td>
|
|
351
|
+
</tr>
|
|
352
|
+
</table>
|
|
353
|
+
</div>
|
|
354
|
+
|
|
355
|
+
</div>
|
|
356
|
+
|
|
357
|
+
<div id="instance_attr_details" class="attr_details">
|
|
358
|
+
<h2>Instance Attribute Details</h2>
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
<span id=""></span>
|
|
362
|
+
<div class="method_details first">
|
|
363
|
+
<h3 class="signature first" id="names-instance_method">
|
|
364
|
+
|
|
365
|
+
- (<tt>Object</tt>) <strong>names</strong> <span class="extras">(readonly)</span>
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
</h3><div class="docstring">
|
|
372
|
+
<div class="discussion">
|
|
373
|
+
|
|
374
|
+
<p>Returns the value of attribute names</p>
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
</div>
|
|
378
|
+
</div>
|
|
379
|
+
<div class="tags">
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
</div><table class="source_code">
|
|
383
|
+
<tr>
|
|
384
|
+
<td>
|
|
385
|
+
<pre class="lines">
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
6
|
|
389
|
+
7
|
|
390
|
+
8</pre>
|
|
391
|
+
</td>
|
|
392
|
+
<td>
|
|
393
|
+
<pre class="code"><span class="info file"># File 'lib/references/name.rb', line 6</span>
|
|
394
|
+
|
|
395
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_names'>names</span>
|
|
396
|
+
<span class='ivar'>@names</span>
|
|
397
|
+
<span class='kw'>end</span></pre>
|
|
398
|
+
</td>
|
|
399
|
+
</tr>
|
|
400
|
+
</table>
|
|
401
|
+
</div>
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
<span id=""></span>
|
|
405
|
+
<div class="method_details ">
|
|
406
|
+
<h3 class="signature " id="surnames-instance_method">
|
|
407
|
+
|
|
408
|
+
- (<tt>Object</tt>) <strong>surnames</strong> <span class="extras">(readonly)</span>
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
</h3><div class="docstring">
|
|
415
|
+
<div class="discussion">
|
|
416
|
+
|
|
417
|
+
<p>Returns the value of attribute surnames</p>
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
</div>
|
|
421
|
+
</div>
|
|
422
|
+
<div class="tags">
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
</div><table class="source_code">
|
|
426
|
+
<tr>
|
|
427
|
+
<td>
|
|
428
|
+
<pre class="lines">
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
6
|
|
432
|
+
7
|
|
433
|
+
8</pre>
|
|
434
|
+
</td>
|
|
435
|
+
<td>
|
|
436
|
+
<pre class="code"><span class="info file"># File 'lib/references/name.rb', line 6</span>
|
|
437
|
+
|
|
438
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_surnames'>surnames</span>
|
|
439
|
+
<span class='ivar'>@surnames</span>
|
|
440
|
+
<span class='kw'>end</span></pre>
|
|
441
|
+
</td>
|
|
442
|
+
</tr>
|
|
443
|
+
</table>
|
|
444
|
+
</div>
|
|
445
|
+
|
|
446
|
+
</div>
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
<div id="instance_method_details" class="method_details_list">
|
|
450
|
+
<h2>Instance Method Details</h2>
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
<div class="method_details first">
|
|
454
|
+
<h3 class="signature first" id="<=>-instance_method">
|
|
455
|
+
|
|
456
|
+
- (<tt>Object</tt>) <strong><=></strong>(other)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
</h3><div class="docstring">
|
|
463
|
+
<div class="discussion">
|
|
464
|
+
|
|
465
|
+
<p>Define the comparasion of names, in this case is with the first surname.</p>
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
</div>
|
|
469
|
+
</div>
|
|
470
|
+
<div class="tags">
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
</div><table class="source_code">
|
|
474
|
+
<tr>
|
|
475
|
+
<td>
|
|
476
|
+
<pre class="lines">
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
15
|
|
480
|
+
16
|
|
481
|
+
17</pre>
|
|
482
|
+
</td>
|
|
483
|
+
<td>
|
|
484
|
+
<pre class="code"><span class="info file"># File 'lib/references/name.rb', line 15</span>
|
|
485
|
+
|
|
486
|
+
<span class='kw'>def</span> <span class='op'><=></span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
|
487
|
+
<span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_surnames'>surnames</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span> <span class='op'><=></span> <span class='ivar'>@surnames</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span>
|
|
488
|
+
<span class='kw'>end</span></pre>
|
|
489
|
+
</td>
|
|
490
|
+
</tr>
|
|
491
|
+
</table>
|
|
492
|
+
</div>
|
|
493
|
+
|
|
494
|
+
<div class="method_details ">
|
|
495
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
496
|
+
|
|
497
|
+
- (<tt>String</tt>) <strong>to_s</strong>
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
</h3><div class="docstring">
|
|
504
|
+
<div class="discussion">
|
|
505
|
+
|
|
506
|
+
<p>Let convert a Name object in a human readable String in fancy way too.</p>
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
</div>
|
|
510
|
+
</div>
|
|
511
|
+
<div class="tags">
|
|
512
|
+
|
|
513
|
+
<p class="tag_title">Returns:</p>
|
|
514
|
+
<ul class="return">
|
|
515
|
+
|
|
516
|
+
<li>
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
<span class='type'>(<tt>String</tt>)</span>
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
</li>
|
|
524
|
+
|
|
525
|
+
</ul>
|
|
526
|
+
|
|
527
|
+
</div><table class="source_code">
|
|
528
|
+
<tr>
|
|
529
|
+
<td>
|
|
530
|
+
<pre class="lines">
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
21
|
|
534
|
+
22
|
|
535
|
+
23</pre>
|
|
536
|
+
</td>
|
|
537
|
+
<td>
|
|
538
|
+
<pre class="code"><span class="info file"># File 'lib/references/name.rb', line 21</span>
|
|
539
|
+
|
|
540
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
541
|
+
<span class='ivar'>@surnames</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>, </span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='lparen'>(</span><span class='ivar'>@names</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_x'>x</span><span class='op'>|</span> <span class='id identifier rubyid_x'>x</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_upcase'>upcase</span> <span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>. </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>. </span><span class='tstring_end'>"</span></span>
|
|
542
|
+
<span class='kw'>end</span></pre>
|
|
543
|
+
</td>
|
|
544
|
+
</tr>
|
|
545
|
+
</table>
|
|
546
|
+
</div>
|
|
547
|
+
|
|
548
|
+
</div>
|
|
549
|
+
|
|
550
|
+
</div>
|
|
551
|
+
|
|
552
|
+
<div id="footer">
|
|
553
|
+
Generated on Tue Dec 15 21:21:43 2015 by
|
|
554
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
555
|
+
0.8.7.6 (ruby-2.2.3).
|
|
556
|
+
</div>
|
|
557
|
+
|
|
558
|
+
</body>
|
|
559
|
+
</html>
|