stacked 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.document +5 -0
  2. data/.gitignore +6 -0
  3. data/Gemfile +1 -0
  4. data/LICENSE +20 -0
  5. data/README.markdown +37 -0
  6. data/README.rdoc +18 -0
  7. data/Rakefile +51 -0
  8. data/VERSION +1 -0
  9. data/cleaner.rb +29 -0
  10. data/doc/Stacked.html +155 -0
  11. data/doc/Stacked/Answer.html +1394 -0
  12. data/doc/Stacked/Badge.html +480 -0
  13. data/doc/Stacked/Base.html +1124 -0
  14. data/doc/Stacked/Comment.html +1037 -0
  15. data/doc/Stacked/NotImplemented.html +162 -0
  16. data/doc/Stacked/Posttimeline.html +543 -0
  17. data/doc/Stacked/Question.html +1763 -0
  18. data/doc/Stacked/Reputation.html +606 -0
  19. data/doc/Stacked/Tag.html +267 -0
  20. data/doc/Stacked/User.html +2787 -0
  21. data/doc/Stacked/Usertimeline.html +630 -0
  22. data/doc/_index.html +246 -0
  23. data/doc/file.README.html +54 -0
  24. data/doc/index.html +54 -0
  25. data/doc/method_list.html +1203 -0
  26. data/doc/top-level-namespace.html +87 -0
  27. data/genddoc.sh +12 -0
  28. data/lib/stacked.rb +46 -0
  29. data/lib/stacked/answer.rb +43 -0
  30. data/lib/stacked/badge.rb +18 -0
  31. data/lib/stacked/base.rb +159 -0
  32. data/lib/stacked/comment.rb +37 -0
  33. data/lib/stacked/posttimeline.rb +10 -0
  34. data/lib/stacked/question.rb +85 -0
  35. data/lib/stacked/reputation.rb +15 -0
  36. data/lib/stacked/tag.rb +9 -0
  37. data/lib/stacked/user.rb +195 -0
  38. data/lib/stacked/usertimeline.rb +14 -0
  39. data/spec/sorted_by_spec.rb +24 -0
  40. data/spec/spec_helper.rb +16 -0
  41. data/spec/stacked/answer_spec.rb +31 -0
  42. data/spec/stacked/badge_spec.rb +17 -0
  43. data/spec/stacked/base_spec.rb +27 -0
  44. data/spec/stacked/comment_spec.rb +41 -0
  45. data/spec/stacked/question_spec.rb +110 -0
  46. data/spec/stacked/reputation_spec.rb +18 -0
  47. data/spec/stacked/tag_spec.rb +21 -0
  48. data/spec/stacked/user_spec.rb +187 -0
  49. data/spec/stacked/usertimeline_spec.rb +5 -0
  50. data/spec/support/aliases.rb +7 -0
  51. data/spec/support/sorted_by.rb +31 -0
  52. data/spec/support/within.rb +24 -0
  53. data/spec/within_spec.rb +19 -0
  54. data/stacked.gemspec +115 -0
  55. data/stylesheet.css +41 -0
  56. metadata +157 -0
@@ -0,0 +1,162 @@
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>Exception: Stacked::NotImplemented</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 (N)</a> &raquo;
27
+ <span class='title'><a href="../Stacked.html" title="Stacked (module)">Stacked</a></span>
28
+ &raquo;
29
+ <span class="title">NotImplemented</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>Exception: Stacked::NotImplemented
47
+
48
+
49
+ </h1>
50
+
51
+ <dl class="box">
52
+
53
+ <dt class="r1">Inherits:</dt>
54
+ <dd class="r1">
55
+ <span class="inheritName">StandardError</span>
56
+
57
+ <ul class="fullTree">
58
+ <li>Object</li>
59
+
60
+ <li class="next">StandardError</li>
61
+
62
+ <li class="next">Stacked::NotImplemented</li>
63
+
64
+ </ul>
65
+ <a href="#" class="inheritanceTree">show all</a>
66
+
67
+ </dd>
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ <dt class="r2 last">Defined in:</dt>
78
+ <dd class="r2 last">lib/stacked.rb</dd>
79
+
80
+ </dl>
81
+ <div class="clear"></div>
82
+
83
+
84
+
85
+
86
+
87
+
88
+ <h2>Instance Method Summary</h2>
89
+
90
+ <ul class="summary">
91
+
92
+ <li class="public ">
93
+ <span class="summary_signature">
94
+
95
+ <a href="#message-instance_method" title="#message (instance method)">- (Object) <strong>message</strong> </a>
96
+
97
+
98
+
99
+ </span>
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+ <span class="summary_desc"><div class='inline'></div></span>
108
+
109
+ </li>
110
+
111
+
112
+ </ul>
113
+
114
+
115
+
116
+
117
+
118
+ <div id="instance_method_details" class="method_details_list">
119
+ <h2>Instance Method Details</h2>
120
+
121
+
122
+ <div class="method_details first">
123
+ <p class="signature first" id="message-instance_method">
124
+
125
+ - (<tt>Object</tt>) <strong>message</strong>
126
+
127
+
128
+
129
+ </p><table class="source_code">
130
+ <tr>
131
+ <td>
132
+ <pre class="lines">
133
+
134
+
135
+ 40
136
+ 41
137
+ 42</pre>
138
+ </td>
139
+ <td>
140
+ <pre class="code"><span class="info file"># File 'lib/stacked.rb', line 40</span>
141
+
142
+ <span class='def def kw'>def</span> <span class='message identifier id'>message</span>
143
+ <span class='string val'>&quot;The requested action is not available in the API.&quot;</span>
144
+ <span class='end end kw'>end</span>
145
+ </pre>
146
+ </td>
147
+ </tr>
148
+ </table>
149
+ </div>
150
+
151
+ </div>
152
+
153
+ </div>
154
+
155
+ <div id="footer">
156
+ Generated on Sun Apr 4 18:16:34 2010 by
157
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
158
+ 0.5.4 (ruby-1.8.7).
159
+ </div>
160
+
161
+ </body>
162
+ </html>
@@ -0,0 +1,543 @@
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: Stacked::Posttimeline</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 (P)</a> &raquo;
27
+ <span class='title'><a href="../Stacked.html" title="Stacked (module)">Stacked</a></span>
28
+ &raquo;
29
+ <span class="title">Posttimeline</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: Stacked::Posttimeline
47
+
48
+
49
+ </h1>
50
+
51
+ <dl class="box">
52
+
53
+ <dt class="r1">Inherits:</dt>
54
+ <dd class="r1">
55
+ <span class="inheritName"><a href="Base.html" title="Stacked::Base (class)">Base</a></span>
56
+
57
+ <ul class="fullTree">
58
+ <li>Object</li>
59
+
60
+ <li class="next"><a href="Base.html" title="Stacked::Base (class)">Base</a></li>
61
+
62
+ <li class="next">Stacked::Posttimeline</li>
63
+
64
+ </ul>
65
+ <a href="#" class="inheritanceTree">show all</a>
66
+
67
+ </dd>
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ <dt class="r2 last">Defined in:</dt>
78
+ <dd class="r2 last">lib/stacked/posttimeline.rb</dd>
79
+
80
+ </dl>
81
+ <div class="clear"></div>
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+ <h2>Instance Attribute Summary</h2>
91
+ <ul class="summary">
92
+
93
+ <li class="public ">
94
+ <span class="summary_signature">
95
+
96
+ <a href="#action-instance_method" title="#action (instance method)">- (Object) <strong>action</strong> </a>
97
+
98
+
99
+
100
+ </span>
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+ <span class="summary_desc"><div class='inline'><p>
112
+ Returns the value of attribute action.
113
+ </p>
114
+ </div></span>
115
+
116
+ </li>
117
+
118
+
119
+ <li class="public ">
120
+ <span class="summary_signature">
121
+
122
+ <a href="#action_user_id-instance_method" title="#action_user_id (instance method)">- (Object) <strong>action_user_id</strong> </a>
123
+
124
+
125
+
126
+ </span>
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+ <span class="summary_desc"><div class='inline'><p>
138
+ Returns the value of attribute action_user_id.
139
+ </p>
140
+ </div></span>
141
+
142
+ </li>
143
+
144
+
145
+ <li class="public ">
146
+ <span class="summary_signature">
147
+
148
+ <a href="#creation_date-instance_method" title="#creation_date (instance method)">- (Object) <strong>creation_date</strong> </a>
149
+
150
+
151
+
152
+ </span>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+ <span class="summary_desc"><div class='inline'><p>
164
+ Returns the value of attribute creation_date.
165
+ </p>
166
+ </div></span>
167
+
168
+ </li>
169
+
170
+
171
+ <li class="public ">
172
+ <span class="summary_signature">
173
+
174
+ <a href="#post_id-instance_method" title="#post_id (instance method)">- (Object) <strong>post_id</strong> </a>
175
+
176
+
177
+
178
+ </span>
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ <span class="summary_desc"><div class='inline'><p>
190
+ Returns the value of attribute post_id.
191
+ </p>
192
+ </div></span>
193
+
194
+ </li>
195
+
196
+
197
+ <li class="public ">
198
+ <span class="summary_signature">
199
+
200
+ <a href="#timeline_type-instance_method" title="#timeline_type (instance method)">- (Object) <strong>timeline_type</strong> </a>
201
+
202
+
203
+
204
+ </span>
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+ <span class="summary_desc"><div class='inline'><p>
216
+ Returns the value of attribute timeline_type.
217
+ </p>
218
+ </div></span>
219
+
220
+ </li>
221
+
222
+
223
+ <li class="public ">
224
+ <span class="summary_signature">
225
+
226
+ <a href="#user_id-instance_method" title="#user_id (instance method)">- (Object) <strong>user_id</strong> </a>
227
+
228
+
229
+
230
+ </span>
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+ <span class="summary_desc"><div class='inline'><p>
242
+ Returns the value of attribute user_id.
243
+ </p>
244
+ </div></span>
245
+
246
+ </li>
247
+
248
+
249
+ </ul>
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+ <h2>Method Summary</h2>
259
+
260
+ <h3 class="inherited">Methods inherited from <a href="Base.html" title="Stacked::Base (class)">Base</a></h3>
261
+ <p class="inherited"><a href="Base.html#all-class_method" title="Stacked::Base.all (method)">all</a>, <a href="Base.html#association-class_method" title="Stacked::Base.association (method)">association</a>, <a href="Base.html#collection-class_method" title="Stacked::Base.collection (method)">collection</a>, <a href="Base.html#find-class_method" title="Stacked::Base.find (method)">find</a>, <a href="Base.html#initialize-instance_method" title="Stacked::Base#initialize (method)">#initialize</a>, <a href="Base.html#parse_answers-instance_method" title="Stacked::Base#parse_answers (method)">#parse_answers</a>, <a href="Base.html#parse_badges-instance_method" title="Stacked::Base#parse_badges (method)">#parse_badges</a>, <a href="Base.html#parse_comments-instance_method" title="Stacked::Base#parse_comments (method)">#parse_comments</a>, <a href="Base.html#parse_post_timeline-instance_method" title="Stacked::Base#parse_post_timeline (method)">#parse_post_timeline</a>, <a href="Base.html#parse_questions-instance_method" title="Stacked::Base#parse_questions (method)">#parse_questions</a>, <a href="Base.html#parse_reputations-instance_method" title="Stacked::Base#parse_reputations (method)">#parse_reputations</a>, <a href="Base.html#parse_tags-instance_method" title="Stacked::Base#parse_tags (method)">#parse_tags</a>, <a href="Base.html#parse_type-instance_method" title="Stacked::Base#parse_type (method)">#parse_type</a>, <a href="Base.html#parse_user_timeline-instance_method" title="Stacked::Base#parse_user_timeline (method)">#parse_user_timeline</a>, <a href="Base.html#post-instance_method" title="Stacked::Base#post (method)">#post</a>, <a href="Base.html#records-class_method" title="Stacked::Base.records (method)">records</a>, <a href="Base.html#request-class_method" title="Stacked::Base.request (method)">request</a>, <a href="Base.html#singular-class_method" title="Stacked::Base.singular (method)">singular</a>, <a href="Base.html#stats-class_method" title="Stacked::Base.stats (method)">stats</a></p>
262
+
263
+ <div id="constructor_details" class="method_details_list">
264
+ <h2>Constructor Details</h2>
265
+
266
+ <p class="notice">This class inherits a constructor from <a href="Base.html#initialize-instance_method" title="Stacked::Base#initialize (method)">Stacked::Base</a></p>
267
+
268
+ </div>
269
+
270
+ <div id="instance_attr_details" class="attr_details">
271
+ <h2>Instance Attribute Details</h2>
272
+
273
+
274
+ <span id="action=-instance_method"></span>
275
+ <span id="action-instance_method"></span>
276
+ <div class="method_details first">
277
+ <p class="signature first" id="action-instance_method">
278
+
279
+ - (<tt>Object</tt>) <strong>action</strong>
280
+
281
+
282
+
283
+ </p><div class="docstring">
284
+ <div class="discussion">
285
+ <p>
286
+ Returns the value of attribute action
287
+ </p>
288
+
289
+
290
+ </div>
291
+ </div>
292
+ <div class="tags">
293
+
294
+ </div><table class="source_code">
295
+ <tr>
296
+ <td>
297
+ <pre class="lines">
298
+
299
+
300
+ 3
301
+ 4
302
+ 5</pre>
303
+ </td>
304
+ <td>
305
+ <pre class="code"><span class="info file"># File 'lib/stacked/posttimeline.rb', line 3</span>
306
+
307
+ <span class='def def kw'>def</span> <span class='action identifier id'>action</span>
308
+ <span class='@action ivar id'>@action</span>
309
+ <span class='end end kw'>end</span>
310
+ </pre>
311
+ </td>
312
+ </tr>
313
+ </table>
314
+ </div>
315
+
316
+
317
+ <span id="action_user_id=-instance_method"></span>
318
+ <span id="action_user_id-instance_method"></span>
319
+ <div class="method_details ">
320
+ <p class="signature " id="action_user_id-instance_method">
321
+
322
+ - (<tt>Object</tt>) <strong>action_user_id</strong>
323
+
324
+
325
+
326
+ </p><div class="docstring">
327
+ <div class="discussion">
328
+ <p>
329
+ Returns the value of attribute action_user_id
330
+ </p>
331
+
332
+
333
+ </div>
334
+ </div>
335
+ <div class="tags">
336
+
337
+ </div><table class="source_code">
338
+ <tr>
339
+ <td>
340
+ <pre class="lines">
341
+
342
+
343
+ 3
344
+ 4
345
+ 5</pre>
346
+ </td>
347
+ <td>
348
+ <pre class="code"><span class="info file"># File 'lib/stacked/posttimeline.rb', line 3</span>
349
+
350
+ <span class='def def kw'>def</span> <span class='action_user_id identifier id'>action_user_id</span>
351
+ <span class='@action_user_id ivar id'>@action_user_id</span>
352
+ <span class='end end kw'>end</span>
353
+ </pre>
354
+ </td>
355
+ </tr>
356
+ </table>
357
+ </div>
358
+
359
+
360
+ <span id="creation_date=-instance_method"></span>
361
+ <span id="creation_date-instance_method"></span>
362
+ <div class="method_details ">
363
+ <p class="signature " id="creation_date-instance_method">
364
+
365
+ - (<tt>Object</tt>) <strong>creation_date</strong>
366
+
367
+
368
+
369
+ </p><div class="docstring">
370
+ <div class="discussion">
371
+ <p>
372
+ Returns the value of attribute creation_date
373
+ </p>
374
+
375
+
376
+ </div>
377
+ </div>
378
+ <div class="tags">
379
+
380
+ </div><table class="source_code">
381
+ <tr>
382
+ <td>
383
+ <pre class="lines">
384
+
385
+
386
+ 3
387
+ 4
388
+ 5</pre>
389
+ </td>
390
+ <td>
391
+ <pre class="code"><span class="info file"># File 'lib/stacked/posttimeline.rb', line 3</span>
392
+
393
+ <span class='def def kw'>def</span> <span class='creation_date identifier id'>creation_date</span>
394
+ <span class='@creation_date ivar id'>@creation_date</span>
395
+ <span class='end end kw'>end</span>
396
+ </pre>
397
+ </td>
398
+ </tr>
399
+ </table>
400
+ </div>
401
+
402
+
403
+ <span id="post_id=-instance_method"></span>
404
+ <span id="post_id-instance_method"></span>
405
+ <div class="method_details ">
406
+ <p class="signature " id="post_id-instance_method">
407
+
408
+ - (<tt>Object</tt>) <strong>post_id</strong>
409
+
410
+
411
+
412
+ </p><div class="docstring">
413
+ <div class="discussion">
414
+ <p>
415
+ Returns the value of attribute post_id
416
+ </p>
417
+
418
+
419
+ </div>
420
+ </div>
421
+ <div class="tags">
422
+
423
+ </div><table class="source_code">
424
+ <tr>
425
+ <td>
426
+ <pre class="lines">
427
+
428
+
429
+ 3
430
+ 4
431
+ 5</pre>
432
+ </td>
433
+ <td>
434
+ <pre class="code"><span class="info file"># File 'lib/stacked/posttimeline.rb', line 3</span>
435
+
436
+ <span class='def def kw'>def</span> <span class='post_id identifier id'>post_id</span>
437
+ <span class='@post_id ivar id'>@post_id</span>
438
+ <span class='end end kw'>end</span>
439
+ </pre>
440
+ </td>
441
+ </tr>
442
+ </table>
443
+ </div>
444
+
445
+
446
+ <span id="timeline_type=-instance_method"></span>
447
+ <span id="timeline_type-instance_method"></span>
448
+ <div class="method_details ">
449
+ <p class="signature " id="timeline_type-instance_method">
450
+
451
+ - (<tt>Object</tt>) <strong>timeline_type</strong>
452
+
453
+
454
+
455
+ </p><div class="docstring">
456
+ <div class="discussion">
457
+ <p>
458
+ Returns the value of attribute timeline_type
459
+ </p>
460
+
461
+
462
+ </div>
463
+ </div>
464
+ <div class="tags">
465
+
466
+ </div><table class="source_code">
467
+ <tr>
468
+ <td>
469
+ <pre class="lines">
470
+
471
+
472
+ 3
473
+ 4
474
+ 5</pre>
475
+ </td>
476
+ <td>
477
+ <pre class="code"><span class="info file"># File 'lib/stacked/posttimeline.rb', line 3</span>
478
+
479
+ <span class='def def kw'>def</span> <span class='timeline_type identifier id'>timeline_type</span>
480
+ <span class='@timeline_type ivar id'>@timeline_type</span>
481
+ <span class='end end kw'>end</span>
482
+ </pre>
483
+ </td>
484
+ </tr>
485
+ </table>
486
+ </div>
487
+
488
+
489
+ <span id="user_id=-instance_method"></span>
490
+ <span id="user_id-instance_method"></span>
491
+ <div class="method_details ">
492
+ <p class="signature " id="user_id-instance_method">
493
+
494
+ - (<tt>Object</tt>) <strong>user_id</strong>
495
+
496
+
497
+
498
+ </p><div class="docstring">
499
+ <div class="discussion">
500
+ <p>
501
+ Returns the value of attribute user_id
502
+ </p>
503
+
504
+
505
+ </div>
506
+ </div>
507
+ <div class="tags">
508
+
509
+ </div><table class="source_code">
510
+ <tr>
511
+ <td>
512
+ <pre class="lines">
513
+
514
+
515
+ 3
516
+ 4
517
+ 5</pre>
518
+ </td>
519
+ <td>
520
+ <pre class="code"><span class="info file"># File 'lib/stacked/posttimeline.rb', line 3</span>
521
+
522
+ <span class='def def kw'>def</span> <span class='user_id identifier id'>user_id</span>
523
+ <span class='@user_id ivar id'>@user_id</span>
524
+ <span class='end end kw'>end</span>
525
+ </pre>
526
+ </td>
527
+ </tr>
528
+ </table>
529
+ </div>
530
+
531
+ </div>
532
+
533
+
534
+ </div>
535
+
536
+ <div id="footer">
537
+ Generated on Sun Apr 4 18:16:34 2010 by
538
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
539
+ 0.5.4 (ruby-1.8.7).
540
+ </div>
541
+
542
+ </body>
543
+ </html>