pupil 0.1.1 → 0.1.2

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.
@@ -2,11 +2,11 @@ function createSourceLinks() {
2
2
  $('.method_details_list .source_code').
3
3
  before("<span class='showSource'>[<a href='#' class='toggleSource'>View source</a>]</span>");
4
4
  $('.toggleSource').toggle(function() {
5
- $(this).parent().next().slideDown(100);
5
+ $(this).parent().nextAll('.source_code').slideDown(100);
6
6
  $(this).text("Hide source");
7
7
  },
8
8
  function() {
9
- $(this).parent().next().slideUp(100);
9
+ $(this).parent().nextAll('.source_code').slideUp(100);
10
10
  $(this).text("View source");
11
11
  });
12
12
  }
@@ -109,10 +109,10 @@ function summaryToggle() {
109
109
  $('.summary_toggle').click(function() {
110
110
  localStorage.summaryCollapsed = $(this).text();
111
111
  $(this).text($(this).text() == "collapse" ? "expand" : "collapse");
112
- var next = $(this).parent().parent().next();
112
+ var next = $(this).parent().parent().nextAll('ul.summary').first();
113
113
  if (next.hasClass('compact')) {
114
114
  next.toggle();
115
- next.next().toggle();
115
+ next.nextAll('ul.summary').first().toggle();
116
116
  }
117
117
  else if (next.hasClass('summary')) {
118
118
  var list = $('<ul class="summary compact" />');
@@ -41,15 +41,15 @@
41
41
 
42
42
 
43
43
  <li class="r1 ">
44
- <span class='object_link'><a href="Pupil/Keygen.html#access_token-instance_method" title="Pupil::Keygen#access_token (method)">#access_token</a></span>
44
+ <span class='object_link'><a href="Pupil/Stream/Shash.html#%5B%5D-instance_method" title="Pupil::Stream::Shash#[] (method)">#[]</a></span>
45
45
 
46
- <small>Pupil::Keygen</small>
46
+ <small>Pupil::Stream::Shash</small>
47
47
 
48
48
  </li>
49
49
 
50
50
 
51
51
  <li class="r2 ">
52
- <span class='object_link'><a href="Pupil/Keygen.html#access_token_secret-instance_method" title="Pupil::Keygen#access_token_secret (method)">#access_token_secret</a></span>
52
+ <span class='object_link'><a href="Pupil/Keygen.html#access_token-instance_method" title="Pupil::Keygen#access_token (method)">#access_token</a></span>
53
53
 
54
54
  <small>Pupil::Keygen</small>
55
55
 
@@ -57,31 +57,31 @@
57
57
 
58
58
 
59
59
  <li class="r1 ">
60
- <span class='object_link'><a href="Pupil.html#addlist-instance_method" title="Pupil#addlist (method)">#addlist</a></span>
60
+ <span class='object_link'><a href="Pupil/Keygen.html#access_token_secret-instance_method" title="Pupil::Keygen#access_token_secret (method)">#access_token_secret</a></span>
61
61
 
62
- <small>Pupil</small>
62
+ <small>Pupil::Keygen</small>
63
63
 
64
64
  </li>
65
65
 
66
66
 
67
67
  <li class="r2 ">
68
- <span class='object_link'><a href="Pupil/Keygen.html#auth_url-instance_method" title="Pupil::Keygen#auth_url (method)">#auth_url</a></span>
68
+ <span class='object_link'><a href="Pupil.html#addlist-instance_method" title="Pupil#addlist (method)">#addlist</a></span>
69
69
 
70
- <small>Pupil::Keygen</small>
70
+ <small>Pupil</small>
71
71
 
72
72
  </li>
73
73
 
74
74
 
75
75
  <li class="r1 ">
76
- <span class='object_link'><a href="Pupil.html#block-instance_method" title="Pupil#block (method)">#block</a></span>
76
+ <span class='object_link'><a href="Pupil/Keygen.html#auth_url-instance_method" title="Pupil::Keygen#auth_url (method)">#auth_url</a></span>
77
77
 
78
- <small>Pupil</small>
78
+ <small>Pupil::Keygen</small>
79
79
 
80
80
  </li>
81
81
 
82
82
 
83
83
  <li class="r2 ">
84
- <span class='object_link'><a href="Pupil.html#blocking-instance_method" title="Pupil#blocking (method)">#blocking</a></span>
84
+ <span class='object_link'><a href="Pupil.html#block-instance_method" title="Pupil#block (method)">#block</a></span>
85
85
 
86
86
  <small>Pupil</small>
87
87
 
@@ -89,15 +89,15 @@
89
89
 
90
90
 
91
91
  <li class="r1 ">
92
- <span class='object_link'><a href="Pupil/Keygen.html#consumer_key-instance_method" title="Pupil::Keygen#consumer_key (method)">#consumer_key</a></span>
92
+ <span class='object_link'><a href="Pupil.html#blocking-instance_method" title="Pupil#blocking (method)">#blocking</a></span>
93
93
 
94
- <small>Pupil::Keygen</small>
94
+ <small>Pupil</small>
95
95
 
96
96
  </li>
97
97
 
98
98
 
99
99
  <li class="r2 ">
100
- <span class='object_link'><a href="Pupil/Keygen.html#consumer_secret-instance_method" title="Pupil::Keygen#consumer_secret (method)">#consumer_secret</a></span>
100
+ <span class='object_link'><a href="Pupil/Keygen.html#consumer_key-instance_method" title="Pupil::Keygen#consumer_key (method)">#consumer_key</a></span>
101
101
 
102
102
  <small>Pupil::Keygen</small>
103
103
 
@@ -105,9 +105,9 @@
105
105
 
106
106
 
107
107
  <li class="r1 ">
108
- <span class='object_link'><a href="Pupil/Stream/StreamEvent.html#content-instance_method" title="Pupil::Stream::StreamEvent#content (method)">#content</a></span>
108
+ <span class='object_link'><a href="Pupil/Keygen.html#consumer_secret-instance_method" title="Pupil::Keygen#consumer_secret (method)">#consumer_secret</a></span>
109
109
 
110
- <small>Pupil::Stream::StreamEvent</small>
110
+ <small>Pupil::Keygen</small>
111
111
 
112
112
  </li>
113
113
 
@@ -137,25 +137,25 @@
137
137
 
138
138
 
139
139
  <li class="r1 ">
140
- <span class='object_link'><a href="Pupil/User.html#created_at-instance_method" title="Pupil::User#created_at (method)">#created_at</a></span>
140
+ <span class='object_link'><a href="Pupil/Status.html#created_at-instance_method" title="Pupil::Status#created_at (method)">#created_at</a></span>
141
141
 
142
- <small>Pupil::User</small>
142
+ <small>Pupil::Status</small>
143
143
 
144
144
  </li>
145
145
 
146
146
 
147
147
  <li class="r2 ">
148
- <span class='object_link'><a href="Pupil/Status.html#created_at-instance_method" title="Pupil::Status#created_at (method)">#created_at</a></span>
148
+ <span class='object_link'><a href="Pupil/DirectMessage.html#created_at-instance_method" title="Pupil::DirectMessage#created_at (method)">#created_at</a></span>
149
149
 
150
- <small>Pupil::Status</small>
150
+ <small>Pupil::DirectMessage</small>
151
151
 
152
152
  </li>
153
153
 
154
154
 
155
155
  <li class="r1 ">
156
- <span class='object_link'><a href="Pupil/DirectMessage.html#created_at-instance_method" title="Pupil::DirectMessage#created_at (method)">#created_at</a></span>
156
+ <span class='object_link'><a href="Pupil/User.html#created_at-instance_method" title="Pupil::User#created_at (method)">#created_at</a></span>
157
157
 
158
- <small>Pupil::DirectMessage</small>
158
+ <small>Pupil::User</small>
159
159
 
160
160
  </li>
161
161
 
@@ -177,17 +177,17 @@
177
177
 
178
178
 
179
179
  <li class="r2 ">
180
- <span class='object_link'><a href="Pupil/User.html#description-instance_method" title="Pupil::User#description (method)">#description</a></span>
180
+ <span class='object_link'><a href="Pupil/List.html#description-instance_method" title="Pupil::List#description (method)">#description</a></span>
181
181
 
182
- <small>Pupil::User</small>
182
+ <small>Pupil::List</small>
183
183
 
184
184
  </li>
185
185
 
186
186
 
187
187
  <li class="r1 ">
188
- <span class='object_link'><a href="Pupil/List.html#description-instance_method" title="Pupil::List#description (method)">#description</a></span>
188
+ <span class='object_link'><a href="Pupil/User.html#description-instance_method" title="Pupil::User#description (method)">#description</a></span>
189
189
 
190
- <small>Pupil::List</small>
190
+ <small>Pupil::User</small>
191
191
 
192
192
  </li>
193
193
 
@@ -248,6 +248,22 @@
248
248
  </li>
249
249
 
250
250
 
251
+ <li class="r1 ">
252
+ <span class='object_link'><a href="Pupil/Stream/Status.html#event-instance_method" title="Pupil::Stream::Status#event (method)">#event</a></span>
253
+
254
+ <small>Pupil::Stream::Status</small>
255
+
256
+ </li>
257
+
258
+
259
+ <li class="r2 ">
260
+ <span class='object_link'><a href="Pupil/Stream/Shash.html#event-instance_method" title="Pupil::Stream::Shash#event (method)">#event</a></span>
261
+
262
+ <small>Pupil::Stream::Shash</small>
263
+
264
+ </li>
265
+
266
+
251
267
  <li class="r1 ">
252
268
  <span class='object_link'><a href="Pupil/URL.html#expanded_url-instance_method" title="Pupil::URL#expanded_url (method)">#expanded_url</a></span>
253
269
 
@@ -377,9 +393,9 @@
377
393
 
378
394
 
379
395
  <li class="r1 ">
380
- <span class='object_link'><a href="Pupil/Stream/StreamEvent.html#guess_event-instance_method" title="Pupil::Stream::StreamEvent#guess_event (method)">#guess_event</a></span>
396
+ <span class='object_link'><a href="Pupil/Stream.html#guess_event-instance_method" title="Pupil::Stream#guess_event (method)">#guess_event</a></span>
381
397
 
382
- <small>Pupil::Stream::StreamEvent</small>
398
+ <small>Pupil::Stream</small>
383
399
 
384
400
  </li>
385
401
 
@@ -401,49 +417,49 @@
401
417
 
402
418
 
403
419
  <li class="r2 ">
404
- <span class='object_link'><a href="Pupil/List.html#id-instance_method" title="Pupil::List#id (method)">#id</a></span>
420
+ <span class='object_link'><a href="Pupil/User.html#id-instance_method" title="Pupil::User#id (method)">#id</a></span>
405
421
 
406
- <small>Pupil::List</small>
422
+ <small>Pupil::User</small>
407
423
 
408
424
  </li>
409
425
 
410
426
 
411
427
  <li class="r1 ">
412
- <span class='object_link'><a href="Pupil/Status.html#id-instance_method" title="Pupil::Status#id (method)">#id</a></span>
428
+ <span class='object_link'><a href="Pupil/DirectMessage.html#id-instance_method" title="Pupil::DirectMessage#id (method)">#id</a></span>
413
429
 
414
- <small>Pupil::Status</small>
430
+ <small>Pupil::DirectMessage</small>
415
431
 
416
432
  </li>
417
433
 
418
434
 
419
435
  <li class="r2 ">
420
- <span class='object_link'><a href="Pupil/User.html#id-instance_method" title="Pupil::User#id (method)">#id</a></span>
436
+ <span class='object_link'><a href="Pupil/Status.html#id-instance_method" title="Pupil::Status#id (method)">#id</a></span>
421
437
 
422
- <small>Pupil::User</small>
438
+ <small>Pupil::Status</small>
423
439
 
424
440
  </li>
425
441
 
426
442
 
427
443
  <li class="r1 ">
428
- <span class='object_link'><a href="Pupil/DirectMessage.html#id-instance_method" title="Pupil::DirectMessage#id (method)">#id</a></span>
444
+ <span class='object_link'><a href="Pupil/List.html#id-instance_method" title="Pupil::List#id (method)">#id</a></span>
429
445
 
430
- <small>Pupil::DirectMessage</small>
446
+ <small>Pupil::List</small>
431
447
 
432
448
  </li>
433
449
 
434
450
 
435
451
  <li class="r2 ">
436
- <span class='object_link'><a href="Pupil/User.html#id_str-instance_method" title="Pupil::User#id_str (method)">#id_str</a></span>
452
+ <span class='object_link'><a href="Pupil/Status.html#id_str-instance_method" title="Pupil::Status#id_str (method)">#id_str</a></span>
437
453
 
438
- <small>Pupil::User</small>
454
+ <small>Pupil::Status</small>
439
455
 
440
456
  </li>
441
457
 
442
458
 
443
459
  <li class="r1 ">
444
- <span class='object_link'><a href="Pupil/Status.html#id_str-instance_method" title="Pupil::Status#id_str (method)">#id_str</a></span>
460
+ <span class='object_link'><a href="Pupil/User.html#id_str-instance_method" title="Pupil::User#id_str (method)">#id_str</a></span>
445
461
 
446
- <small>Pupil::Status</small>
462
+ <small>Pupil::User</small>
447
463
 
448
464
  </li>
449
465
 
@@ -489,17 +505,17 @@
489
505
 
490
506
 
491
507
  <li class="r1 ">
492
- <span class='object_link'><a href="Pupil/Status.html#initialize-instance_method" title="Pupil::Status#initialize (method)">#initialize</a></span>
508
+ <span class='object_link'><a href="Pupil/DirectMessage.html#initialize-instance_method" title="Pupil::DirectMessage#initialize (method)">#initialize</a></span>
493
509
 
494
- <small>Pupil::Status</small>
510
+ <small>Pupil::DirectMessage</small>
495
511
 
496
512
  </li>
497
513
 
498
514
 
499
515
  <li class="r2 ">
500
- <span class='object_link'><a href="Pupil/Entities.html#initialize-instance_method" title="Pupil::Entities#initialize (method)">#initialize</a></span>
516
+ <span class='object_link'><a href="Pupil/Keygen.html#initialize-instance_method" title="Pupil::Keygen#initialize (method)">#initialize</a></span>
501
517
 
502
- <small>Pupil::Entities</small>
518
+ <small>Pupil::Keygen</small>
503
519
 
504
520
  </li>
505
521
 
@@ -513,41 +529,41 @@
513
529
 
514
530
 
515
531
  <li class="r2 ">
516
- <span class='object_link'><a href="Pupil.html#initialize-instance_method" title="Pupil#initialize (method)">#initialize</a></span>
532
+ <span class='object_link'><a href="Pupil/URL.html#initialize-instance_method" title="Pupil::URL#initialize (method)">#initialize</a></span>
517
533
 
518
- <small>Pupil</small>
534
+ <small>Pupil::URL</small>
519
535
 
520
536
  </li>
521
537
 
522
538
 
523
539
  <li class="r1 ">
524
- <span class='object_link'><a href="Pupil/User.html#initialize-instance_method" title="Pupil::User#initialize (method)">#initialize</a></span>
540
+ <span class='object_link'><a href="Pupil.html#initialize-instance_method" title="Pupil#initialize (method)">#initialize</a></span>
525
541
 
526
- <small>Pupil::User</small>
542
+ <small>Pupil</small>
527
543
 
528
544
  </li>
529
545
 
530
546
 
531
547
  <li class="r2 ">
532
- <span class='object_link'><a href="Pupil/URL.html#initialize-instance_method" title="Pupil::URL#initialize (method)">#initialize</a></span>
548
+ <span class='object_link'><a href="Pupil/Status.html#initialize-instance_method" title="Pupil::Status#initialize (method)">#initialize</a></span>
533
549
 
534
- <small>Pupil::URL</small>
550
+ <small>Pupil::Status</small>
535
551
 
536
552
  </li>
537
553
 
538
554
 
539
555
  <li class="r1 ">
540
- <span class='object_link'><a href="Pupil/Stream.html#initialize-instance_method" title="Pupil::Stream#initialize (method)">#initialize</a></span>
556
+ <span class='object_link'><a href="Pupil/Entities.html#initialize-instance_method" title="Pupil::Entities#initialize (method)">#initialize</a></span>
541
557
 
542
- <small>Pupil::Stream</small>
558
+ <small>Pupil::Entities</small>
543
559
 
544
560
  </li>
545
561
 
546
562
 
547
563
  <li class="r2 ">
548
- <span class='object_link'><a href="Pupil/Keygen.html#initialize-instance_method" title="Pupil::Keygen#initialize (method)">#initialize</a></span>
564
+ <span class='object_link'><a href="Pupil/User.html#initialize-instance_method" title="Pupil::User#initialize (method)">#initialize</a></span>
549
565
 
550
- <small>Pupil::Keygen</small>
566
+ <small>Pupil::User</small>
551
567
 
552
568
  </li>
553
569
 
@@ -561,22 +577,30 @@
561
577
 
562
578
 
563
579
  <li class="r2 ">
564
- <span class='object_link'><a href="Pupil/Stream/StreamEvent.html#initialize-instance_method" title="Pupil::Stream::StreamEvent#initialize (method)">#initialize</a></span>
580
+ <span class='object_link'><a href="Pupil/Stream.html#initialize-instance_method" title="Pupil::Stream#initialize (method)">#initialize</a></span>
565
581
 
566
- <small>Pupil::Stream::StreamEvent</small>
582
+ <small>Pupil::Stream</small>
567
583
 
568
584
  </li>
569
585
 
570
586
 
571
587
  <li class="r1 ">
572
- <span class='object_link'><a href="Pupil/DirectMessage.html#initialize-instance_method" title="Pupil::DirectMessage#initialize (method)">#initialize</a></span>
588
+ <span class='object_link'><a href="Pupil/Stream/Status.html#initialize-instance_method" title="Pupil::Stream::Status#initialize (method)">#initialize</a></span>
573
589
 
574
- <small>Pupil::DirectMessage</small>
590
+ <small>Pupil::Stream::Status</small>
575
591
 
576
592
  </li>
577
593
 
578
594
 
579
595
  <li class="r2 ">
596
+ <span class='object_link'><a href="Pupil/Stream/Shash.html#initialize-instance_method" title="Pupil::Stream::Shash#initialize (method)">#initialize</a></span>
597
+
598
+ <small>Pupil::Stream::Shash</small>
599
+
600
+ </li>
601
+
602
+
603
+ <li class="r1 ">
580
604
  <span class='object_link'><a href="Pupil/Keygen.html#interactive-instance_method" title="Pupil::Keygen#interactive (method)">#interactive</a></span>
581
605
 
582
606
  <small>Pupil::Keygen</small>
@@ -584,7 +608,7 @@
584
608
  </li>
585
609
 
586
610
 
587
- <li class="r1 ">
611
+ <li class="r2 ">
588
612
  <span class='object_link'><a href="Pupil/User.html#is_translator-instance_method" title="Pupil::User#is_translator (method)">#is_translator</a></span>
589
613
 
590
614
  <small>Pupil::User</small>
@@ -592,7 +616,7 @@
592
616
  </li>
593
617
 
594
618
 
595
- <li class="r2 ">
619
+ <li class="r1 ">
596
620
  <span class='object_link'><a href="Pupil/Keygen.html#issue_token-instance_method" title="Pupil::Keygen#issue_token (method)">#issue_token</a></span>
597
621
 
598
622
  <small>Pupil::Keygen</small>
@@ -600,7 +624,7 @@
600
624
  </li>
601
625
 
602
626
 
603
- <li class="r1 ">
627
+ <li class="r2 ">
604
628
  <span class='object_link'><a href="Pupil/User.html#lang-instance_method" title="Pupil::User#lang (method)">#lang</a></span>
605
629
 
606
630
  <small>Pupil::User</small>
@@ -608,7 +632,7 @@
608
632
  </li>
609
633
 
610
634
 
611
- <li class="r2 ">
635
+ <li class="r1 ">
612
636
  <span class='object_link'><a href="Pupil/User.html#listed_count-instance_method" title="Pupil::User#listed_count (method)">#listed_count</a></span>
613
637
 
614
638
  <small>Pupil::User</small>
@@ -616,7 +640,7 @@
616
640
  </li>
617
641
 
618
642
 
619
- <li class="r1 ">
643
+ <li class="r2 ">
620
644
  <span class='object_link'><a href="Pupil.html#lists-instance_method" title="Pupil#lists (method)">#lists</a></span>
621
645
 
622
646
  <small>Pupil</small>
@@ -624,7 +648,7 @@
624
648
  </li>
625
649
 
626
650
 
627
- <li class="r2 ">
651
+ <li class="r1 ">
628
652
  <span class='object_link'><a href="Pupil.html#lists_member_create-instance_method" title="Pupil#lists_member_create (method)">#lists_member_create</a></span>
629
653
 
630
654
  <small>Pupil</small>
@@ -632,7 +656,7 @@
632
656
  </li>
633
657
 
634
658
 
635
- <li class="r1 ">
659
+ <li class="r2 ">
636
660
  <span class='object_link'><a href="Pupil/User.html#location-instance_method" title="Pupil::User#location (method)">#location</a></span>
637
661
 
638
662
  <small>Pupil::User</small>
@@ -640,7 +664,7 @@
640
664
  </li>
641
665
 
642
666
 
643
- <li class="r2 ">
667
+ <li class="r1 ">
644
668
  <span class='object_link'><a href="Pupil.html#lookup-instance_method" title="Pupil#lookup (method)">#lookup</a></span>
645
669
 
646
670
  <small>Pupil</small>
@@ -648,7 +672,7 @@
648
672
  </li>
649
673
 
650
674
 
651
- <li class="r1 ">
675
+ <li class="r2 ">
652
676
  <span class='object_link'><a href="Pupil/List.html#member_count-instance_method" title="Pupil::List#member_count (method)">#member_count</a></span>
653
677
 
654
678
  <small>Pupil::List</small>
@@ -656,7 +680,7 @@
656
680
  </li>
657
681
 
658
682
 
659
- <li class="r2 ">
683
+ <li class="r1 ">
660
684
  <span class='object_link'><a href="Pupil.html#mentions-instance_method" title="Pupil#mentions (method)">#mentions</a></span>
661
685
 
662
686
  <small>Pupil</small>
@@ -664,7 +688,7 @@
664
688
  </li>
665
689
 
666
690
 
667
- <li class="r1 ">
691
+ <li class="r2 ">
668
692
  <span class='object_link'><a href="Pupil/List.html#mode-instance_method" title="Pupil::List#mode (method)">#mode</a></span>
669
693
 
670
694
  <small>Pupil::List</small>
@@ -672,14 +696,6 @@
672
696
  </li>
673
697
 
674
698
 
675
- <li class="r2 ">
676
- <span class='object_link'><a href="Pupil/User.html#name-instance_method" title="Pupil::User#name (method)">#name</a></span>
677
-
678
- <small>Pupil::User</small>
679
-
680
- </li>
681
-
682
-
683
699
  <li class="r1 ">
684
700
  <span class='object_link'><a href="Pupil/List.html#name-instance_method" title="Pupil::List#name (method)">#name</a></span>
685
701
 
@@ -689,7 +705,7 @@
689
705
 
690
706
 
691
707
  <li class="r2 ">
692
- <span class='object_link'><a href="Pupil/User.html#notifications-instance_method" title="Pupil::User#notifications (method)">#notifications</a></span>
708
+ <span class='object_link'><a href="Pupil/User.html#name-instance_method" title="Pupil::User#name (method)">#name</a></span>
693
709
 
694
710
  <small>Pupil::User</small>
695
711
 
@@ -697,9 +713,9 @@
697
713
 
698
714
 
699
715
  <li class="r1 ">
700
- <span class='object_link'><a href="Pupil.html#param_serializer-instance_method" title="Pupil#param_serializer (method)">#param_serializer</a></span>
716
+ <span class='object_link'><a href="Pupil/User.html#notifications-instance_method" title="Pupil::User#notifications (method)">#notifications</a></span>
701
717
 
702
- <small>Pupil</small>
718
+ <small>Pupil::User</small>
703
719
 
704
720
  </li>
705
721
 
@@ -713,6 +729,14 @@
713
729
 
714
730
 
715
731
  <li class="r1 ">
732
+ <span class='object_link'><a href="Pupil.html#param_serializer-instance_method" title="Pupil#param_serializer (method)">#param_serializer</a></span>
733
+
734
+ <small>Pupil</small>
735
+
736
+ </li>
737
+
738
+
739
+ <li class="r2 ">
716
740
  <span class='object_link'><a href="Pupil/Status.html#place-instance_method" title="Pupil::Status#place (method)">#place</a></span>
717
741
 
718
742
  <small>Pupil::Status</small>
@@ -720,7 +744,7 @@
720
744
  </li>
721
745
 
722
746
 
723
- <li class="r2 ">
747
+ <li class="r1 ">
724
748
  <span class='object_link'><a href="Pupil.html#post-instance_method" title="Pupil#post (method)">#post</a></span>
725
749
 
726
750
  <small>Pupil</small>
@@ -728,7 +752,7 @@
728
752
  </li>
729
753
 
730
754
 
731
- <li class="r1 ">
755
+ <li class="r2 ">
732
756
  <span class='object_link'><a href="Pupil/User.html#profile_background_color-instance_method" title="Pupil::User#profile_background_color (method)">#profile_background_color</a></span>
733
757
 
734
758
  <small>Pupil::User</small>
@@ -736,7 +760,7 @@
736
760
  </li>
737
761
 
738
762
 
739
- <li class="r2 ">
763
+ <li class="r1 ">
740
764
  <span class='object_link'><a href="Pupil/User.html#profile_background_image_url-instance_method" title="Pupil::User#profile_background_image_url (method)">#profile_background_image_url</a></span>
741
765
 
742
766
  <small>Pupil::User</small>
@@ -744,7 +768,7 @@
744
768
  </li>
745
769
 
746
770
 
747
- <li class="r1 ">
771
+ <li class="r2 ">
748
772
  <span class='object_link'><a href="Pupil/User.html#profile_background_image_url_https-instance_method" title="Pupil::User#profile_background_image_url_https (method)">#profile_background_image_url_https</a></span>
749
773
 
750
774
  <small>Pupil::User</small>
@@ -752,7 +776,7 @@
752
776
  </li>
753
777
 
754
778
 
755
- <li class="r2 ">
779
+ <li class="r1 ">
756
780
  <span class='object_link'><a href="Pupil/User.html#profile_background_tile-instance_method" title="Pupil::User#profile_background_tile (method)">#profile_background_tile</a></span>
757
781
 
758
782
  <small>Pupil::User</small>
@@ -760,7 +784,7 @@
760
784
  </li>
761
785
 
762
786
 
763
- <li class="r1 ">
787
+ <li class="r2 ">
764
788
  <span class='object_link'><a href="Pupil/User.html#profile_image_url-instance_method" title="Pupil::User#profile_image_url (method)">#profile_image_url</a></span>
765
789
 
766
790
  <small>Pupil::User</small>
@@ -768,7 +792,7 @@
768
792
  </li>
769
793
 
770
794
 
771
- <li class="r2 ">
795
+ <li class="r1 ">
772
796
  <span class='object_link'><a href="Pupil/User.html#profile_image_url_https-instance_method" title="Pupil::User#profile_image_url_https (method)">#profile_image_url_https</a></span>
773
797
 
774
798
  <small>Pupil::User</small>
@@ -776,7 +800,7 @@
776
800
  </li>
777
801
 
778
802
 
779
- <li class="r1 ">
803
+ <li class="r2 ">
780
804
  <span class='object_link'><a href="Pupil/User.html#profile_link_color-instance_method" title="Pupil::User#profile_link_color (method)">#profile_link_color</a></span>
781
805
 
782
806
  <small>Pupil::User</small>
@@ -784,7 +808,7 @@
784
808
  </li>
785
809
 
786
810
 
787
- <li class="r2 ">
811
+ <li class="r1 ">
788
812
  <span class='object_link'><a href="Pupil/User.html#profile_sidebar_border_color-instance_method" title="Pupil::User#profile_sidebar_border_color (method)">#profile_sidebar_border_color</a></span>
789
813
 
790
814
  <small>Pupil::User</small>
@@ -792,7 +816,7 @@
792
816
  </li>
793
817
 
794
818
 
795
- <li class="r1 ">
819
+ <li class="r2 ">
796
820
  <span class='object_link'><a href="Pupil/User.html#profile_sidebar_fill_color-instance_method" title="Pupil::User#profile_sidebar_fill_color (method)">#profile_sidebar_fill_color</a></span>
797
821
 
798
822
  <small>Pupil::User</small>
@@ -800,7 +824,7 @@
800
824
  </li>
801
825
 
802
826
 
803
- <li class="r2 ">
827
+ <li class="r1 ">
804
828
  <span class='object_link'><a href="Pupil/User.html#profile_text_color-instance_method" title="Pupil::User#profile_text_color (method)">#profile_text_color</a></span>
805
829
 
806
830
  <small>Pupil::User</small>
@@ -808,7 +832,7 @@
808
832
  </li>
809
833
 
810
834
 
811
- <li class="r1 ">
835
+ <li class="r2 ">
812
836
  <span class='object_link'><a href="Pupil/User.html#profile_use_background_image-instance_method" title="Pupil::User#profile_use_background_image (method)">#profile_use_background_image</a></span>
813
837
 
814
838
  <small>Pupil::User</small>
@@ -816,7 +840,7 @@
816
840
  </li>
817
841
 
818
842
 
819
- <li class="r2 ">
843
+ <li class="r1 ">
820
844
  <span class='object_link'><a href="Pupil/User.html#protected-instance_method" title="Pupil::User#protected (method)">#protected</a></span>
821
845
 
822
846
  <small>Pupil::User</small>
@@ -824,7 +848,7 @@
824
848
  </li>
825
849
 
826
850
 
827
- <li class="r1 ">
851
+ <li class="r2 ">
828
852
  <span class='object_link'><a href="Pupil/Keygen.html#pupilkey-instance_method" title="Pupil::Keygen#pupilkey (method)">#pupilkey</a></span>
829
853
 
830
854
  <small>Pupil::Keygen</small>
@@ -832,7 +856,7 @@
832
856
  </li>
833
857
 
834
858
 
835
- <li class="r2 ">
859
+ <li class="r1 ">
836
860
  <span class='object_link'><a href="Pupil.html#rate_limit-instance_method" title="Pupil#rate_limit (method)">#rate_limit</a></span>
837
861
 
838
862
  <small>Pupil</small>
@@ -840,7 +864,7 @@
840
864
  </li>
841
865
 
842
866
 
843
- <li class="r1 ">
867
+ <li class="r2 ">
844
868
  <span class='object_link'><a href="Pupil/DirectMessage.html#recipient-instance_method" title="Pupil::DirectMessage#recipient (method)">#recipient</a></span>
845
869
 
846
870
  <small>Pupil::DirectMessage</small>
@@ -848,7 +872,7 @@
848
872
  </li>
849
873
 
850
874
 
851
- <li class="r2 ">
875
+ <li class="r1 ">
852
876
  <span class='object_link'><a href="Pupil/DirectMessage.html#recipient_id-instance_method" title="Pupil::DirectMessage#recipient_id (method)">#recipient_id</a></span>
853
877
 
854
878
  <small>Pupil::DirectMessage</small>
@@ -856,7 +880,7 @@
856
880
  </li>
857
881
 
858
882
 
859
- <li class="r1 ">
883
+ <li class="r2 ">
860
884
  <span class='object_link'><a href="Pupil/DirectMessage.html#recipient_screen_name-instance_method" title="Pupil::DirectMessage#recipient_screen_name (method)">#recipient_screen_name</a></span>
861
885
 
862
886
  <small>Pupil::DirectMessage</small>
@@ -864,7 +888,7 @@
864
888
  </li>
865
889
 
866
890
 
867
- <li class="r2 ">
891
+ <li class="r1 ">
868
892
  <span class='object_link'><a href="Pupil/Status.html#retweet_count-instance_method" title="Pupil::Status#retweet_count (method)">#retweet_count</a></span>
869
893
 
870
894
  <small>Pupil::Status</small>
@@ -872,7 +896,7 @@
872
896
  </li>
873
897
 
874
898
 
875
- <li class="r1 ">
899
+ <li class="r2 ">
876
900
  <span class='object_link'><a href="Pupil/Status.html#retweeted-instance_method" title="Pupil::Status#retweeted (method)">#retweeted</a></span>
877
901
 
878
902
  <small>Pupil::Status</small>
@@ -880,6 +904,14 @@
880
904
  </li>
881
905
 
882
906
 
907
+ <li class="r1 ">
908
+ <span class='object_link'><a href="Pupil/Stream/Status.html#retweeted_status-instance_method" title="Pupil::Stream::Status#retweeted_status (method)">#retweeted_status</a></span>
909
+
910
+ <small>Pupil::Stream::Status</small>
911
+
912
+ </li>
913
+
914
+
883
915
  <li class="r2 ">
884
916
  <span class='object_link'><a href="Pupil/Stream.html#run_get_stream-instance_method" title="Pupil::Stream#run_get_stream (method)">#run_get_stream</a></span>
885
917
 
@@ -905,6 +937,14 @@
905
937
 
906
938
 
907
939
  <li class="r1 ">
940
+ <span class='object_link'><a href="Pupil/Stream.html#screen_name-instance_method" title="Pupil::Stream#screen_name (method)">#screen_name</a></span>
941
+
942
+ <small>Pupil::Stream</small>
943
+
944
+ </li>
945
+
946
+
947
+ <li class="r2 ">
908
948
  <span class='object_link'><a href="Pupil/DirectMessage.html#sender-instance_method" title="Pupil::DirectMessage#sender (method)">#sender</a></span>
909
949
 
910
950
  <small>Pupil::DirectMessage</small>
@@ -912,7 +952,7 @@
912
952
  </li>
913
953
 
914
954
 
915
- <li class="r2 ">
955
+ <li class="r1 ">
916
956
  <span class='object_link'><a href="Pupil/DirectMessage.html#sender_id-instance_method" title="Pupil::DirectMessage#sender_id (method)">#sender_id</a></span>
917
957
 
918
958
  <small>Pupil::DirectMessage</small>
@@ -920,7 +960,7 @@
920
960
  </li>
921
961
 
922
962
 
923
- <li class="r1 ">
963
+ <li class="r2 ">
924
964
  <span class='object_link'><a href="Pupil/DirectMessage.html#sender_screen_name-instance_method" title="Pupil::DirectMessage#sender_screen_name (method)">#sender_screen_name</a></span>
925
965
 
926
966
  <small>Pupil::DirectMessage</small>
@@ -928,7 +968,7 @@
928
968
  </li>
929
969
 
930
970
 
931
- <li class="r2 ">
971
+ <li class="r1 ">
932
972
  <span class='object_link'><a href="Pupil/User.html#show_all_inline_media-instance_method" title="Pupil::User#show_all_inline_media (method)">#show_all_inline_media</a></span>
933
973
 
934
974
  <small>Pupil::User</small>
@@ -936,7 +976,7 @@
936
976
  </li>
937
977
 
938
978
 
939
- <li class="r1 ">
979
+ <li class="r2 ">
940
980
  <span class='object_link'><a href="Pupil.html#show_status-instance_method" title="Pupil#show_status (method)">#show_status</a></span>
941
981
 
942
982
  <small>Pupil</small>
@@ -944,6 +984,14 @@
944
984
  </li>
945
985
 
946
986
 
987
+ <li class="r1 ">
988
+ <span class='object_link'><a href="Pupil/Stream/Shash.html#size-instance_method" title="Pupil::Stream::Shash#size (method)">#size</a></span>
989
+
990
+ <small>Pupil::Stream::Shash</small>
991
+
992
+ </li>
993
+
994
+
947
995
  <li class="r2 ">
948
996
  <span class='object_link'><a href="Pupil/List.html#slug-instance_method" title="Pupil::List#slug (method)">#slug</a></span>
949
997
 
@@ -961,25 +1009,25 @@
961
1009
 
962
1010
 
963
1011
  <li class="r2 ">
964
- <span class='object_link'><a href="Pupil/URL.html#start-instance_method" title="Pupil::URL#start (method)">#start</a></span>
1012
+ <span class='object_link'><a href="Pupil/Hashtag.html#start-instance_method" title="Pupil::Hashtag#start (method)">#start</a></span>
965
1013
 
966
- <small>Pupil::URL</small>
1014
+ <small>Pupil::Hashtag</small>
967
1015
 
968
1016
  </li>
969
1017
 
970
1018
 
971
1019
  <li class="r1 ">
972
- <span class='object_link'><a href="Pupil/Hashtag.html#start-instance_method" title="Pupil::Hashtag#start (method)">#start</a></span>
1020
+ <span class='object_link'><a href="Pupil/Stream.html#start-instance_method" title="Pupil::Stream#start (method)">#start</a></span>
973
1021
 
974
- <small>Pupil::Hashtag</small>
1022
+ <small>Pupil::Stream</small>
975
1023
 
976
1024
  </li>
977
1025
 
978
1026
 
979
1027
  <li class="r2 ">
980
- <span class='object_link'><a href="Pupil/Stream.html#start-instance_method" title="Pupil::Stream#start (method)">#start</a></span>
1028
+ <span class='object_link'><a href="Pupil/URL.html#start-instance_method" title="Pupil::URL#start (method)">#start</a></span>
981
1029
 
982
- <small>Pupil::Stream</small>
1030
+ <small>Pupil::URL</small>
983
1031
 
984
1032
  </li>
985
1033
 
@@ -1017,17 +1065,17 @@
1017
1065
 
1018
1066
 
1019
1067
  <li class="r1 ">
1020
- <span class='object_link'><a href="Pupil/Status.html#text-instance_method" title="Pupil::Status#text (method)">#text</a></span>
1068
+ <span class='object_link'><a href="Pupil/Hashtag.html#text-instance_method" title="Pupil::Hashtag#text (method)">#text</a></span>
1021
1069
 
1022
- <small>Pupil::Status</small>
1070
+ <small>Pupil::Hashtag</small>
1023
1071
 
1024
1072
  </li>
1025
1073
 
1026
1074
 
1027
1075
  <li class="r2 ">
1028
- <span class='object_link'><a href="Pupil/Hashtag.html#text-instance_method" title="Pupil::Hashtag#text (method)">#text</a></span>
1076
+ <span class='object_link'><a href="Pupil/Status.html#text-instance_method" title="Pupil::Status#text (method)">#text</a></span>
1029
1077
 
1030
- <small>Pupil::Hashtag</small>
1078
+ <small>Pupil::Status</small>
1031
1079
 
1032
1080
  </li>
1033
1081
 
@@ -1049,15 +1097,15 @@
1049
1097
 
1050
1098
 
1051
1099
  <li class="r1 ">
1052
- <span class='object_link'><a href="Pupil/Stream/StreamEvent.html#type-instance_method" title="Pupil::Stream::StreamEvent#type (method)">#type</a></span>
1100
+ <span class='object_link'><a href="Pupil.html#unblock-instance_method" title="Pupil#unblock (method)">#unblock</a></span>
1053
1101
 
1054
- <small>Pupil::Stream::StreamEvent</small>
1102
+ <small>Pupil</small>
1055
1103
 
1056
1104
  </li>
1057
1105
 
1058
1106
 
1059
1107
  <li class="r2 ">
1060
- <span class='object_link'><a href="Pupil.html#unblock-instance_method" title="Pupil#unblock (method)">#unblock</a></span>
1108
+ <span class='object_link'><a href="Pupil.html#unfollow-instance_method" title="Pupil#unfollow (method)">#unfollow</a></span>
1061
1109
 
1062
1110
  <small>Pupil</small>
1063
1111
 
@@ -1065,7 +1113,7 @@
1065
1113
 
1066
1114
 
1067
1115
  <li class="r1 ">
1068
- <span class='object_link'><a href="Pupil.html#unfollow-instance_method" title="Pupil#unfollow (method)">#unfollow</a></span>
1116
+ <span class='object_link'><a href="Pupil.html#update-instance_method" title="Pupil#update (method)">#update</a></span>
1069
1117
 
1070
1118
  <small>Pupil</small>
1071
1119
 
@@ -1073,7 +1121,7 @@
1073
1121
 
1074
1122
 
1075
1123
  <li class="r2 ">
1076
- <span class='object_link'><a href="Pupil.html#update-instance_method" title="Pupil#update (method)">#update</a></span>
1124
+ <span class='object_link'><a href="Pupil.html#update_profile-instance_method" title="Pupil#update_profile (method)">#update_profile</a></span>
1077
1125
 
1078
1126
  <small>Pupil</small>
1079
1127
 
@@ -1081,17 +1129,17 @@
1081
1129
 
1082
1130
 
1083
1131
  <li class="r1 ">
1084
- <span class='object_link'><a href="Pupil.html#update_profile-instance_method" title="Pupil#update_profile (method)">#update_profile</a></span>
1132
+ <span class='object_link'><a href="Pupil/List.html#uri-instance_method" title="Pupil::List#uri (method)">#uri</a></span>
1085
1133
 
1086
- <small>Pupil</small>
1134
+ <small>Pupil::List</small>
1087
1135
 
1088
1136
  </li>
1089
1137
 
1090
1138
 
1091
1139
  <li class="r2 ">
1092
- <span class='object_link'><a href="Pupil/List.html#uri-instance_method" title="Pupil::List#uri (method)">#uri</a></span>
1140
+ <span class='object_link'><a href="Pupil/User.html#url-instance_method" title="Pupil::User#url (method)">#url</a></span>
1093
1141
 
1094
- <small>Pupil::List</small>
1142
+ <small>Pupil::User</small>
1095
1143
 
1096
1144
  </li>
1097
1145
 
@@ -1105,17 +1153,17 @@
1105
1153
 
1106
1154
 
1107
1155
  <li class="r2 ">
1108
- <span class='object_link'><a href="Pupil/User.html#url-instance_method" title="Pupil::User#url (method)">#url</a></span>
1156
+ <span class='object_link'><a href="Pupil/Entities.html#urls-instance_method" title="Pupil::Entities#urls (method)">#urls</a></span>
1109
1157
 
1110
- <small>Pupil::User</small>
1158
+ <small>Pupil::Entities</small>
1111
1159
 
1112
1160
  </li>
1113
1161
 
1114
1162
 
1115
1163
  <li class="r1 ">
1116
- <span class='object_link'><a href="Pupil/Entities.html#urls-instance_method" title="Pupil::Entities#urls (method)">#urls</a></span>
1164
+ <span class='object_link'><a href="Pupil/Status.html#user-instance_method" title="Pupil::Status#user (method)">#user</a></span>
1117
1165
 
1118
- <small>Pupil::Entities</small>
1166
+ <small>Pupil::Status</small>
1119
1167
 
1120
1168
  </li>
1121
1169
 
@@ -1129,14 +1177,6 @@
1129
1177
 
1130
1178
 
1131
1179
  <li class="r1 ">
1132
- <span class='object_link'><a href="Pupil/Status.html#user-instance_method" title="Pupil::Status#user (method)">#user</a></span>
1133
-
1134
- <small>Pupil::Status</small>
1135
-
1136
- </li>
1137
-
1138
-
1139
- <li class="r2 ">
1140
1180
  <span class='object_link'><a href="Pupil/Entities.html#user_mentions-instance_method" title="Pupil::Entities#user_mentions (method)">#user_mentions</a></span>
1141
1181
 
1142
1182
  <small>Pupil::Entities</small>
@@ -1144,7 +1184,7 @@
1144
1184
  </li>
1145
1185
 
1146
1186
 
1147
- <li class="r1 ">
1187
+ <li class="r2 ">
1148
1188
  <span class='object_link'><a href="Pupil.html#user_timeline-instance_method" title="Pupil#user_timeline (method)">#user_timeline</a></span>
1149
1189
 
1150
1190
  <small>Pupil</small>
@@ -1152,7 +1192,7 @@
1152
1192
  </li>
1153
1193
 
1154
1194
 
1155
- <li class="r2 ">
1195
+ <li class="r1 ">
1156
1196
  <span class='object_link'><a href="Pupil/User.html#utc_offset-instance_method" title="Pupil::User#utc_offset (method)">#utc_offset</a></span>
1157
1197
 
1158
1198
  <small>Pupil::User</small>
@@ -1160,7 +1200,7 @@
1160
1200
  </li>
1161
1201
 
1162
1202
 
1163
- <li class="r1 ">
1203
+ <li class="r2 ">
1164
1204
  <span class='object_link'><a href="Pupil/User.html#verified-instance_method" title="Pupil::User#verified (method)">#verified</a></span>
1165
1205
 
1166
1206
  <small>Pupil::User</small>
@@ -1168,7 +1208,7 @@
1168
1208
  </li>
1169
1209
 
1170
1210
 
1171
- <li class="r2 ">
1211
+ <li class="r1 ">
1172
1212
  <span class='object_link'><a href="Pupil.html#verify_credentials-instance_method" title="Pupil#verify_credentials (method)">#verify_credentials</a></span>
1173
1213
 
1174
1214
  <small>Pupil</small>