safubot 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. data/.yardoc/checksums +9 -0
  2. data/.yardoc/objects/root.dat +0 -0
  3. data/.yardoc/proxy_types +0 -0
  4. data/README.md +52 -1
  5. data/doc/Safubot/Bot.html +1287 -652
  6. data/doc/Safubot/Evented.html +409 -276
  7. data/doc/Safubot/KnownUser.html +476 -254
  8. data/doc/Safubot/Log.html +184 -192
  9. data/doc/Safubot/Query.html +131 -164
  10. data/doc/Safubot/Request.html +158 -147
  11. data/doc/Safubot/Response.html +92 -135
  12. data/doc/Safubot/Test.html +166 -187
  13. data/doc/Safubot/Twitter/Bot.html +1005 -455
  14. data/doc/Safubot/Twitter/DirectMessage.html +417 -238
  15. data/doc/Safubot/Twitter/Tweet.html +725 -398
  16. data/doc/Safubot/Twitter.html +69 -116
  17. data/doc/Safubot/XMPP/Bot.html +625 -303
  18. data/doc/Safubot/XMPP/Message.html +372 -217
  19. data/doc/Safubot/XMPP.html +69 -116
  20. data/doc/Safubot.html +155 -126
  21. data/doc/_index.html +294 -0
  22. data/doc/class_list.html +47 -0
  23. data/doc/css/common.css +1 -0
  24. data/doc/css/full_list.css +55 -0
  25. data/doc/css/style.css +322 -0
  26. data/doc/file.README.html +140 -0
  27. data/doc/file_list.html +49 -0
  28. data/doc/frames.html +13 -0
  29. data/doc/index.html +129 -101
  30. data/doc/js/app.js +205 -0
  31. data/doc/js/full_list.js +167 -0
  32. data/doc/js/jquery.js +3 -5
  33. data/doc/method_list.html +638 -0
  34. data/doc/top-level-namespace.html +103 -0
  35. data/lib/safubot/bot.rb +22 -20
  36. data/lib/safubot/known_user.rb +2 -0
  37. data/lib/safubot/twitter.rb +30 -26
  38. data/lib/safubot/version.rb +1 -1
  39. data/lib/safubot/xmpp.rb +20 -14
  40. data/safubot.gemspec +1 -0
  41. metadata +50 -71
  42. data/doc/Gemfile.html +0 -119
  43. data/doc/Object.html +0 -171
  44. data/doc/Rakefile.html +0 -117
  45. data/doc/created.rid +0 -14
  46. data/doc/foo_rb.html +0 -115
  47. data/doc/images/add.png +0 -0
  48. data/doc/images/brick.png +0 -0
  49. data/doc/images/brick_link.png +0 -0
  50. data/doc/images/bug.png +0 -0
  51. data/doc/images/bullet_black.png +0 -0
  52. data/doc/images/bullet_toggle_minus.png +0 -0
  53. data/doc/images/bullet_toggle_plus.png +0 -0
  54. data/doc/images/date.png +0 -0
  55. data/doc/images/delete.png +0 -0
  56. data/doc/images/find.png +0 -0
  57. data/doc/images/loadingAnimation.gif +0 -0
  58. data/doc/images/macFFBgHack.png +0 -0
  59. data/doc/images/package.png +0 -0
  60. data/doc/images/page_green.png +0 -0
  61. data/doc/images/page_white_text.png +0 -0
  62. data/doc/images/page_white_width.png +0 -0
  63. data/doc/images/plugin.png +0 -0
  64. data/doc/images/ruby.png +0 -0
  65. data/doc/images/tag_blue.png +0 -0
  66. data/doc/images/tag_green.png +0 -0
  67. data/doc/images/transparent.png +0 -0
  68. data/doc/images/wrench.png +0 -0
  69. data/doc/images/wrench_orange.png +0 -0
  70. data/doc/images/zoom.png +0 -0
  71. data/doc/js/darkfish.js +0 -153
  72. data/doc/js/navigation.js +0 -142
  73. data/doc/js/search.js +0 -94
  74. data/doc/js/search_index.js +0 -1
  75. data/doc/js/searcher.js +0 -228
  76. data/doc/lib/safubot/bot_rb.html +0 -115
  77. data/doc/lib/safubot/evented_rb.html +0 -115
  78. data/doc/lib/safubot/known_user_rb.html +0 -115
  79. data/doc/lib/safubot/log_rb.html +0 -115
  80. data/doc/lib/safubot/safubot_rb.html +0 -115
  81. data/doc/lib/safubot/spec/bot_spec_rb.html +0 -115
  82. data/doc/lib/safubot/spec/twitter_spec_rb.html +0 -137
  83. data/doc/lib/safubot/test_helper_rb.html +0 -115
  84. data/doc/lib/safubot/twitter_rb.html +0 -115
  85. data/doc/lib/safubot/version_rb.html +0 -115
  86. data/doc/lib/safubot/xmpp_rb.html +0 -115
  87. data/doc/lib/safubot_rb.html +0 -115
  88. data/doc/rdoc.css +0 -543
  89. data/doc/table_of_contents.html +0 -224
@@ -0,0 +1,638 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <base id="base_target" target="_parent" />
19
+ </head>
20
+ <body>
21
+ <script type="text/javascript" charset="utf-8">
22
+ if (window.top.frames.main) {
23
+ document.getElementById('base_target').target = 'main';
24
+ document.body.className = 'frames';
25
+ }
26
+ </script>
27
+ <div id="content">
28
+ <h1 id="full_list_header">Method List</h1>
29
+ <div id="nav">
30
+
31
+ <a target="_self" href="class_list.html">Classes</a>
32
+
33
+ <a target="_self" href="method_list.html">Methods</a>
34
+
35
+ <a target="_self" href="file_list.html">Files</a>
36
+
37
+ </div>
38
+ <div id="search">Search: <input type="text" /></div>
39
+
40
+ <ul id="full_list" class="methods">
41
+
42
+
43
+ <li class="r1 ">
44
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#%5B%5D-class_method" title="Safubot::Twitter::Tweet.[] (method)">[]</a></span>
45
+
46
+ <small>Safubot::Twitter::Tweet</small>
47
+
48
+ </li>
49
+
50
+
51
+ <li class="r2 ">
52
+ <span class='object_link'><a href="Safubot/Bot.html#answer-instance_method" title="Safubot::Bot#answer (method)">#answer</a></span>
53
+
54
+ <small>Safubot::Bot</small>
55
+
56
+ </li>
57
+
58
+
59
+ <li class="r1 ">
60
+ <span class='object_link'><a href="Safubot/Evented.html#bind-instance_method" title="Safubot::Evented#bind (method)">#bind</a></span>
61
+
62
+ <small>Safubot::Evented</small>
63
+
64
+ </li>
65
+
66
+
67
+ <li class="r2 ">
68
+ <span class='object_link'><a href="Safubot/KnownUser.html#by_name-class_method" title="Safubot::KnownUser.by_name (method)">by_name</a></span>
69
+
70
+ <small>Safubot::KnownUser</small>
71
+
72
+ </li>
73
+
74
+
75
+ <li class="r1 ">
76
+ <span class='object_link'><a href="Safubot/KnownUser.html#by_twitter-class_method" title="Safubot::KnownUser.by_twitter (method)">by_twitter</a></span>
77
+
78
+ <small>Safubot::KnownUser</small>
79
+
80
+ </li>
81
+
82
+
83
+ <li class="r2 ">
84
+ <span class='object_link'><a href="Safubot/KnownUser.html#by_xmpp-class_method" title="Safubot::KnownUser.by_xmpp (method)">by_xmpp</a></span>
85
+
86
+ <small>Safubot::KnownUser</small>
87
+
88
+ </li>
89
+
90
+
91
+ <li class="r1 ">
92
+ <span class='object_link'><a href="Safubot/Request.html#callback-instance_method" title="Safubot::Request#callback (method)">#callback</a></span>
93
+
94
+ <small>Safubot::Request</small>
95
+
96
+ </li>
97
+
98
+
99
+ <li class="r2 ">
100
+ <span class='object_link'><a href="Safubot/Test.html#clean_environment-class_method" title="Safubot::Test.clean_environment (method)">clean_environment</a></span>
101
+
102
+ <small>Safubot::Test</small>
103
+
104
+ </li>
105
+
106
+
107
+ <li class="r1 ">
108
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#client-instance_method" title="Safubot::Twitter::Bot#client (method)">#client</a></span>
109
+
110
+ <small>Safubot::Twitter::Bot</small>
111
+
112
+ </li>
113
+
114
+
115
+ <li class="r2 ">
116
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#client-instance_method" title="Safubot::XMPP::Bot#client (method)">#client</a></span>
117
+
118
+ <small>Safubot::XMPP::Bot</small>
119
+
120
+ </li>
121
+
122
+
123
+ <li class="r1 ">
124
+ <span class='object_link'><a href="Safubot/Bot.html#concurrently-instance_method" title="Safubot::Bot#concurrently (method)">#concurrently</a></span>
125
+
126
+ <small>Safubot::Bot</small>
127
+
128
+ </li>
129
+
130
+
131
+ <li class="r2 ">
132
+ <span class='object_link'><a href="Safubot/Bot.html#cycle-instance_method" title="Safubot::Bot#cycle (method)">#cycle</a></span>
133
+
134
+ <small>Safubot::Bot</small>
135
+
136
+ </li>
137
+
138
+
139
+ <li class="r1 ">
140
+ <span class='object_link'><a href="Safubot/Bot.html#dispatch-instance_method" title="Safubot::Bot#dispatch (method)">#dispatch</a></span>
141
+
142
+ <small>Safubot::Bot</small>
143
+
144
+ </li>
145
+
146
+
147
+ <li class="r2 ">
148
+ <span class='object_link'><a href="Safubot/Evented.html#emit-instance_method" title="Safubot::Evented#emit (method)">#emit</a></span>
149
+
150
+ <small>Safubot::Evented</small>
151
+
152
+ </li>
153
+
154
+
155
+ <li class="r1 ">
156
+ <span class='object_link'><a href="Safubot/Bot.html#enable_twitter-instance_method" title="Safubot::Bot#enable_twitter (method)">#enable_twitter</a></span>
157
+
158
+ <small>Safubot::Bot</small>
159
+
160
+ </li>
161
+
162
+
163
+ <li class="r2 ">
164
+ <span class='object_link'><a href="Safubot/Bot.html#enable_xmpp-instance_method" title="Safubot::Bot#enable_xmpp (method)">#enable_xmpp</a></span>
165
+
166
+ <small>Safubot::Bot</small>
167
+
168
+ </li>
169
+
170
+
171
+ <li class="r1 ">
172
+ <span class='object_link'><a href="Safubot/XMPP/Message.html#from-class_method" title="Safubot::XMPP::Message.from (method)">from</a></span>
173
+
174
+ <small>Safubot::XMPP::Message</small>
175
+
176
+ </li>
177
+
178
+
179
+ <li class="r2 ">
180
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#from-class_method" title="Safubot::Twitter::Tweet.from (method)">from</a></span>
181
+
182
+ <small>Safubot::Twitter::Tweet</small>
183
+
184
+ </li>
185
+
186
+
187
+ <li class="r1 ">
188
+ <span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#from-class_method" title="Safubot::Twitter::DirectMessage.from (method)">from</a></span>
189
+
190
+ <small>Safubot::Twitter::DirectMessage</small>
191
+
192
+ </li>
193
+
194
+
195
+ <li class="r2 ">
196
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#handle_message-instance_method" title="Safubot::Twitter::Bot#handle_message (method)">#handle_message</a></span>
197
+
198
+ <small>Safubot::Twitter::Bot</small>
199
+
200
+ </li>
201
+
202
+
203
+ <li class="r1 ">
204
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#handle_request-instance_method" title="Safubot::Twitter::Bot#handle_request (method)">#handle_request</a></span>
205
+
206
+ <small>Safubot::Twitter::Bot</small>
207
+
208
+ </li>
209
+
210
+
211
+ <li class="r2 ">
212
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#handle_tweet-instance_method" title="Safubot::Twitter::Bot#handle_tweet (method)">#handle_tweet</a></span>
213
+
214
+ <small>Safubot::Twitter::Bot</small>
215
+
216
+ </li>
217
+
218
+
219
+ <li class="r1 ">
220
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#header_mentions-instance_method" title="Safubot::Twitter::Tweet#header_mentions (method)">#header_mentions</a></span>
221
+
222
+ <small>Safubot::Twitter::Tweet</small>
223
+
224
+ </li>
225
+
226
+
227
+ <li class="r2 ">
228
+ <span class='object_link'><a href="Safubot/Bot.html#initialize-instance_method" title="Safubot::Bot#initialize (method)">#initialize</a></span>
229
+
230
+ <small>Safubot::Bot</small>
231
+
232
+ </li>
233
+
234
+
235
+ <li class="r1 ">
236
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#initialize-instance_method" title="Safubot::Twitter::Bot#initialize (method)">#initialize</a></span>
237
+
238
+ <small>Safubot::Twitter::Bot</small>
239
+
240
+ </li>
241
+
242
+
243
+ <li class="r2 ">
244
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#initialize-instance_method" title="Safubot::XMPP::Bot#initialize (method)">#initialize</a></span>
245
+
246
+ <small>Safubot::XMPP::Bot</small>
247
+
248
+ </li>
249
+
250
+
251
+ <li class="r1 ">
252
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#jid-instance_method" title="Safubot::XMPP::Bot#jid (method)">#jid</a></span>
253
+
254
+ <small>Safubot::XMPP::Bot</small>
255
+
256
+ </li>
257
+
258
+
259
+ <li class="r2 ">
260
+ <span class='object_link'><a href="Safubot/XMPP/Message.html#make_request-instance_method" title="Safubot::XMPP::Message#make_request (method)">#make_request</a></span>
261
+
262
+ <small>Safubot::XMPP::Message</small>
263
+
264
+ </li>
265
+
266
+
267
+ <li class="r1 ">
268
+ <span class='object_link'><a href="Safubot/Query.html#make_request-instance_method" title="Safubot::Query#make_request (method)">#make_request</a></span>
269
+
270
+ <small>Safubot::Query</small>
271
+
272
+ </li>
273
+
274
+
275
+ <li class="r2 ">
276
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#make_request-instance_method" title="Safubot::Twitter::Tweet#make_request (method)">#make_request</a></span>
277
+
278
+ <small>Safubot::Twitter::Tweet</small>
279
+
280
+ </li>
281
+
282
+
283
+ <li class="r1 ">
284
+ <span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#make_request-instance_method" title="Safubot::Twitter::DirectMessage#make_request (method)">#make_request</a></span>
285
+
286
+ <small>Safubot::Twitter::DirectMessage</small>
287
+
288
+ </li>
289
+
290
+
291
+ <li class="r2 ">
292
+ <span class='object_link'><a href="Safubot/KnownUser.html#merge-instance_method" title="Safubot::KnownUser#merge (method)">#merge</a></span>
293
+
294
+ <small>Safubot::KnownUser</small>
295
+
296
+ </li>
297
+
298
+
299
+ <li class="r1 ">
300
+ <span class='object_link'><a href="Safubot/Log.html#method_missing-class_method" title="Safubot::Log.method_missing (method)">method_missing</a></span>
301
+
302
+ <small>Safubot::Log</small>
303
+
304
+ </li>
305
+
306
+
307
+ <li class="r2 ">
308
+ <span class='object_link'><a href="Safubot.html#mode-class_method" title="Safubot.mode (method)">mode</a></span>
309
+
310
+ <small>Safubot</small>
311
+
312
+ </li>
313
+
314
+
315
+ <li class="r1 ">
316
+ <span class='object_link'><a href="Safubot/Evented.html#on-instance_method" title="Safubot::Evented#on (method)">#on</a></span>
317
+
318
+ <small>Safubot::Evented</small>
319
+
320
+ </li>
321
+
322
+
323
+ <li class="r2 ">
324
+ <span class='object_link'><a href="Safubot/Evented.html#once-instance_method" title="Safubot::Evented#once (method)">#once</a></span>
325
+
326
+ <small>Safubot::Evented</small>
327
+
328
+ </li>
329
+
330
+
331
+ <li class="r1 ">
332
+ <span class='object_link'><a href="Safubot/Bot.html#opts-instance_method" title="Safubot::Bot#opts (method)">#opts</a></span>
333
+
334
+ <small>Safubot::Bot</small>
335
+
336
+ </li>
337
+
338
+
339
+ <li class="r2 ">
340
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#opts-instance_method" title="Safubot::Twitter::Bot#opts (method)">#opts</a></span>
341
+
342
+ <small>Safubot::Twitter::Bot</small>
343
+
344
+ </li>
345
+
346
+
347
+ <li class="r1 ">
348
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#original_tweet-instance_method" title="Safubot::Twitter::Tweet#original_tweet (method)">#original_tweet</a></span>
349
+
350
+ <small>Safubot::Twitter::Tweet</small>
351
+
352
+ </li>
353
+
354
+
355
+ <li class="r2 ">
356
+ <span class='object_link'><a href="Safubot/Log.html#path-class_method" title="Safubot::Log.path (method)">path</a></span>
357
+
358
+ <small>Safubot::Log</small>
359
+
360
+ </li>
361
+
362
+
363
+ <li class="r1 ">
364
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#posted_at-instance_method" title="Safubot::Twitter::Tweet#posted_at (method)">#posted_at</a></span>
365
+
366
+ <small>Safubot::Twitter::Tweet</small>
367
+
368
+ </li>
369
+
370
+
371
+ <li class="r2 ">
372
+ <span class='object_link'><a href="Safubot/Bot.html#process-instance_method" title="Safubot::Bot#process (method)">#process</a></span>
373
+
374
+ <small>Safubot::Bot</small>
375
+
376
+ </li>
377
+
378
+
379
+ <li class="r1 ">
380
+ <span class='object_link'><a href="Safubot/Bot.html#process_request-instance_method" title="Safubot::Bot#process_request (method)">#process_request</a></span>
381
+
382
+ <small>Safubot::Bot</small>
383
+
384
+ </li>
385
+
386
+
387
+ <li class="r2 ">
388
+ <span class='object_link'><a href="Safubot/Bot.html#pull-instance_method" title="Safubot::Bot#pull (method)">#pull</a></span>
389
+
390
+ <small>Safubot::Bot</small>
391
+
392
+ </li>
393
+
394
+
395
+ <li class="r1 ">
396
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#pull-instance_method" title="Safubot::Twitter::Bot#pull (method)">#pull</a></span>
397
+
398
+ <small>Safubot::Twitter::Bot</small>
399
+
400
+ </li>
401
+
402
+
403
+ <li class="r2 ">
404
+ <span class='object_link'><a href="Safubot/Bot.html#push-instance_method" title="Safubot::Bot#push (method)">#push</a></span>
405
+
406
+ <small>Safubot::Bot</small>
407
+
408
+ </li>
409
+
410
+
411
+ <li class="r1 ">
412
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#reply-instance_method" title="Safubot::Twitter::Bot#reply (method)">#reply</a></span>
413
+
414
+ <small>Safubot::Twitter::Bot</small>
415
+
416
+ </li>
417
+
418
+
419
+ <li class="r2 ">
420
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#reply_header-instance_method" title="Safubot::Twitter::Bot#reply_header (method)">#reply_header</a></span>
421
+
422
+ <small>Safubot::Twitter::Bot</small>
423
+
424
+ </li>
425
+
426
+
427
+ <li class="r1 ">
428
+ <span class='object_link'><a href="Safubot/Test.html#request-class_method" title="Safubot::Test.request (method)">request</a></span>
429
+
430
+ <small>Safubot::Test</small>
431
+
432
+ </li>
433
+
434
+
435
+ <li class="r2 ">
436
+ <span class='object_link'><a href="Safubot/Bot.html#request_error-instance_method" title="Safubot::Bot#request_error (method)">#request_error</a></span>
437
+
438
+ <small>Safubot::Bot</small>
439
+
440
+ </li>
441
+
442
+
443
+ <li class="r1 ">
444
+ <span class='object_link'><a href="Safubot/Bot.html#respond-instance_method" title="Safubot::Bot#respond (method)">#respond</a></span>
445
+
446
+ <small>Safubot::Bot</small>
447
+
448
+ </li>
449
+
450
+
451
+ <li class="r2 ">
452
+ <span class='object_link'><a href="Safubot/Bot.html#respond_now-instance_method" title="Safubot::Bot#respond_now (method)">#respond_now</a></span>
453
+
454
+ <small>Safubot::Bot</small>
455
+
456
+ </li>
457
+
458
+
459
+ <li class="r1 ">
460
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#run-instance_method" title="Safubot::XMPP::Bot#run (method)">#run</a></span>
461
+
462
+ <small>Safubot::XMPP::Bot</small>
463
+
464
+ </li>
465
+
466
+
467
+ <li class="r2 ">
468
+ <span class='object_link'><a href="Safubot/Bot.html#run-instance_method" title="Safubot::Bot#run (method)">#run</a></span>
469
+
470
+ <small>Safubot::Bot</small>
471
+
472
+ </li>
473
+
474
+
475
+ <li class="r1 ">
476
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#run-instance_method" title="Safubot::Twitter::Bot#run (method)">#run</a></span>
477
+
478
+ <small>Safubot::Twitter::Bot</small>
479
+
480
+ </li>
481
+
482
+
483
+ <li class="r2 ">
484
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#send-instance_method" title="Safubot::XMPP::Bot#send (method)">#send</a></span>
485
+
486
+ <small>Safubot::XMPP::Bot</small>
487
+
488
+ </li>
489
+
490
+
491
+ <li class="r1 ">
492
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#send-instance_method" title="Safubot::Twitter::Bot#send (method)">#send</a></span>
493
+
494
+ <small>Safubot::Twitter::Bot</small>
495
+
496
+ </li>
497
+
498
+
499
+ <li class="r2 ">
500
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#state-instance_method" title="Safubot::XMPP::Bot#state (method)">#state</a></span>
501
+
502
+ <small>Safubot::XMPP::Bot</small>
503
+
504
+ </li>
505
+
506
+
507
+ <li class="r1 ">
508
+ <span class='object_link'><a href="Safubot/Bot.html#stop-instance_method" title="Safubot::Bot#stop (method)">#stop</a></span>
509
+
510
+ <small>Safubot::Bot</small>
511
+
512
+ </li>
513
+
514
+
515
+ <li class="r2 ">
516
+ <span class='object_link'><a href="Safubot/XMPP/Bot.html#stop-instance_method" title="Safubot::XMPP::Bot#stop (method)">#stop</a></span>
517
+
518
+ <small>Safubot::XMPP::Bot</small>
519
+
520
+ </li>
521
+
522
+
523
+ <li class="r1 ">
524
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#targetless_text-instance_method" title="Safubot::Twitter::Tweet#targetless_text (method)">#targetless_text</a></span>
525
+
526
+ <small>Safubot::Twitter::Tweet</small>
527
+
528
+ </li>
529
+
530
+
531
+ <li class="r2 ">
532
+ <span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#text-instance_method" title="Safubot::Twitter::DirectMessage#text (method)">#text</a></span>
533
+
534
+ <small>Safubot::Twitter::DirectMessage</small>
535
+
536
+ </li>
537
+
538
+
539
+ <li class="r1 ">
540
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#text-instance_method" title="Safubot::Twitter::Tweet#text (method)">#text</a></span>
541
+
542
+ <small>Safubot::Twitter::Tweet</small>
543
+
544
+ </li>
545
+
546
+
547
+ <li class="r2 ">
548
+ <span class='object_link'><a href="Safubot/KnownUser.html#tweets-instance_method" title="Safubot::KnownUser#tweets (method)">#tweets</a></span>
549
+
550
+ <small>Safubot::KnownUser</small>
551
+
552
+ </li>
553
+
554
+
555
+ <li class="r1 ">
556
+ <span class='object_link'><a href="Safubot/Bot.html#twitter-instance_method" title="Safubot::Bot#twitter (method)">#twitter</a></span>
557
+
558
+ <small>Safubot::Bot</small>
559
+
560
+ </li>
561
+
562
+
563
+ <li class="r2 ">
564
+ <span class='object_link'><a href="Safubot/Evented.html#unbind-instance_method" title="Safubot::Evented#unbind (method)">#unbind</a></span>
565
+
566
+ <small>Safubot::Evented</small>
567
+
568
+ </li>
569
+
570
+
571
+ <li class="r1 ">
572
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#user-instance_method" title="Safubot::Twitter::Tweet#user (method)">#user</a></span>
573
+
574
+ <small>Safubot::Twitter::Tweet</small>
575
+
576
+ </li>
577
+
578
+
579
+ <li class="r2 ">
580
+ <span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#user-instance_method" title="Safubot::Twitter::DirectMessage#user (method)">#user</a></span>
581
+
582
+ <small>Safubot::Twitter::DirectMessage</small>
583
+
584
+ </li>
585
+
586
+
587
+ <li class="r1 ">
588
+ <span class='object_link'><a href="Safubot/XMPP/Message.html#user-instance_method" title="Safubot::XMPP::Message#user (method)">#user</a></span>
589
+
590
+ <small>Safubot::XMPP::Message</small>
591
+
592
+ </li>
593
+
594
+
595
+ <li class="r2 ">
596
+ <span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#username-instance_method" title="Safubot::Twitter::DirectMessage#username (method)">#username</a></span>
597
+
598
+ <small>Safubot::Twitter::DirectMessage</small>
599
+
600
+ </li>
601
+
602
+
603
+ <li class="r1 ">
604
+ <span class='object_link'><a href="Safubot/Twitter/Tweet.html#username-instance_method" title="Safubot::Twitter::Tweet#username (method)">#username</a></span>
605
+
606
+ <small>Safubot::Twitter::Tweet</small>
607
+
608
+ </li>
609
+
610
+
611
+ <li class="r2 ">
612
+ <span class='object_link'><a href="Safubot/XMPP/Message.html#username-instance_method" title="Safubot::XMPP::Message#username (method)">#username</a></span>
613
+
614
+ <small>Safubot::XMPP::Message</small>
615
+
616
+ </li>
617
+
618
+
619
+ <li class="r1 ">
620
+ <span class='object_link'><a href="Safubot/Twitter/Bot.html#username-instance_method" title="Safubot::Twitter::Bot#username (method)">#username</a></span>
621
+
622
+ <small>Safubot::Twitter::Bot</small>
623
+
624
+ </li>
625
+
626
+
627
+ <li class="r2 ">
628
+ <span class='object_link'><a href="Safubot/Bot.html#xmpp-instance_method" title="Safubot::Bot#xmpp (method)">#xmpp</a></span>
629
+
630
+ <small>Safubot::Bot</small>
631
+
632
+ </li>
633
+
634
+
635
+ </ul>
636
+ </div>
637
+ </body>
638
+ </html>