safubot 0.0.3 → 0.0.4
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.
- data/.yardoc/checksums +5 -5
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +0 -0
- data/README.md +9 -9
- data/doc/Safubot/Bot.html +334 -218
- data/doc/Safubot/Evented.html +1 -1
- data/doc/Safubot/KnownUser.html +1 -1
- data/doc/Safubot/Log.html +1 -1
- data/doc/Safubot/Problem.html +130 -0
- data/doc/Safubot/Problematic.html +282 -0
- data/doc/Safubot/Query.html +50 -1
- data/doc/Safubot/Request.html +19 -2
- data/doc/Safubot/Response.html +19 -2
- data/doc/Safubot/Test.html +1 -1
- data/doc/Safubot/Twitter/Bot.html +248 -135
- data/doc/Safubot/Twitter/DirectMessage.html +22 -22
- data/doc/Safubot/Twitter/Tweet.html +40 -40
- data/doc/Safubot/Twitter.html +1 -1
- data/doc/Safubot/XMPP/Bot.html +47 -31
- data/doc/Safubot/XMPP/Message.html +1 -1
- data/doc/Safubot/XMPP.html +1 -1
- data/doc/Safubot.html +4 -4
- data/doc/_index.html +26 -4
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +11 -10
- data/doc/index.html +11 -10
- data/doc/method_list.html +103 -79
- data/doc/top-level-namespace.html +1 -1
- data/lib/safubot/bot.rb +100 -26
- data/lib/safubot/test_helper.rb +4 -0
- data/lib/safubot/twitter.rb +6 -7
- data/lib/safubot/version.rb +1 -1
- data/lib/safubot/xmpp.rb +9 -3
- data/safubot.gemspec +1 -0
- metadata +119 -113
data/doc/method_list.html
CHANGED
@@ -49,6 +49,14 @@
|
|
49
49
|
|
50
50
|
|
51
51
|
<li class="r2 ">
|
52
|
+
<span class='object_link'><a href="Safubot/Problematic.html#add_problem-instance_method" title="Safubot::Problematic#add_problem (method)">#add_problem</a></span>
|
53
|
+
|
54
|
+
<small>Safubot::Problematic</small>
|
55
|
+
|
56
|
+
</li>
|
57
|
+
|
58
|
+
|
59
|
+
<li class="r1 ">
|
52
60
|
<span class='object_link'><a href="Safubot/Bot.html#answer-instance_method" title="Safubot::Bot#answer (method)">#answer</a></span>
|
53
61
|
|
54
62
|
<small>Safubot::Bot</small>
|
@@ -56,7 +64,7 @@
|
|
56
64
|
</li>
|
57
65
|
|
58
66
|
|
59
|
-
<li class="
|
67
|
+
<li class="r2 ">
|
60
68
|
<span class='object_link'><a href="Safubot/Evented.html#bind-instance_method" title="Safubot::Evented#bind (method)">#bind</a></span>
|
61
69
|
|
62
70
|
<small>Safubot::Evented</small>
|
@@ -64,7 +72,7 @@
|
|
64
72
|
</li>
|
65
73
|
|
66
74
|
|
67
|
-
<li class="
|
75
|
+
<li class="r1 ">
|
68
76
|
<span class='object_link'><a href="Safubot/KnownUser.html#by_name-class_method" title="Safubot::KnownUser.by_name (method)">by_name</a></span>
|
69
77
|
|
70
78
|
<small>Safubot::KnownUser</small>
|
@@ -72,7 +80,7 @@
|
|
72
80
|
</li>
|
73
81
|
|
74
82
|
|
75
|
-
<li class="
|
83
|
+
<li class="r2 ">
|
76
84
|
<span class='object_link'><a href="Safubot/KnownUser.html#by_twitter-class_method" title="Safubot::KnownUser.by_twitter (method)">by_twitter</a></span>
|
77
85
|
|
78
86
|
<small>Safubot::KnownUser</small>
|
@@ -80,7 +88,7 @@
|
|
80
88
|
</li>
|
81
89
|
|
82
90
|
|
83
|
-
<li class="
|
91
|
+
<li class="r1 ">
|
84
92
|
<span class='object_link'><a href="Safubot/KnownUser.html#by_xmpp-class_method" title="Safubot::KnownUser.by_xmpp (method)">by_xmpp</a></span>
|
85
93
|
|
86
94
|
<small>Safubot::KnownUser</small>
|
@@ -88,7 +96,7 @@
|
|
88
96
|
</li>
|
89
97
|
|
90
98
|
|
91
|
-
<li class="
|
99
|
+
<li class="r2 ">
|
92
100
|
<span class='object_link'><a href="Safubot/Test.html#clean_environment-class_method" title="Safubot::Test.clean_environment (method)">clean_environment</a></span>
|
93
101
|
|
94
102
|
<small>Safubot::Test</small>
|
@@ -96,6 +104,14 @@
|
|
96
104
|
</li>
|
97
105
|
|
98
106
|
|
107
|
+
<li class="r1 ">
|
108
|
+
<span class='object_link'><a href="Safubot/XMPP/Bot.html#client-instance_method" title="Safubot::XMPP::Bot#client (method)">#client</a></span>
|
109
|
+
|
110
|
+
<small>Safubot::XMPP::Bot</small>
|
111
|
+
|
112
|
+
</li>
|
113
|
+
|
114
|
+
|
99
115
|
<li class="r2 ">
|
100
116
|
<span class='object_link'><a href="Safubot/Twitter/Bot.html#client-instance_method" title="Safubot::Twitter::Bot#client (method)">#client</a></span>
|
101
117
|
|
@@ -105,15 +121,15 @@
|
|
105
121
|
|
106
122
|
|
107
123
|
<li class="r1 ">
|
108
|
-
<span class='object_link'><a href="Safubot/
|
124
|
+
<span class='object_link'><a href="Safubot/Bot.html#concurrently-instance_method" title="Safubot::Bot#concurrently (method)">#concurrently</a></span>
|
109
125
|
|
110
|
-
<small>Safubot::
|
126
|
+
<small>Safubot::Bot</small>
|
111
127
|
|
112
128
|
</li>
|
113
129
|
|
114
130
|
|
115
131
|
<li class="r2 ">
|
116
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
132
|
+
<span class='object_link'><a href="Safubot/Bot.html#dispatch-instance_method" title="Safubot::Bot#dispatch (method)">#dispatch</a></span>
|
117
133
|
|
118
134
|
<small>Safubot::Bot</small>
|
119
135
|
|
@@ -121,7 +137,7 @@
|
|
121
137
|
|
122
138
|
|
123
139
|
<li class="r1 ">
|
124
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
140
|
+
<span class='object_link'><a href="Safubot/Bot.html#dispatch_error-instance_method" title="Safubot::Bot#dispatch_error (method)">#dispatch_error</a></span>
|
125
141
|
|
126
142
|
<small>Safubot::Bot</small>
|
127
143
|
|
@@ -161,25 +177,25 @@
|
|
161
177
|
|
162
178
|
|
163
179
|
<li class="r2 ">
|
164
|
-
<span class='object_link'><a href="Safubot/Twitter/
|
180
|
+
<span class='object_link'><a href="Safubot/Twitter/Tweet.html#from-class_method" title="Safubot::Twitter::Tweet.from (method)">from</a></span>
|
165
181
|
|
166
|
-
<small>Safubot::Twitter::
|
182
|
+
<small>Safubot::Twitter::Tweet</small>
|
167
183
|
|
168
184
|
</li>
|
169
185
|
|
170
186
|
|
171
187
|
<li class="r1 ">
|
172
|
-
<span class='object_link'><a href="Safubot/
|
188
|
+
<span class='object_link'><a href="Safubot/XMPP/Message.html#from-class_method" title="Safubot::XMPP::Message.from (method)">from</a></span>
|
173
189
|
|
174
|
-
<small>Safubot::
|
190
|
+
<small>Safubot::XMPP::Message</small>
|
175
191
|
|
176
192
|
</li>
|
177
193
|
|
178
194
|
|
179
195
|
<li class="r2 ">
|
180
|
-
<span class='object_link'><a href="Safubot/
|
196
|
+
<span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#from-class_method" title="Safubot::Twitter::DirectMessage.from (method)">from</a></span>
|
181
197
|
|
182
|
-
<small>Safubot::
|
198
|
+
<small>Safubot::Twitter::DirectMessage</small>
|
183
199
|
|
184
200
|
</li>
|
185
201
|
|
@@ -233,17 +249,17 @@
|
|
233
249
|
|
234
250
|
|
235
251
|
<li class="r1 ">
|
236
|
-
<span class='object_link'><a href="Safubot/
|
252
|
+
<span class='object_link'><a href="Safubot/Twitter/Bot.html#initialize-instance_method" title="Safubot::Twitter::Bot#initialize (method)">#initialize</a></span>
|
237
253
|
|
238
|
-
<small>Safubot::
|
254
|
+
<small>Safubot::Twitter::Bot</small>
|
239
255
|
|
240
256
|
</li>
|
241
257
|
|
242
258
|
|
243
259
|
<li class="r2 ">
|
244
|
-
<span class='object_link'><a href="Safubot/
|
260
|
+
<span class='object_link'><a href="Safubot/XMPP/Bot.html#initialize-instance_method" title="Safubot::XMPP::Bot#initialize (method)">#initialize</a></span>
|
245
261
|
|
246
|
-
<small>Safubot::
|
262
|
+
<small>Safubot::XMPP::Bot</small>
|
247
263
|
|
248
264
|
</li>
|
249
265
|
|
@@ -265,30 +281,38 @@
|
|
265
281
|
|
266
282
|
|
267
283
|
<li class="r1 ">
|
268
|
-
<span class='object_link'><a href="Safubot/
|
284
|
+
<span class='object_link'><a href="Safubot/Problematic.html#last_problem-instance_method" title="Safubot::Problematic#last_problem (method)">#last_problem</a></span>
|
269
285
|
|
270
|
-
<small>Safubot::
|
286
|
+
<small>Safubot::Problematic</small>
|
271
287
|
|
272
288
|
</li>
|
273
289
|
|
274
290
|
|
275
291
|
<li class="r2 ">
|
276
|
-
<span class='object_link'><a href="Safubot/
|
292
|
+
<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>
|
277
293
|
|
278
|
-
<small>Safubot::
|
294
|
+
<small>Safubot::XMPP::Message</small>
|
279
295
|
|
280
296
|
</li>
|
281
297
|
|
282
298
|
|
283
299
|
<li class="r1 ">
|
284
|
-
<span class='object_link'><a href="Safubot/
|
300
|
+
<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
301
|
|
286
|
-
<small>Safubot::
|
302
|
+
<small>Safubot::Twitter::DirectMessage</small>
|
287
303
|
|
288
304
|
</li>
|
289
305
|
|
290
306
|
|
291
307
|
<li class="r2 ">
|
308
|
+
<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>
|
309
|
+
|
310
|
+
<small>Safubot::Twitter::Tweet</small>
|
311
|
+
|
312
|
+
</li>
|
313
|
+
|
314
|
+
|
315
|
+
<li class="r1 ">
|
292
316
|
<span class='object_link'><a href="Safubot/Query.html#make_request-instance_method" title="Safubot::Query#make_request (method)">#make_request</a></span>
|
293
317
|
|
294
318
|
<small>Safubot::Query</small>
|
@@ -296,7 +320,7 @@
|
|
296
320
|
</li>
|
297
321
|
|
298
322
|
|
299
|
-
<li class="
|
323
|
+
<li class="r2 ">
|
300
324
|
<span class='object_link'><a href="Safubot/KnownUser.html#merge-instance_method" title="Safubot::KnownUser#merge (method)">#merge</a></span>
|
301
325
|
|
302
326
|
<small>Safubot::KnownUser</small>
|
@@ -304,7 +328,7 @@
|
|
304
328
|
</li>
|
305
329
|
|
306
330
|
|
307
|
-
<li class="
|
331
|
+
<li class="r1 ">
|
308
332
|
<span class='object_link'><a href="Safubot/Log.html#method_missing-class_method" title="Safubot::Log.method_missing (method)">method_missing</a></span>
|
309
333
|
|
310
334
|
<small>Safubot::Log</small>
|
@@ -312,7 +336,7 @@
|
|
312
336
|
</li>
|
313
337
|
|
314
338
|
|
315
|
-
<li class="
|
339
|
+
<li class="r2 ">
|
316
340
|
<span class='object_link'><a href="Safubot.html#mode-class_method" title="Safubot.mode (method)">mode</a></span>
|
317
341
|
|
318
342
|
<small>Safubot</small>
|
@@ -320,7 +344,7 @@
|
|
320
344
|
</li>
|
321
345
|
|
322
346
|
|
323
|
-
<li class="
|
347
|
+
<li class="r1 ">
|
324
348
|
<span class='object_link'><a href="Safubot/Evented.html#on-instance_method" title="Safubot::Evented#on (method)">#on</a></span>
|
325
349
|
|
326
350
|
<small>Safubot::Evented</small>
|
@@ -328,7 +352,7 @@
|
|
328
352
|
</li>
|
329
353
|
|
330
354
|
|
331
|
-
<li class="
|
355
|
+
<li class="r2 ">
|
332
356
|
<span class='object_link'><a href="Safubot/Evented.html#once-instance_method" title="Safubot::Evented#once (method)">#once</a></span>
|
333
357
|
|
334
358
|
<small>Safubot::Evented</small>
|
@@ -336,7 +360,7 @@
|
|
336
360
|
</li>
|
337
361
|
|
338
362
|
|
339
|
-
<li class="
|
363
|
+
<li class="r1 ">
|
340
364
|
<span class='object_link'><a href="Safubot/Bot.html#opts-instance_method" title="Safubot::Bot#opts (method)">#opts</a></span>
|
341
365
|
|
342
366
|
<small>Safubot::Bot</small>
|
@@ -344,7 +368,7 @@
|
|
344
368
|
</li>
|
345
369
|
|
346
370
|
|
347
|
-
<li class="
|
371
|
+
<li class="r2 ">
|
348
372
|
<span class='object_link'><a href="Safubot/Twitter/Bot.html#opts-instance_method" title="Safubot::Twitter::Bot#opts (method)">#opts</a></span>
|
349
373
|
|
350
374
|
<small>Safubot::Twitter::Bot</small>
|
@@ -352,7 +376,7 @@
|
|
352
376
|
</li>
|
353
377
|
|
354
378
|
|
355
|
-
<li class="
|
379
|
+
<li class="r1 ">
|
356
380
|
<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>
|
357
381
|
|
358
382
|
<small>Safubot::Twitter::Tweet</small>
|
@@ -360,7 +384,7 @@
|
|
360
384
|
</li>
|
361
385
|
|
362
386
|
|
363
|
-
<li class="
|
387
|
+
<li class="r2 ">
|
364
388
|
<span class='object_link'><a href="Safubot/Log.html#path-class_method" title="Safubot::Log.path (method)">path</a></span>
|
365
389
|
|
366
390
|
<small>Safubot::Log</small>
|
@@ -368,14 +392,6 @@
|
|
368
392
|
</li>
|
369
393
|
|
370
394
|
|
371
|
-
<li class="r2 ">
|
372
|
-
<span class='object_link'><a href="Safubot/Twitter/Bot.html#pid-instance_method" title="Safubot::Twitter::Bot#pid (method)">#pid</a></span>
|
373
|
-
|
374
|
-
<small>Safubot::Twitter::Bot</small>
|
375
|
-
|
376
|
-
</li>
|
377
|
-
|
378
|
-
|
379
395
|
<li class="r1 ">
|
380
396
|
<span class='object_link'><a href="Safubot/XMPP/Bot.html#pid-instance_method" title="Safubot::XMPP::Bot#pid (method)">#pid</a></span>
|
381
397
|
|
@@ -385,23 +401,23 @@
|
|
385
401
|
|
386
402
|
|
387
403
|
<li class="r2 ">
|
388
|
-
<span class='object_link'><a href="Safubot/Twitter/
|
404
|
+
<span class='object_link'><a href="Safubot/Twitter/Bot.html#pid-instance_method" title="Safubot::Twitter::Bot#pid (method)">#pid</a></span>
|
389
405
|
|
390
|
-
<small>Safubot::Twitter::
|
406
|
+
<small>Safubot::Twitter::Bot</small>
|
391
407
|
|
392
408
|
</li>
|
393
409
|
|
394
410
|
|
395
411
|
<li class="r1 ">
|
396
|
-
<span class='object_link'><a href="Safubot/
|
412
|
+
<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>
|
397
413
|
|
398
|
-
<small>Safubot::
|
414
|
+
<small>Safubot::Twitter::Tweet</small>
|
399
415
|
|
400
416
|
</li>
|
401
417
|
|
402
418
|
|
403
419
|
<li class="r2 ">
|
404
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
420
|
+
<span class='object_link'><a href="Safubot/Bot.html#process-instance_method" title="Safubot::Bot#process (method)">#process</a></span>
|
405
421
|
|
406
422
|
<small>Safubot::Bot</small>
|
407
423
|
|
@@ -409,7 +425,7 @@
|
|
409
425
|
|
410
426
|
|
411
427
|
<li class="r1 ">
|
412
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
428
|
+
<span class='object_link'><a href="Safubot/Bot.html#process_request-instance_method" title="Safubot::Bot#process_request (method)">#process_request</a></span>
|
413
429
|
|
414
430
|
<small>Safubot::Bot</small>
|
415
431
|
|
@@ -425,7 +441,7 @@
|
|
425
441
|
|
426
442
|
|
427
443
|
<li class="r1 ">
|
428
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
444
|
+
<span class='object_link'><a href="Safubot/Bot.html#pull-instance_method" title="Safubot::Bot#pull (method)">#pull</a></span>
|
429
445
|
|
430
446
|
<small>Safubot::Bot</small>
|
431
447
|
|
@@ -433,15 +449,15 @@
|
|
433
449
|
|
434
450
|
|
435
451
|
<li class="r2 ">
|
436
|
-
<span class='object_link'><a href="Safubot/
|
452
|
+
<span class='object_link'><a href="Safubot/Bot.html#push-instance_method" title="Safubot::Bot#push (method)">#push</a></span>
|
437
453
|
|
438
|
-
<small>Safubot::
|
454
|
+
<small>Safubot::Bot</small>
|
439
455
|
|
440
456
|
</li>
|
441
457
|
|
442
458
|
|
443
459
|
<li class="r1 ">
|
444
|
-
<span class='object_link'><a href="Safubot/Twitter/Bot.html#
|
460
|
+
<span class='object_link'><a href="Safubot/Twitter/Bot.html#reply-instance_method" title="Safubot::Twitter::Bot#reply (method)">#reply</a></span>
|
445
461
|
|
446
462
|
<small>Safubot::Twitter::Bot</small>
|
447
463
|
|
@@ -449,23 +465,23 @@
|
|
449
465
|
|
450
466
|
|
451
467
|
<li class="r2 ">
|
452
|
-
<span class='object_link'><a href="Safubot/
|
468
|
+
<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>
|
453
469
|
|
454
|
-
<small>Safubot::
|
470
|
+
<small>Safubot::Twitter::Bot</small>
|
455
471
|
|
456
472
|
</li>
|
457
473
|
|
458
474
|
|
459
475
|
<li class="r1 ">
|
460
|
-
<span class='object_link'><a href="Safubot/
|
476
|
+
<span class='object_link'><a href="Safubot/Test.html#request-class_method" title="Safubot::Test.request (method)">request</a></span>
|
461
477
|
|
462
|
-
<small>Safubot::
|
478
|
+
<small>Safubot::Test</small>
|
463
479
|
|
464
480
|
</li>
|
465
481
|
|
466
482
|
|
467
483
|
<li class="r2 ">
|
468
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
484
|
+
<span class='object_link'><a href="Safubot/Bot.html#request_error-instance_method" title="Safubot::Bot#request_error (method)">#request_error</a></span>
|
469
485
|
|
470
486
|
<small>Safubot::Bot</small>
|
471
487
|
|
@@ -473,7 +489,7 @@
|
|
473
489
|
|
474
490
|
|
475
491
|
<li class="r1 ">
|
476
|
-
<span class='object_link'><a href="Safubot/Bot.html#
|
492
|
+
<span class='object_link'><a href="Safubot/Bot.html#respond-instance_method" title="Safubot::Bot#respond (method)">#respond</a></span>
|
477
493
|
|
478
494
|
<small>Safubot::Bot</small>
|
479
495
|
|
@@ -489,17 +505,17 @@
|
|
489
505
|
|
490
506
|
|
491
507
|
<li class="r1 ">
|
492
|
-
<span class='object_link'><a href="Safubot/
|
508
|
+
<span class='object_link'><a href="Safubot/Bot.html#run-instance_method" title="Safubot::Bot#run (method)">#run</a></span>
|
493
509
|
|
494
|
-
<small>Safubot::
|
510
|
+
<small>Safubot::Bot</small>
|
495
511
|
|
496
512
|
</li>
|
497
513
|
|
498
514
|
|
499
515
|
<li class="r2 ">
|
500
|
-
<span class='object_link'><a href="Safubot/Bot.html#run-instance_method" title="Safubot::Bot#run (method)">#run</a></span>
|
516
|
+
<span class='object_link'><a href="Safubot/XMPP/Bot.html#run-instance_method" title="Safubot::XMPP::Bot#run (method)">#run</a></span>
|
501
517
|
|
502
|
-
<small>Safubot::Bot</small>
|
518
|
+
<small>Safubot::XMPP::Bot</small>
|
503
519
|
|
504
520
|
</li>
|
505
521
|
|
@@ -529,17 +545,17 @@
|
|
529
545
|
|
530
546
|
|
531
547
|
<li class="r2 ">
|
532
|
-
<span class='object_link'><a href="Safubot/
|
548
|
+
<span class='object_link'><a href="Safubot/Twitter/Bot.html#send-instance_method" title="Safubot::Twitter::Bot#send (method)">#send</a></span>
|
533
549
|
|
534
|
-
<small>Safubot::
|
550
|
+
<small>Safubot::Twitter::Bot</small>
|
535
551
|
|
536
552
|
</li>
|
537
553
|
|
538
554
|
|
539
555
|
<li class="r1 ">
|
540
|
-
<span class='object_link'><a href="Safubot/
|
556
|
+
<span class='object_link'><a href="Safubot/XMPP/Bot.html#send-instance_method" title="Safubot::XMPP::Bot#send (method)">#send</a></span>
|
541
557
|
|
542
|
-
<small>Safubot::
|
558
|
+
<small>Safubot::XMPP::Bot</small>
|
543
559
|
|
544
560
|
</li>
|
545
561
|
|
@@ -561,17 +577,17 @@
|
|
561
577
|
|
562
578
|
|
563
579
|
<li class="r2 ">
|
564
|
-
<span class='object_link'><a href="Safubot/
|
580
|
+
<span class='object_link'><a href="Safubot/Twitter/Bot.html#stop-instance_method" title="Safubot::Twitter::Bot#stop (method)">#stop</a></span>
|
565
581
|
|
566
|
-
<small>Safubot::
|
582
|
+
<small>Safubot::Twitter::Bot</small>
|
567
583
|
|
568
584
|
</li>
|
569
585
|
|
570
586
|
|
571
587
|
<li class="r1 ">
|
572
|
-
<span class='object_link'><a href="Safubot/
|
588
|
+
<span class='object_link'><a href="Safubot/XMPP/Bot.html#stop-instance_method" title="Safubot::XMPP::Bot#stop (method)">#stop</a></span>
|
573
589
|
|
574
|
-
<small>Safubot::
|
590
|
+
<small>Safubot::XMPP::Bot</small>
|
575
591
|
|
576
592
|
</li>
|
577
593
|
|
@@ -641,9 +657,9 @@
|
|
641
657
|
|
642
658
|
|
643
659
|
<li class="r2 ">
|
644
|
-
<span class='object_link'><a href="Safubot/
|
660
|
+
<span class='object_link'><a href="Safubot/Twitter/Tweet.html#user-instance_method" title="Safubot::Twitter::Tweet#user (method)">#user</a></span>
|
645
661
|
|
646
|
-
<small>Safubot::
|
662
|
+
<small>Safubot::Twitter::Tweet</small>
|
647
663
|
|
648
664
|
</li>
|
649
665
|
|
@@ -657,25 +673,25 @@
|
|
657
673
|
|
658
674
|
|
659
675
|
<li class="r2 ">
|
660
|
-
<span class='object_link'><a href="Safubot/
|
676
|
+
<span class='object_link'><a href="Safubot/XMPP/Message.html#user-instance_method" title="Safubot::XMPP::Message#user (method)">#user</a></span>
|
661
677
|
|
662
|
-
<small>Safubot::
|
678
|
+
<small>Safubot::XMPP::Message</small>
|
663
679
|
|
664
680
|
</li>
|
665
681
|
|
666
682
|
|
667
683
|
<li class="r1 ">
|
668
|
-
<span class='object_link'><a href="Safubot/
|
684
|
+
<span class='object_link'><a href="Safubot/Twitter/Bot.html#username-instance_method" title="Safubot::Twitter::Bot#username (method)">#username</a></span>
|
669
685
|
|
670
|
-
<small>Safubot::
|
686
|
+
<small>Safubot::Twitter::Bot</small>
|
671
687
|
|
672
688
|
</li>
|
673
689
|
|
674
690
|
|
675
691
|
<li class="r2 ">
|
676
|
-
<span class='object_link'><a href="Safubot/
|
692
|
+
<span class='object_link'><a href="Safubot/XMPP/Message.html#username-instance_method" title="Safubot::XMPP::Message#username (method)">#username</a></span>
|
677
693
|
|
678
|
-
<small>Safubot::
|
694
|
+
<small>Safubot::XMPP::Message</small>
|
679
695
|
|
680
696
|
</li>
|
681
697
|
|
@@ -689,6 +705,14 @@
|
|
689
705
|
|
690
706
|
|
691
707
|
<li class="r2 ">
|
708
|
+
<span class='object_link'><a href="Safubot/Query.html#username-instance_method" title="Safubot::Query#username (method)">#username</a></span>
|
709
|
+
|
710
|
+
<small>Safubot::Query</small>
|
711
|
+
|
712
|
+
</li>
|
713
|
+
|
714
|
+
|
715
|
+
<li class="r1 ">
|
692
716
|
<span class='object_link'><a href="Safubot/Twitter/DirectMessage.html#username-instance_method" title="Safubot::Twitter::DirectMessage#username (method)">#username</a></span>
|
693
717
|
|
694
718
|
<small>Safubot::Twitter::DirectMessage</small>
|
@@ -696,7 +720,7 @@
|
|
696
720
|
</li>
|
697
721
|
|
698
722
|
|
699
|
-
<li class="
|
723
|
+
<li class="r2 ">
|
700
724
|
<span class='object_link'><a href="Safubot/Bot.html#xmpp-instance_method" title="Safubot::Bot#xmpp (method)">#xmpp</a></span>
|
701
725
|
|
702
726
|
<small>Safubot::Bot</small>
|