pupil 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,416 +0,0 @@
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: Pupil::Entities
8
-
9
- &mdash; Documentation by YARD 0.7.4
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- relpath = '..';
19
- if (relpath != '') relpath += '/';
20
- </script>
21
-
22
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
-
24
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
25
-
26
-
27
- </head>
28
- <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
- <div id="header">
34
- <div id="menu">
35
-
36
- <a href="../_index.html">Index (E)</a> &raquo;
37
- <span class='title'><span class='object_link'><a href="../Pupil.html" title="Pupil (class)">Pupil</a></span></span>
38
- &raquo;
39
- <span class="title">Entities</span>
40
-
41
-
42
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
- </div>
44
-
45
- <div id="search">
46
-
47
- <a id="class_list_link" href="#">Class List</a>
48
-
49
- <a id="method_list_link" href="#">Method List</a>
50
-
51
- <a id="file_list_link" href="#">File List</a>
52
-
53
- </div>
54
- <div class="clear"></div>
55
- </div>
56
-
57
- <iframe id="search_frame"></iframe>
58
-
59
- <div id="content"><h1>Class: Pupil::Entities
60
-
61
-
62
-
63
- </h1>
64
-
65
- <dl class="box">
66
-
67
- <dt class="r1">Inherits:</dt>
68
- <dd class="r1">
69
- <span class="inheritName">Object</span>
70
-
71
- <ul class="fullTree">
72
- <li>Object</li>
73
-
74
- <li class="next">Pupil::Entities</li>
75
-
76
- </ul>
77
- <a href="#" class="inheritanceTree">show all</a>
78
-
79
- </dd>
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
- <dt class="r2 last">Defined in:</dt>
90
- <dd class="r2 last">lib/pupil/schemes.rb</dd>
91
-
92
- </dl>
93
- <div class="clear"></div>
94
-
95
-
96
-
97
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
98
- <ul class="summary">
99
-
100
- <li class="public ">
101
- <span class="summary_signature">
102
-
103
- <a href="#hashtags-instance_method" title="#hashtags (instance method)">- (Object) <strong>hashtags</strong> </a>
104
-
105
-
106
-
107
- </span>
108
-
109
-
110
- <span class="note title readonly">readonly</span>
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
- <span class="summary_desc"><div class='inline'><p>
120
- Returns the value of attribute hashtags.
121
- </p>
122
- </div></span>
123
-
124
- </li>
125
-
126
-
127
- <li class="public ">
128
- <span class="summary_signature">
129
-
130
- <a href="#urls-instance_method" title="#urls (instance method)">- (Object) <strong>urls</strong> </a>
131
-
132
-
133
-
134
- </span>
135
-
136
-
137
- <span class="note title readonly">readonly</span>
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
- <span class="summary_desc"><div class='inline'><p>
147
- Returns the value of attribute urls.
148
- </p>
149
- </div></span>
150
-
151
- </li>
152
-
153
-
154
- <li class="public ">
155
- <span class="summary_signature">
156
-
157
- <a href="#user_mentions-instance_method" title="#user_mentions (instance method)">- (Object) <strong>user_mentions</strong> </a>
158
-
159
-
160
-
161
- </span>
162
-
163
-
164
- <span class="note title readonly">readonly</span>
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
- <span class="summary_desc"><div class='inline'><p>
174
- Returns the value of attribute user_mentions.
175
- </p>
176
- </div></span>
177
-
178
- </li>
179
-
180
-
181
- </ul>
182
-
183
-
184
-
185
-
186
-
187
- <h2>
188
- Instance Method Summary
189
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
190
- </h2>
191
-
192
- <ul class="summary">
193
-
194
- <li class="public ">
195
- <span class="summary_signature">
196
-
197
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Entities) <strong>initialize</strong>(element) </a>
198
-
199
-
200
-
201
- </span>
202
-
203
- <span class="note title constructor">constructor</span>
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <span class="summary_desc"><div class='inline'><p>
213
- A new instance of Entities.
214
- </p>
215
- </div></span>
216
-
217
- </li>
218
-
219
-
220
- </ul>
221
-
222
-
223
- <div id="constructor_details" class="method_details_list">
224
- <h2>Constructor Details</h2>
225
-
226
- <div class="method_details first">
227
- <p class="signature first" id="initialize-instance_method">
228
-
229
- - (<tt><span class='object_link'><a href="" title="Pupil::Entities (class)">Entities</a></span></tt>) <strong>initialize</strong>(element)
230
-
231
-
232
-
233
- </p><div class="docstring">
234
- <div class="discussion">
235
- <p>
236
- A new instance of Entities
237
- </p>
238
-
239
-
240
- </div>
241
- </div>
242
- <div class="tags">
243
-
244
-
245
- </div><table class="source_code">
246
- <tr>
247
- <td>
248
- <pre class="lines">
249
-
250
-
251
- 178
252
- 179
253
- 180
254
- 181
255
- 182</pre>
256
- </td>
257
- <td>
258
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 178</span>
259
-
260
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='rparen'>)</span>
261
- <span class='ivar'>@user_mentions</span> <span class='op'>=</span> <span class='const'>UserMention</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_elements'>elements</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>user_mention</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
262
- <span class='ivar'>@urls</span> <span class='op'>=</span> <span class='const'>URL</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_elements'>elements</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>urls</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
263
- <span class='ivar'>@hashtags</span> <span class='op'>=</span> <span class='const'>Hashtag</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_elements'>elements</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>hashtags</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
264
- <span class='kw'>end</span></pre>
265
- </td>
266
- </tr>
267
- </table>
268
- </div>
269
-
270
- </div>
271
-
272
- <div id="instance_attr_details" class="attr_details">
273
- <h2>Instance Attribute Details</h2>
274
-
275
-
276
- <span id=""></span>
277
- <span id="hashtags-instance_method"></span>
278
- <div class="method_details first">
279
- <p class="signature first" id="hashtags-instance_method">
280
-
281
- - (<tt>Object</tt>) <strong>hashtags</strong> <span class="extras">(readonly)</span>
282
-
283
-
284
-
285
- </p><div class="docstring">
286
- <div class="discussion">
287
- <p>
288
- Returns the value of attribute hashtags
289
- </p>
290
-
291
-
292
- </div>
293
- </div>
294
- <div class="tags">
295
-
296
-
297
- </div><table class="source_code">
298
- <tr>
299
- <td>
300
- <pre class="lines">
301
-
302
-
303
- 176
304
- 177
305
- 178</pre>
306
- </td>
307
- <td>
308
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 176</span>
309
-
310
- <span class='kw'>def</span> <span class='id identifier rubyid_hashtags'>hashtags</span>
311
- <span class='ivar'>@hashtags</span>
312
- <span class='kw'>end</span></pre>
313
- </td>
314
- </tr>
315
- </table>
316
- </div>
317
-
318
-
319
- <span id=""></span>
320
- <span id="urls-instance_method"></span>
321
- <div class="method_details ">
322
- <p class="signature " id="urls-instance_method">
323
-
324
- - (<tt>Object</tt>) <strong>urls</strong> <span class="extras">(readonly)</span>
325
-
326
-
327
-
328
- </p><div class="docstring">
329
- <div class="discussion">
330
- <p>
331
- Returns the value of attribute urls
332
- </p>
333
-
334
-
335
- </div>
336
- </div>
337
- <div class="tags">
338
-
339
-
340
- </div><table class="source_code">
341
- <tr>
342
- <td>
343
- <pre class="lines">
344
-
345
-
346
- 175
347
- 176
348
- 177</pre>
349
- </td>
350
- <td>
351
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 175</span>
352
-
353
- <span class='kw'>def</span> <span class='id identifier rubyid_urls'>urls</span>
354
- <span class='ivar'>@urls</span>
355
- <span class='kw'>end</span></pre>
356
- </td>
357
- </tr>
358
- </table>
359
- </div>
360
-
361
-
362
- <span id=""></span>
363
- <span id="user_mentions-instance_method"></span>
364
- <div class="method_details ">
365
- <p class="signature " id="user_mentions-instance_method">
366
-
367
- - (<tt>Object</tt>) <strong>user_mentions</strong> <span class="extras">(readonly)</span>
368
-
369
-
370
-
371
- </p><div class="docstring">
372
- <div class="discussion">
373
- <p>
374
- Returns the value of attribute user_mentions
375
- </p>
376
-
377
-
378
- </div>
379
- </div>
380
- <div class="tags">
381
-
382
-
383
- </div><table class="source_code">
384
- <tr>
385
- <td>
386
- <pre class="lines">
387
-
388
-
389
- 174
390
- 175
391
- 176</pre>
392
- </td>
393
- <td>
394
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 174</span>
395
-
396
- <span class='kw'>def</span> <span class='id identifier rubyid_user_mentions'>user_mentions</span>
397
- <span class='ivar'>@user_mentions</span>
398
- <span class='kw'>end</span></pre>
399
- </td>
400
- </tr>
401
- </table>
402
- </div>
403
-
404
- </div>
405
-
406
-
407
- </div>
408
-
409
- <div id="footer">
410
- Generated on Sat Dec 17 20:58:33 2011 by
411
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
412
- 0.7.4 (ruby-1.9.2).
413
- </div>
414
-
415
- </body>
416
- </html>
@@ -1,416 +0,0 @@
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: Pupil::Hashtag
8
-
9
- &mdash; Documentation by YARD 0.7.4
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- relpath = '..';
19
- if (relpath != '') relpath += '/';
20
- </script>
21
-
22
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
-
24
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
25
-
26
-
27
- </head>
28
- <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
- <div id="header">
34
- <div id="menu">
35
-
36
- <a href="../_index.html">Index (H)</a> &raquo;
37
- <span class='title'><span class='object_link'><a href="../Pupil.html" title="Pupil (class)">Pupil</a></span></span>
38
- &raquo;
39
- <span class="title">Hashtag</span>
40
-
41
-
42
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
- </div>
44
-
45
- <div id="search">
46
-
47
- <a id="class_list_link" href="#">Class List</a>
48
-
49
- <a id="method_list_link" href="#">Method List</a>
50
-
51
- <a id="file_list_link" href="#">File List</a>
52
-
53
- </div>
54
- <div class="clear"></div>
55
- </div>
56
-
57
- <iframe id="search_frame"></iframe>
58
-
59
- <div id="content"><h1>Class: Pupil::Hashtag
60
-
61
-
62
-
63
- </h1>
64
-
65
- <dl class="box">
66
-
67
- <dt class="r1">Inherits:</dt>
68
- <dd class="r1">
69
- <span class="inheritName">Object</span>
70
-
71
- <ul class="fullTree">
72
- <li>Object</li>
73
-
74
- <li class="next">Pupil::Hashtag</li>
75
-
76
- </ul>
77
- <a href="#" class="inheritanceTree">show all</a>
78
-
79
- </dd>
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
- <dt class="r2 last">Defined in:</dt>
90
- <dd class="r2 last">lib/pupil/schemes.rb</dd>
91
-
92
- </dl>
93
- <div class="clear"></div>
94
-
95
-
96
-
97
- <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
98
- <ul class="summary">
99
-
100
- <li class="public ">
101
- <span class="summary_signature">
102
-
103
- <a href="#end-instance_method" title="#end (instance method)">- (Object) <strong>end</strong> </a>
104
-
105
-
106
-
107
- </span>
108
-
109
-
110
- <span class="note title readonly">readonly</span>
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
- <span class="summary_desc"><div class='inline'><p>
120
- Returns the value of attribute end.
121
- </p>
122
- </div></span>
123
-
124
- </li>
125
-
126
-
127
- <li class="public ">
128
- <span class="summary_signature">
129
-
130
- <a href="#start-instance_method" title="#start (instance method)">- (Object) <strong>start</strong> </a>
131
-
132
-
133
-
134
- </span>
135
-
136
-
137
- <span class="note title readonly">readonly</span>
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
- <span class="summary_desc"><div class='inline'><p>
147
- Returns the value of attribute start.
148
- </p>
149
- </div></span>
150
-
151
- </li>
152
-
153
-
154
- <li class="public ">
155
- <span class="summary_signature">
156
-
157
- <a href="#text-instance_method" title="#text (instance method)">- (Object) <strong>text</strong> </a>
158
-
159
-
160
-
161
- </span>
162
-
163
-
164
- <span class="note title readonly">readonly</span>
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
- <span class="summary_desc"><div class='inline'><p>
174
- Returns the value of attribute text.
175
- </p>
176
- </div></span>
177
-
178
- </li>
179
-
180
-
181
- </ul>
182
-
183
-
184
-
185
-
186
-
187
- <h2>
188
- Instance Method Summary
189
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
190
- </h2>
191
-
192
- <ul class="summary">
193
-
194
- <li class="public ">
195
- <span class="summary_signature">
196
-
197
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Hashtag) <strong>initialize</strong>(element) </a>
198
-
199
-
200
-
201
- </span>
202
-
203
- <span class="note title constructor">constructor</span>
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <span class="summary_desc"><div class='inline'><p>
213
- A new instance of Hashtag.
214
- </p>
215
- </div></span>
216
-
217
- </li>
218
-
219
-
220
- </ul>
221
-
222
-
223
- <div id="constructor_details" class="method_details_list">
224
- <h2>Constructor Details</h2>
225
-
226
- <div class="method_details first">
227
- <p class="signature first" id="initialize-instance_method">
228
-
229
- - (<tt><span class='object_link'><a href="" title="Pupil::Hashtag (class)">Hashtag</a></span></tt>) <strong>initialize</strong>(element)
230
-
231
-
232
-
233
- </p><div class="docstring">
234
- <div class="discussion">
235
- <p>
236
- A new instance of Hashtag
237
- </p>
238
-
239
-
240
- </div>
241
- </div>
242
- <div class="tags">
243
-
244
-
245
- </div><table class="source_code">
246
- <tr>
247
- <td>
248
- <pre class="lines">
249
-
250
-
251
- 190
252
- 191
253
- 192
254
- 193
255
- 194</pre>
256
- </td>
257
- <td>
258
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 190</span>
259
-
260
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_element'>element</span><span class='rparen'>)</span>
261
- <span class='ivar'>@text</span> <span class='op'>=</span> <span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_elements'>elements</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>text</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_text'>text</span><span class='lparen'>(</span><span class='rparen'>)</span>
262
- <span class='ivar'>@start</span> <span class='op'>=</span> <span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>start</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
263
- <span class='ivar'>@end</span> <span class='op'>=</span> <span class='id identifier rubyid_element'>element</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>end</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
264
- <span class='kw'>end</span></pre>
265
- </td>
266
- </tr>
267
- </table>
268
- </div>
269
-
270
- </div>
271
-
272
- <div id="instance_attr_details" class="attr_details">
273
- <h2>Instance Attribute Details</h2>
274
-
275
-
276
- <span id=""></span>
277
- <span id="end-instance_method"></span>
278
- <div class="method_details first">
279
- <p class="signature first" id="end-instance_method">
280
-
281
- - (<tt>Object</tt>) <strong>end</strong> <span class="extras">(readonly)</span>
282
-
283
-
284
-
285
- </p><div class="docstring">
286
- <div class="discussion">
287
- <p>
288
- Returns the value of attribute end
289
- </p>
290
-
291
-
292
- </div>
293
- </div>
294
- <div class="tags">
295
-
296
-
297
- </div><table class="source_code">
298
- <tr>
299
- <td>
300
- <pre class="lines">
301
-
302
-
303
- 188
304
- 189
305
- 190</pre>
306
- </td>
307
- <td>
308
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 188</span>
309
-
310
- <span class='kw'>def</span> <span class='kw'>end</span>
311
- <span class='ivar'>@end</span>
312
- <span class='kw'>end</span></pre>
313
- </td>
314
- </tr>
315
- </table>
316
- </div>
317
-
318
-
319
- <span id=""></span>
320
- <span id="start-instance_method"></span>
321
- <div class="method_details ">
322
- <p class="signature " id="start-instance_method">
323
-
324
- - (<tt>Object</tt>) <strong>start</strong> <span class="extras">(readonly)</span>
325
-
326
-
327
-
328
- </p><div class="docstring">
329
- <div class="discussion">
330
- <p>
331
- Returns the value of attribute start
332
- </p>
333
-
334
-
335
- </div>
336
- </div>
337
- <div class="tags">
338
-
339
-
340
- </div><table class="source_code">
341
- <tr>
342
- <td>
343
- <pre class="lines">
344
-
345
-
346
- 187
347
- 188
348
- 189</pre>
349
- </td>
350
- <td>
351
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 187</span>
352
-
353
- <span class='kw'>def</span> <span class='id identifier rubyid_start'>start</span>
354
- <span class='ivar'>@start</span>
355
- <span class='kw'>end</span></pre>
356
- </td>
357
- </tr>
358
- </table>
359
- </div>
360
-
361
-
362
- <span id=""></span>
363
- <span id="text-instance_method"></span>
364
- <div class="method_details ">
365
- <p class="signature " id="text-instance_method">
366
-
367
- - (<tt>Object</tt>) <strong>text</strong> <span class="extras">(readonly)</span>
368
-
369
-
370
-
371
- </p><div class="docstring">
372
- <div class="discussion">
373
- <p>
374
- Returns the value of attribute text
375
- </p>
376
-
377
-
378
- </div>
379
- </div>
380
- <div class="tags">
381
-
382
-
383
- </div><table class="source_code">
384
- <tr>
385
- <td>
386
- <pre class="lines">
387
-
388
-
389
- 186
390
- 187
391
- 188</pre>
392
- </td>
393
- <td>
394
- <pre class="code"><span class="info file"># File 'lib/pupil/schemes.rb', line 186</span>
395
-
396
- <span class='kw'>def</span> <span class='id identifier rubyid_text'>text</span>
397
- <span class='ivar'>@text</span>
398
- <span class='kw'>end</span></pre>
399
- </td>
400
- </tr>
401
- </table>
402
- </div>
403
-
404
- </div>
405
-
406
-
407
- </div>
408
-
409
- <div id="footer">
410
- Generated on Sat Dec 17 20:58:33 2011 by
411
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
412
- 0.7.4 (ruby-1.9.2).
413
- </div>
414
-
415
- </body>
416
- </html>