marc4j4r 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,690 @@
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 name="Content-Type" content="text/html; charset=UTF-8" />
6
+ <title>Class: RecordImpl</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <script type="text/javascript" charset="utf-8">
20
+ if (window.top.frames.main) document.body.className = 'frames';
21
+ </script>
22
+
23
+ <div id="header">
24
+ <div id="menu">
25
+
26
+ <a href="_index.html">Index (R)</a> &raquo;
27
+
28
+
29
+ <span class="title">RecordImpl</span>
30
+
31
+
32
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
+ </div>
34
+
35
+ <div id="search">
36
+ <a id="class_list_link" href="#">Class List</a>
37
+ <a id="method_list_link" href="#">Method List</a>
38
+ <a id ="file_list_link" href="#">File List</a>
39
+ </div>
40
+
41
+ <div class="clear"></div>
42
+ </div>
43
+
44
+ <iframe id="search_frame"></iframe>
45
+
46
+ <div id="content"><h1>Class: RecordImpl
47
+
48
+
49
+ </h1>
50
+
51
+ <dl class="box">
52
+
53
+ <dt class="r1">Inherits:</dt>
54
+ <dd class="r1">
55
+ <span class="inheritName">Object</span>
56
+
57
+ <ul class="fullTree">
58
+ <li>Object</li>
59
+
60
+ <li class="next">RecordImpl</li>
61
+
62
+ </ul>
63
+ <a href="#" class="inheritanceTree">show all</a>
64
+
65
+ </dd>
66
+
67
+
68
+
69
+
70
+
71
+
72
+ <dt class="r2">Includes:</dt>
73
+ <dd class="r2">Enumerable</dd>
74
+
75
+
76
+
77
+
78
+ <dt class="r1 last">Defined in:</dt>
79
+ <dd class="r1 last">lib/marc4j4r.rb</dd>
80
+
81
+ </dl>
82
+ <div class="clear"></div>
83
+
84
+ <h2>Overview</h2><div class="docstring">
85
+ <div class="discussion">
86
+ <p>
87
+ Open up RecordImpl to add some sugar, including Enumberable as well
88
+ </p>
89
+
90
+
91
+ </div>
92
+ </div>
93
+ <div class="tags">
94
+ <h3>Author:</h3>
95
+ <ul class="author">
96
+
97
+ <li>
98
+
99
+
100
+
101
+
102
+
103
+
104
+ Bill Dueber
105
+
106
+
107
+
108
+ </li>
109
+
110
+ </ul>
111
+
112
+ </div>
113
+
114
+
115
+
116
+ <h2>Instance Method Summary</h2>
117
+
118
+ <ul class="summary">
119
+
120
+ <li class="public ">
121
+ <span class="summary_signature">
122
+
123
+ <a href="#%5B%5D-instance_method" title="#[] (instance method)">- (Field) <strong>[]</strong>(tag) </a>
124
+
125
+
126
+
127
+ </span>
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+ <span class="summary_desc">
136
+ Get the first field associated with a tag.
137
+
138
+ </span>
139
+
140
+ </li>
141
+
142
+
143
+ <li class="public ">
144
+ <span class="summary_signature">
145
+
146
+ <a href="#each-instance_method" title="#each (instance method)">- (Object) <strong>each</strong> </a>
147
+
148
+
149
+
150
+ </span>
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+ <span class="summary_desc">
159
+ Cycle through the fields in the order the appear in the record.
160
+
161
+ </span>
162
+
163
+ </li>
164
+
165
+
166
+ <li class="public ">
167
+ <span class="summary_signature">
168
+
169
+ <a href="#find_by_tag-instance_method" title="#find_by_tag (instance method)">- (Object) <strong>find_by_tag</strong>(tags, originalorder = false) </a>
170
+
171
+
172
+
173
+ </span>
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+ <span class="summary_desc"></span>
182
+
183
+ </li>
184
+
185
+
186
+ <li class="public ">
187
+ <span class="summary_signature">
188
+
189
+ <a href="#hashify-instance_method" title="#hashify (instance method)">- (Object) <strong>hashify</strong> </a>
190
+
191
+
192
+
193
+ </span>
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+ <span class="summary_desc">
202
+ Create a local hash by tag number; makes some stuff faster Called
203
+ automatically if you use reader.each.
204
+
205
+ </span>
206
+
207
+ </li>
208
+
209
+
210
+ <li class="public ">
211
+ <span class="summary_signature">
212
+
213
+ <a href="#leader-instance_method" title="#leader (instance method)">- (Object) <strong>leader</strong> </a>
214
+
215
+
216
+
217
+ </span>
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+ <span class="summary_desc">
226
+ Get the leader as a string (marc4j would otherwise return Leader object).
227
+
228
+ </span>
229
+
230
+ </li>
231
+
232
+
233
+ <li class="public ">
234
+ <span class="summary_signature">
235
+
236
+ <a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
237
+
238
+
239
+
240
+ </span>
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <span class="summary_desc">
249
+ Create a nice string of the record.
250
+
251
+ </span>
252
+
253
+ </li>
254
+
255
+
256
+ <li class="public ">
257
+ <span class="summary_signature">
258
+
259
+ <a href="#to_xml-instance_method" title="#to_xml (instance method)">- (Object) <strong>to_xml</strong> </a>
260
+
261
+
262
+
263
+ </span>
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+ <span class="summary_desc">
272
+ Return the record as valid MARC-XML.
273
+
274
+ </span>
275
+
276
+ </li>
277
+
278
+
279
+ </ul>
280
+
281
+
282
+
283
+ <div id="instance_method_details" class="method_details_list">
284
+ <h2>Instance Method Details</h2>
285
+
286
+
287
+ <div class="method_details first">
288
+ <p class="signature first" id="[]-instance_method">
289
+
290
+ - (<tt>Field</tt>) <strong>[]</strong>(tag)
291
+
292
+
293
+
294
+ </p><div class="docstring">
295
+ <div class="discussion">
296
+ <p>
297
+ Get the first field associated with a tag
298
+ </p>
299
+
300
+
301
+ </div>
302
+ </div>
303
+ <div class="tags">
304
+ <h3>Parameters:</h3>
305
+ <ul class="param">
306
+
307
+ <li>
308
+
309
+ <span class='type'>(<tt>String</tt>)</span>
310
+
311
+
312
+ <span class='name'>tag</span>
313
+
314
+
315
+
316
+ &mdash;
317
+
318
+ The tag
319
+
320
+
321
+
322
+ </li>
323
+
324
+ </ul>
325
+ <h3>Returns:</h3>
326
+ <ul class="return">
327
+
328
+ <li>
329
+
330
+ <span class='type'>(<tt>Field</tt>)</span>
331
+
332
+
333
+
334
+
335
+ &mdash;
336
+
337
+ The first matching field, or nil if none. Note that to mirror ruby-marc,
338
+ this returns a single field
339
+
340
+
341
+
342
+ </li>
343
+
344
+ </ul>
345
+
346
+ </div><table class="source_code">
347
+ <tr>
348
+ <td>
349
+ <pre class="lines">
350
+
351
+
352
+ 165
353
+ 166
354
+ 167
355
+ 168
356
+ 169
357
+ 170
358
+ 171</pre>
359
+ </td>
360
+ <td>
361
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 165</span>
362
+
363
+ <span class='def def kw'>def</span> <span class='aref op'>[]</span> <span class='tag identifier id'>tag</span>
364
+ <span class='if if kw'>if</span> <span class='defined? defined kw'>defined?</span> <span class='@hashedtags ivar id'>@hashedtags</span>
365
+ <span class='return return kw'>return</span> <span class='@hashedtags ivar id'>@hashedtags</span><span class='lbrack token'>[</span><span class='tag identifier id'>tag</span><span class='rbrack token'>]</span><span class='lbrack token'>[</span><span class='integer val'>0</span><span class='rbrack token'>]</span>
366
+ <span class='else else kw'>else</span>
367
+ <span class='return return kw'>return</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='getVariableField identifier id'>getVariableField</span><span class='lparen token'>(</span><span class='tag identifier id'>tag</span><span class='rparen token'>)</span>
368
+ <span class='end end kw'>end</span>
369
+ <span class='end end kw'>end</span>
370
+ </pre>
371
+ </td>
372
+ </tr>
373
+ </table>
374
+ </div>
375
+
376
+ <div class="method_details ">
377
+ <p class="signature " id="each-instance_method">
378
+
379
+ - (<tt>Object</tt>) <strong>each</strong>
380
+
381
+
382
+
383
+ </p><div class="docstring">
384
+ <div class="discussion">
385
+ <p>
386
+ Cycle through the fields in the order the appear in the record
387
+ </p>
388
+
389
+
390
+ </div>
391
+ </div>
392
+ <div class="tags">
393
+
394
+ </div><table class="source_code">
395
+ <tr>
396
+ <td>
397
+ <pre class="lines">
398
+
399
+
400
+ 154
401
+ 155
402
+ 156
403
+ 157
404
+ 158</pre>
405
+ </td>
406
+ <td>
407
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 154</span>
408
+
409
+ <span class='def def kw'>def</span> <span class='each identifier id'>each</span>
410
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='getVariableFields identifier id'>getVariableFields</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='f identifier id'>f</span><span class='bitor op'>|</span>
411
+ <span class='yield yield kw'>yield</span> <span class='f identifier id'>f</span>
412
+ <span class='end end kw'>end</span>
413
+ <span class='end end kw'>end</span>
414
+ </pre>
415
+ </td>
416
+ </tr>
417
+ </table>
418
+ </div>
419
+
420
+ <div class="method_details ">
421
+ <p class="signature " id="find_by_tag-instance_method">
422
+
423
+ - (<tt>Object</tt>) <strong>find_by_tag</strong>(tags, originalorder = false)
424
+
425
+
426
+
427
+ </p><table class="source_code">
428
+ <tr>
429
+ <td>
430
+ <pre class="lines">
431
+
432
+
433
+ 207
434
+ 208
435
+ 209
436
+ 210
437
+ 211
438
+ 212
439
+ 213
440
+ 214
441
+ 215
442
+ 216
443
+ 217
444
+ 218
445
+ 219
446
+ 220</pre>
447
+ </td>
448
+ <td>
449
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 207</span>
450
+
451
+ <span class='def def kw'>def</span> <span class='find_by_tag identifier id'>find_by_tag</span><span class='lparen token'>(</span><span class='tags identifier id'>tags</span><span class='comma token'>,</span> <span class='originalorder identifier id'>originalorder</span> <span class='assign token'>=</span> <span class='false false kw'>false</span><span class='rparen token'>)</span>
452
+ <span class='if if kw'>if</span> <span class='notop op'>!</span><span class='tags identifier id'>tags</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span> <span class='Array constant id'>Array</span>
453
+ <span class='tags identifier id'>tags</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='tags identifier id'>tags</span><span class='rbrack token'>]</span>
454
+ <span class='end end kw'>end</span>
455
+ <span class='if if kw'>if</span> <span class='lparen token'>(</span><span class='originalorder identifier id'>originalorder</span> <span class='eq op'>==</span> <span class='false false kw'>false</span> <span class='and and kw'>and</span> <span class='@hashedtags ivar id'>@hashedtags</span> <span class='eq op'>==</span> <span class='nil nil kw'>nil</span><span class='rparen token'>)</span>
456
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='hashify identifier id'>hashify</span>
457
+ <span class='end end kw'>end</span>
458
+ <span class='if if kw'>if</span> <span class='originalorder identifier id'>originalorder</span>
459
+ <span class='return return kw'>return</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='find_all identifier id'>find_all</span> <span class='lbrace token'>{</span><span class='bitor op'>|</span><span class='f identifier id'>f</span><span class='bitor op'>|</span> <span class='tags identifier id'>tags</span><span class='dot token'>.</span><span class='include? fid id'>include?</span> <span class='f identifier id'>f</span><span class='dot token'>.</span><span class='tag identifier id'>tag</span><span class='rbrace token'>}</span>
460
+ <span class='else else kw'>else</span>
461
+ <span class='comment val'># puts &quot;Tags is #{tags}: got #{@hashedtags.values_at(*tags)}&quot;</span>
462
+ <span class='return return kw'>return</span> <span class='@hashedtags ivar id'>@hashedtags</span><span class='dot token'>.</span><span class='values_at identifier id'>values_at</span><span class='lparen token'>(</span><span class='mult op'>*</span><span class='tags identifier id'>tags</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='flatten identifier id'>flatten</span><span class='dot token'>.</span><span class='compact identifier id'>compact</span>
463
+ <span class='end end kw'>end</span>
464
+ <span class='end end kw'>end</span>
465
+ </pre>
466
+ </td>
467
+ </tr>
468
+ </table>
469
+ </div>
470
+
471
+ <div class="method_details ">
472
+ <p class="signature " id="hashify-instance_method">
473
+
474
+ - (<tt>Object</tt>) <strong>hashify</strong>
475
+
476
+
477
+
478
+ </p><div class="docstring">
479
+ <div class="discussion">
480
+ <p>
481
+ Create a local hash by tag number; makes some stuff faster Called
482
+ automatically if you use reader.each
483
+ </p>
484
+
485
+
486
+ </div>
487
+ </div>
488
+ <div class="tags">
489
+
490
+ </div><table class="source_code">
491
+ <tr>
492
+ <td>
493
+ <pre class="lines">
494
+
495
+
496
+ 130
497
+ 131
498
+ 132
499
+ 133
500
+ 134
501
+ 135
502
+ 136
503
+ 137</pre>
504
+ </td>
505
+ <td>
506
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 130</span>
507
+
508
+ <span class='def def kw'>def</span> <span class='hashify identifier id'>hashify</span>
509
+ <span class='return return kw'>return</span> <span class='if if_mod kw'>if</span> <span class='@hashedtags ivar id'>@hashedtags</span> <span class='comment val'># don't do it more than once</span>
510
+ <span class='@hashedtags ivar id'>@hashedtags</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span>
511
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='getVariableFields identifier id'>getVariableFields</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='f identifier id'>f</span><span class='bitor op'>|</span>
512
+ <span class='@hashedtags ivar id'>@hashedtags</span><span class='lbrack token'>[</span><span class='f identifier id'>f</span><span class='dot token'>.</span><span class='tag identifier id'>tag</span><span class='rbrack token'>]</span> <span class='opasgn op'>||=</span> <span class='lbrack token'>[</span><span class='rbrack token'>]</span>
513
+ <span class='@hashedtags ivar id'>@hashedtags</span><span class='lbrack token'>[</span><span class='f identifier id'>f</span><span class='dot token'>.</span><span class='tag identifier id'>tag</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='push identifier id'>push</span> <span class='f identifier id'>f</span>
514
+ <span class='end end kw'>end</span>
515
+ <span class='end end kw'>end</span>
516
+ </pre>
517
+ </td>
518
+ </tr>
519
+ </table>
520
+ </div>
521
+
522
+ <div class="method_details ">
523
+ <p class="signature " id="leader-instance_method">
524
+
525
+ - (<tt>Object</tt>) <strong>leader</strong>
526
+
527
+
528
+
529
+ </p><div class="docstring">
530
+ <div class="discussion">
531
+ <p>
532
+ Get the leader as a string (marc4j would otherwise return Leader object)
533
+ </p>
534
+
535
+
536
+ </div>
537
+ </div>
538
+ <div class="tags">
539
+
540
+ </div><table class="source_code">
541
+ <tr>
542
+ <td>
543
+ <pre class="lines">
544
+
545
+
546
+ 149
547
+ 150
548
+ 151</pre>
549
+ </td>
550
+ <td>
551
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 149</span>
552
+
553
+ <span class='def def kw'>def</span> <span class='leader identifier id'>leader</span>
554
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='get_leader identifier id'>get_leader</span><span class='dot token'>.</span><span class='toString identifier id'>toString</span>
555
+ <span class='end end kw'>end</span>
556
+ </pre>
557
+ </td>
558
+ </tr>
559
+ </table>
560
+ </div>
561
+
562
+ <div class="method_details ">
563
+ <p class="signature " id="to_s-instance_method">
564
+
565
+ - (<tt>Object</tt>) <strong>to_s</strong>
566
+
567
+
568
+
569
+ </p><div class="docstring">
570
+ <div class="discussion">
571
+ <p>
572
+ Create a nice string of the record
573
+ </p>
574
+
575
+
576
+ </div>
577
+ </div>
578
+ <div class="tags">
579
+
580
+ </div><table class="source_code">
581
+ <tr>
582
+ <td>
583
+ <pre class="lines">
584
+
585
+
586
+ 140
587
+ 141
588
+ 142
589
+ 143
590
+ 144
591
+ 145
592
+ 146</pre>
593
+ </td>
594
+ <td>
595
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 140</span>
596
+
597
+ <span class='def def kw'>def</span> <span class='to_s identifier id'>to_s</span>
598
+ <span class='arr identifier id'>arr</span> <span class='assign token'>=</span> <span class='lbrack token'>[</span><span class='string val'>'LEADER '</span> <span class='plus op'>+</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='leader identifier id'>leader</span><span class='rbrack token'>]</span>
599
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='f identifier id'>f</span><span class='bitor op'>|</span>
600
+ <span class='arr identifier id'>arr</span><span class='dot token'>.</span><span class='push identifier id'>push</span> <span class='f identifier id'>f</span><span class='dot token'>.</span><span class='to_s identifier id'>to_s</span>
601
+ <span class='end end kw'>end</span>
602
+ <span class='return return kw'>return</span> <span class='arr identifier id'>arr</span><span class='dot token'>.</span><span class='join identifier id'>join</span><span class='lparen token'>(</span><span class='string val'>&quot;\n&quot;</span><span class='rparen token'>)</span>
603
+ <span class='end end kw'>end</span>
604
+ </pre>
605
+ </td>
606
+ </tr>
607
+ </table>
608
+ </div>
609
+
610
+ <div class="method_details ">
611
+ <p class="signature " id="to_xml-instance_method">
612
+
613
+ - (<tt>Object</tt>) <strong>to_xml</strong>
614
+
615
+
616
+
617
+ </p><div class="docstring">
618
+ <div class="discussion">
619
+ <p>
620
+ Return the record as valid MARC-XML
621
+ </p>
622
+
623
+
624
+ </div>
625
+ </div>
626
+ <div class="tags">
627
+ <h3>Returns:</h3>
628
+ <ul class="return">
629
+
630
+ <li>
631
+
632
+ <span class='type'></span>
633
+
634
+
635
+
636
+
637
+
638
+
639
+ String A MARC-XML representation of the record, including the XML header
640
+
641
+
642
+
643
+ </li>
644
+
645
+ </ul>
646
+
647
+ </div><table class="source_code">
648
+ <tr>
649
+ <td>
650
+ <pre class="lines">
651
+
652
+
653
+ 225
654
+ 226
655
+ 227
656
+ 228
657
+ 229
658
+ 230
659
+ 231
660
+ 232</pre>
661
+ </td>
662
+ <td>
663
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 225</span>
664
+
665
+ <span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span>
666
+ <span class='return return kw'>return</span> <span class='@xml ivar id'>@xml</span> <span class='if if_mod kw'>if</span> <span class='@xml ivar id'>@xml</span>
667
+ <span class='@xml ivar id'>@xml</span> <span class='assign token'>=</span> <span class='java identifier id'>java</span><span class='dot token'>.</span><span class='io identifier id'>io</span><span class='dot token'>.</span><span class='StringWriter constant id'>StringWriter</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
668
+ <span class='res identifier id'>res</span> <span class='assign token'>=</span> <span class='javax identifier id'>javax</span><span class='dot token'>.</span><span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='transform identifier id'>transform</span><span class='dot token'>.</span><span class='stream identifier id'>stream</span><span class='dot token'>.</span><span class='StreamResult constant id'>StreamResult</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='@xml ivar id'>@xml</span><span class='rparen token'>)</span>
669
+ <span class='writer identifier id'>writer</span> <span class='assign token'>=</span> <span class='org identifier id'>org</span><span class='dot token'>.</span><span class='marc4j identifier id'>marc4j</span><span class='dot token'>.</span><span class='MarcXmlWriter constant id'>MarcXmlWriter</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='res identifier id'>res</span><span class='rparen token'>)</span>
670
+ <span class='writer identifier id'>writer</span><span class='dot token'>.</span><span class='write identifier id'>write</span><span class='lparen token'>(</span><span class='self self kw'>self</span><span class='rparen token'>)</span>
671
+ <span class='return return kw'>return</span> <span class='@xml ivar id'>@xml</span><span class='dot token'>.</span><span class='toString identifier id'>toString</span>
672
+ <span class='end end kw'>end</span>
673
+ </pre>
674
+ </td>
675
+ </tr>
676
+ </table>
677
+ </div>
678
+
679
+ </div>
680
+
681
+ </div>
682
+
683
+ <div id="footer">
684
+ Generated on Sun Feb 14 22:11:52 2010 by
685
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
686
+ 0.5.3 (ruby-1.8.7).
687
+ </div>
688
+
689
+ </body>
690
+ </html>