sucker 1.2.0 → 1.3.0.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. data/LICENSE +1 -1
  2. data/README.md +45 -20
  3. data/lib/sucker/parameters.rb +11 -7
  4. data/lib/sucker/parameters.rbc +723 -0
  5. data/lib/sucker/request.rb +52 -154
  6. data/lib/sucker/request.rbc +2719 -0
  7. data/lib/sucker/response.rb +14 -36
  8. data/lib/sucker/response.rbc +1307 -0
  9. data/lib/sucker/version.rb +3 -1
  10. data/lib/sucker/version.rbc +130 -0
  11. data/lib/sucker.rb +4 -2
  12. data/lib/sucker.rbc +286 -0
  13. data/spec/fixtures/cassette_library/0394751221.yml +26 -0
  14. data/spec/fixtures/cassette_library/0415246334.yml +26 -0
  15. data/spec/fixtures/cassette_library/0679753354.yml +26 -0
  16. data/spec/fixtures/cassette_library/0816614024-0007218095.yml +26 -0
  17. data/spec/fixtures/cassette_library/0816614024-0143105825.yml +26 -0
  18. data/spec/fixtures/cassette_library/0816614024.yml +26 -0
  19. data/spec/fixtures/cassette_library/482224816x.yml +26 -0
  20. data/spec/fixtures/cassette_library/816614024.yml +151 -0
  21. data/spec/fixtures/cassette_library/a2h6nh4sqyfz4m.yml +26 -0
  22. data/spec/fixtures/cassette_library/a2jyso6w6kep83.yml +26 -0
  23. data/spec/fixtures/cassette_library/author-lacan-or-deleuze-and-not-fiction.yml +26 -0
  24. data/spec/fixtures/cassette_library/b000aspues.yml +26 -0
  25. data/spec/fixtures/cassette_library/deleuze-binding-kindle.yml +26 -0
  26. data/spec/fixtures/cassette_library/deleuze.yml +26 -0
  27. data/spec/fixtures/cassette_library/george-orwell.yml +26 -0
  28. data/spec/fixtures/cassette_library/spec/sucker/request.yml +4 -4
  29. data/spec/fixtures/cassette_library/spec/sucker/response.yml +3 -3
  30. data/spec/spec_helper.rbc +230 -0
  31. data/spec/sucker/parameters_spec.rbc +1476 -0
  32. data/spec/sucker/request_spec.rb +34 -217
  33. data/spec/sucker/request_spec.rbc +2473 -0
  34. data/spec/sucker/response_spec.rb +46 -95
  35. data/spec/sucker/response_spec.rbc +2854 -0
  36. data/spec/sucker_spec.rbc +287 -0
  37. data/spec/support/amazon_credentials.rbc +154 -0
  38. data/spec/support/asins.rbc +335 -0
  39. data/spec/support/vcr.rbc +356 -0
  40. metadata +72 -96
  41. data/CHANGELOG.md +0 -47
@@ -0,0 +1,2719 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 46
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 99
32
+ 7
33
+ 3
34
+ 65
35
+ 49
36
+ 4
37
+ 2
38
+ 13
39
+ 99
40
+ 12
41
+ 7
42
+ 5
43
+ 12
44
+ 7
45
+ 6
46
+ 12
47
+ 65
48
+ 12
49
+ 49
50
+ 7
51
+ 4
52
+ 15
53
+ 49
54
+ 5
55
+ 0
56
+ 15
57
+ 2
58
+ 11
59
+ I
60
+ 6
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ I
66
+ 0
67
+ n
68
+ p
69
+ 8
70
+ s
71
+ 8
72
+ net/http
73
+ x
74
+ 7
75
+ require
76
+ s
77
+ 3
78
+ uri
79
+ x
80
+ 6
81
+ Sucker
82
+ x
83
+ 11
84
+ open_module
85
+ x
86
+ 15
87
+ __module_init__
88
+ M
89
+ 1
90
+ n
91
+ n
92
+ x
93
+ 6
94
+ Sucker
95
+ i
96
+ 29
97
+ 5
98
+ 66
99
+ 99
100
+ 7
101
+ 0
102
+ 1
103
+ 65
104
+ 49
105
+ 1
106
+ 3
107
+ 13
108
+ 99
109
+ 12
110
+ 7
111
+ 2
112
+ 12
113
+ 7
114
+ 3
115
+ 12
116
+ 65
117
+ 12
118
+ 49
119
+ 4
120
+ 4
121
+ 15
122
+ 49
123
+ 2
124
+ 0
125
+ 11
126
+ I
127
+ 6
128
+ I
129
+ 0
130
+ I
131
+ 0
132
+ I
133
+ 0
134
+ n
135
+ p
136
+ 5
137
+ x
138
+ 7
139
+ Request
140
+ x
141
+ 10
142
+ open_class
143
+ x
144
+ 14
145
+ __class_init__
146
+ M
147
+ 1
148
+ n
149
+ n
150
+ x
151
+ 7
152
+ Request
153
+ i
154
+ 289
155
+ 5
156
+ 66
157
+ 65
158
+ 7
159
+ 0
160
+ 44
161
+ 43
162
+ 1
163
+ 4
164
+ 6
165
+ 49
166
+ 2
167
+ 1
168
+ 13
169
+ 7
170
+ 3
171
+ 7
172
+ 4
173
+ 64
174
+ 49
175
+ 5
176
+ 2
177
+ 15
178
+ 13
179
+ 7
180
+ 6
181
+ 7
182
+ 7
183
+ 64
184
+ 49
185
+ 5
186
+ 2
187
+ 15
188
+ 13
189
+ 7
190
+ 8
191
+ 7
192
+ 9
193
+ 64
194
+ 49
195
+ 5
196
+ 2
197
+ 15
198
+ 13
199
+ 7
200
+ 10
201
+ 7
202
+ 11
203
+ 64
204
+ 49
205
+ 5
206
+ 2
207
+ 15
208
+ 13
209
+ 7
210
+ 12
211
+ 7
212
+ 13
213
+ 64
214
+ 49
215
+ 5
216
+ 2
217
+ 15
218
+ 13
219
+ 7
220
+ 14
221
+ 7
222
+ 15
223
+ 64
224
+ 49
225
+ 5
226
+ 2
227
+ 15
228
+ 49
229
+ 16
230
+ 2
231
+ 15
232
+ 5
233
+ 7
234
+ 17
235
+ 47
236
+ 49
237
+ 18
238
+ 1
239
+ 15
240
+ 5
241
+ 7
242
+ 19
243
+ 47
244
+ 49
245
+ 18
246
+ 1
247
+ 15
248
+ 5
249
+ 7
250
+ 20
251
+ 47
252
+ 49
253
+ 18
254
+ 1
255
+ 15
256
+ 5
257
+ 7
258
+ 21
259
+ 47
260
+ 49
261
+ 18
262
+ 1
263
+ 15
264
+ 5
265
+ 7
266
+ 22
267
+ 47
268
+ 49
269
+ 18
270
+ 1
271
+ 15
272
+ 99
273
+ 7
274
+ 23
275
+ 7
276
+ 24
277
+ 65
278
+ 67
279
+ 49
280
+ 25
281
+ 0
282
+ 49
283
+ 26
284
+ 4
285
+ 15
286
+ 99
287
+ 7
288
+ 27
289
+ 7
290
+ 28
291
+ 65
292
+ 67
293
+ 49
294
+ 25
295
+ 0
296
+ 49
297
+ 26
298
+ 4
299
+ 15
300
+ 99
301
+ 7
302
+ 29
303
+ 7
304
+ 30
305
+ 65
306
+ 67
307
+ 49
308
+ 25
309
+ 0
310
+ 49
311
+ 26
312
+ 4
313
+ 15
314
+ 99
315
+ 7
316
+ 31
317
+ 7
318
+ 32
319
+ 65
320
+ 67
321
+ 49
322
+ 25
323
+ 0
324
+ 49
325
+ 26
326
+ 4
327
+ 15
328
+ 99
329
+ 7
330
+ 33
331
+ 7
332
+ 34
333
+ 65
334
+ 67
335
+ 49
336
+ 25
337
+ 0
338
+ 49
339
+ 26
340
+ 4
341
+ 15
342
+ 5
343
+ 48
344
+ 35
345
+ 15
346
+ 99
347
+ 7
348
+ 36
349
+ 7
350
+ 37
351
+ 65
352
+ 67
353
+ 49
354
+ 25
355
+ 0
356
+ 49
357
+ 26
358
+ 4
359
+ 15
360
+ 99
361
+ 7
362
+ 38
363
+ 7
364
+ 39
365
+ 65
366
+ 67
367
+ 49
368
+ 25
369
+ 0
370
+ 49
371
+ 26
372
+ 4
373
+ 15
374
+ 99
375
+ 7
376
+ 40
377
+ 7
378
+ 41
379
+ 65
380
+ 67
381
+ 49
382
+ 25
383
+ 0
384
+ 49
385
+ 26
386
+ 4
387
+ 15
388
+ 99
389
+ 7
390
+ 42
391
+ 7
392
+ 43
393
+ 65
394
+ 67
395
+ 49
396
+ 25
397
+ 0
398
+ 49
399
+ 26
400
+ 4
401
+ 15
402
+ 99
403
+ 7
404
+ 44
405
+ 7
406
+ 45
407
+ 65
408
+ 67
409
+ 49
410
+ 25
411
+ 0
412
+ 49
413
+ 26
414
+ 4
415
+ 15
416
+ 99
417
+ 7
418
+ 46
419
+ 7
420
+ 47
421
+ 65
422
+ 67
423
+ 49
424
+ 25
425
+ 0
426
+ 49
427
+ 26
428
+ 4
429
+ 15
430
+ 99
431
+ 7
432
+ 48
433
+ 7
434
+ 49
435
+ 65
436
+ 67
437
+ 49
438
+ 25
439
+ 0
440
+ 49
441
+ 26
442
+ 4
443
+ 11
444
+ I
445
+ 6
446
+ I
447
+ 0
448
+ I
449
+ 0
450
+ I
451
+ 0
452
+ n
453
+ p
454
+ 50
455
+ x
456
+ 5
457
+ HOSTS
458
+ x
459
+ 4
460
+ Hash
461
+ x
462
+ 16
463
+ new_from_literal
464
+ x
465
+ 2
466
+ us
467
+ s
468
+ 17
469
+ ecs.amazonaws.com
470
+ x
471
+ 3
472
+ []=
473
+ x
474
+ 2
475
+ uk
476
+ s
477
+ 19
478
+ ecs.amazonaws.co.uk
479
+ x
480
+ 2
481
+ de
482
+ s
483
+ 16
484
+ ecs.amazonaws.de
485
+ x
486
+ 2
487
+ ca
488
+ s
489
+ 16
490
+ ecs.amazonaws.ca
491
+ x
492
+ 2
493
+ fr
494
+ s
495
+ 16
496
+ ecs.amazonaws.fr
497
+ x
498
+ 2
499
+ jp
500
+ s
501
+ 16
502
+ ecs.amazonaws.jp
503
+ x
504
+ 9
505
+ const_set
506
+ x
507
+ 13
508
+ associate_tag
509
+ x
510
+ 13
511
+ attr_accessor
512
+ x
513
+ 3
514
+ key
515
+ x
516
+ 8
517
+ local_ip
518
+ x
519
+ 6
520
+ locale
521
+ x
522
+ 6
523
+ secret
524
+ x
525
+ 10
526
+ initialize
527
+ M
528
+ 1
529
+ n
530
+ n
531
+ x
532
+ 10
533
+ initialize
534
+ i
535
+ 8
536
+ 20
537
+ 0
538
+ 56
539
+ 0
540
+ 50
541
+ 1
542
+ 0
543
+ 11
544
+ I
545
+ 3
546
+ I
547
+ 1
548
+ I
549
+ 1
550
+ I
551
+ 1
552
+ n
553
+ p
554
+ 2
555
+ M
556
+ 1
557
+ p
558
+ 2
559
+ x
560
+ 9
561
+ for_block
562
+ t
563
+ n
564
+ x
565
+ 10
566
+ initialize
567
+ i
568
+ 27
569
+ 58
570
+ 37
571
+ 19
572
+ 0
573
+ 15
574
+ 37
575
+ 19
576
+ 1
577
+ 15
578
+ 15
579
+ 5
580
+ 20
581
+ 0
582
+ 47
583
+ 101
584
+ 0
585
+ 7
586
+ 1
587
+ 63
588
+ 2
589
+ 20
590
+ 1
591
+ 47
592
+ 49
593
+ 2
594
+ 2
595
+ 11
596
+ I
597
+ 6
598
+ I
599
+ 2
600
+ I
601
+ 2
602
+ I
603
+ 2
604
+ n
605
+ p
606
+ 3
607
+ x
608
+ 4
609
+ to_s
610
+ s
611
+ 1
612
+ =
613
+ x
614
+ 4
615
+ send
616
+ p
617
+ 3
618
+ I
619
+ 0
620
+ I
621
+ 28
622
+ I
623
+ 1b
624
+ x
625
+ 52
626
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
627
+ p
628
+ 2
629
+ x
630
+ 1
631
+ k
632
+ x
633
+ 1
634
+ v
635
+ x
636
+ 4
637
+ each
638
+ p
639
+ 5
640
+ I
641
+ -1
642
+ I
643
+ 27
644
+ I
645
+ 0
646
+ I
647
+ 28
648
+ I
649
+ 8
650
+ x
651
+ 52
652
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
653
+ p
654
+ 1
655
+ x
656
+ 4
657
+ args
658
+ x
659
+ 17
660
+ method_visibility
661
+ x
662
+ 15
663
+ add_defn_method
664
+ x
665
+ 2
666
+ <<
667
+ M
668
+ 1
669
+ n
670
+ n
671
+ x
672
+ 2
673
+ <<
674
+ i
675
+ 10
676
+ 5
677
+ 49
678
+ 0
679
+ 0
680
+ 20
681
+ 0
682
+ 49
683
+ 1
684
+ 1
685
+ 11
686
+ I
687
+ 3
688
+ I
689
+ 1
690
+ I
691
+ 1
692
+ I
693
+ 1
694
+ n
695
+ p
696
+ 2
697
+ x
698
+ 10
699
+ parameters
700
+ x
701
+ 6
702
+ merge!
703
+ p
704
+ 5
705
+ I
706
+ -1
707
+ I
708
+ 32
709
+ I
710
+ 0
711
+ I
712
+ 33
713
+ I
714
+ a
715
+ x
716
+ 52
717
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
718
+ p
719
+ 1
720
+ x
721
+ 4
722
+ hash
723
+ x
724
+ 3
725
+ get
726
+ M
727
+ 1
728
+ n
729
+ n
730
+ x
731
+ 3
732
+ get
733
+ i
734
+ 42
735
+ 5
736
+ 5
737
+ 48
738
+ 0
739
+ 56
740
+ 1
741
+ 47
742
+ 50
743
+ 2
744
+ 1
745
+ 19
746
+ 0
747
+ 15
748
+ 45
749
+ 3
750
+ 4
751
+ 13
752
+ 71
753
+ 5
754
+ 47
755
+ 9
756
+ 36
757
+ 47
758
+ 49
759
+ 6
760
+ 0
761
+ 13
762
+ 20
763
+ 0
764
+ 47
765
+ 49
766
+ 7
767
+ 1
768
+ 15
769
+ 8
770
+ 41
771
+ 20
772
+ 0
773
+ 49
774
+ 5
775
+ 1
776
+ 11
777
+ I
778
+ 4
779
+ I
780
+ 1
781
+ I
782
+ 0
783
+ I
784
+ 0
785
+ n
786
+ p
787
+ 8
788
+ x
789
+ 8
790
+ local_ip
791
+ M
792
+ 1
793
+ p
794
+ 2
795
+ x
796
+ 9
797
+ for_block
798
+ t
799
+ n
800
+ x
801
+ 3
802
+ get
803
+ i
804
+ 12
805
+ 45
806
+ 0
807
+ 1
808
+ 43
809
+ 2
810
+ 5
811
+ 48
812
+ 3
813
+ 49
814
+ 4
815
+ 1
816
+ 11
817
+ I
818
+ 3
819
+ I
820
+ 0
821
+ I
822
+ 0
823
+ I
824
+ 0
825
+ I
826
+ -2
827
+ p
828
+ 5
829
+ x
830
+ 3
831
+ Net
832
+ n
833
+ x
834
+ 4
835
+ HTTP
836
+ x
837
+ 3
838
+ uri
839
+ x
840
+ 12
841
+ get_response
842
+ p
843
+ 3
844
+ I
845
+ 0
846
+ I
847
+ 3c
848
+ I
849
+ c
850
+ x
851
+ 52
852
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
853
+ p
854
+ 0
855
+ x
856
+ 15
857
+ request_through
858
+ x
859
+ 8
860
+ Response
861
+ n
862
+ x
863
+ 3
864
+ new
865
+ x
866
+ 8
867
+ allocate
868
+ x
869
+ 10
870
+ initialize
871
+ p
872
+ 7
873
+ I
874
+ -1
875
+ I
876
+ 3a
877
+ I
878
+ 0
879
+ I
880
+ 3b
881
+ I
882
+ d
883
+ I
884
+ 3e
885
+ I
886
+ 2a
887
+ x
888
+ 52
889
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
890
+ p
891
+ 1
892
+ x
893
+ 8
894
+ response
895
+ x
896
+ 10
897
+ parameters
898
+ M
899
+ 1
900
+ n
901
+ n
902
+ x
903
+ 10
904
+ parameters
905
+ i
906
+ 33
907
+ 39
908
+ 0
909
+ 13
910
+ 10
911
+ 32
912
+ 15
913
+ 45
914
+ 1
915
+ 2
916
+ 13
917
+ 71
918
+ 3
919
+ 47
920
+ 9
921
+ 27
922
+ 47
923
+ 49
924
+ 4
925
+ 0
926
+ 13
927
+ 47
928
+ 49
929
+ 5
930
+ 0
931
+ 15
932
+ 8
933
+ 30
934
+ 49
935
+ 3
936
+ 0
937
+ 38
938
+ 0
939
+ 11
940
+ I
941
+ 2
942
+ I
943
+ 0
944
+ I
945
+ 0
946
+ I
947
+ 0
948
+ n
949
+ p
950
+ 6
951
+ x
952
+ 11
953
+ @parameters
954
+ x
955
+ 10
956
+ Parameters
957
+ n
958
+ x
959
+ 3
960
+ new
961
+ x
962
+ 8
963
+ allocate
964
+ x
965
+ 10
966
+ initialize
967
+ p
968
+ 5
969
+ I
970
+ -1
971
+ I
972
+ 42
973
+ I
974
+ 0
975
+ I
976
+ 43
977
+ I
978
+ 21
979
+ x
980
+ 52
981
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
982
+ p
983
+ 0
984
+ x
985
+ 8
986
+ version=
987
+ M
988
+ 1
989
+ n
990
+ n
991
+ x
992
+ 8
993
+ version=
994
+ i
995
+ 17
996
+ 5
997
+ 49
998
+ 0
999
+ 0
1000
+ 7
1001
+ 1
1002
+ 64
1003
+ 20
1004
+ 0
1005
+ 13
1006
+ 18
1007
+ 3
1008
+ 49
1009
+ 2
1010
+ 2
1011
+ 15
1012
+ 11
1013
+ I
1014
+ 5
1015
+ I
1016
+ 1
1017
+ I
1018
+ 1
1019
+ I
1020
+ 1
1021
+ n
1022
+ p
1023
+ 3
1024
+ x
1025
+ 10
1026
+ parameters
1027
+ s
1028
+ 7
1029
+ Version
1030
+ x
1031
+ 3
1032
+ []=
1033
+ p
1034
+ 5
1035
+ I
1036
+ -1
1037
+ I
1038
+ 4a
1039
+ I
1040
+ 0
1041
+ I
1042
+ 4b
1043
+ I
1044
+ 11
1045
+ x
1046
+ 52
1047
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1048
+ p
1049
+ 1
1050
+ x
1051
+ 7
1052
+ version
1053
+ x
1054
+ 7
1055
+ private
1056
+ x
1057
+ 11
1058
+ build_query
1059
+ M
1060
+ 1
1061
+ n
1062
+ n
1063
+ x
1064
+ 11
1065
+ build_query
1066
+ i
1067
+ 66
1068
+ 5
1069
+ 48
1070
+ 0
1071
+ 49
1072
+ 1
1073
+ 0
1074
+ 44
1075
+ 43
1076
+ 2
1077
+ 79
1078
+ 49
1079
+ 3
1080
+ 1
1081
+ 13
1082
+ 7
1083
+ 4
1084
+ 64
1085
+ 5
1086
+ 48
1087
+ 5
1088
+ 49
1089
+ 6
1090
+ 2
1091
+ 15
1092
+ 49
1093
+ 7
1094
+ 1
1095
+ 44
1096
+ 43
1097
+ 2
1098
+ 79
1099
+ 49
1100
+ 3
1101
+ 1
1102
+ 13
1103
+ 7
1104
+ 8
1105
+ 64
1106
+ 5
1107
+ 48
1108
+ 9
1109
+ 49
1110
+ 10
1111
+ 0
1112
+ 49
1113
+ 6
1114
+ 2
1115
+ 15
1116
+ 49
1117
+ 7
1118
+ 1
1119
+ 49
1120
+ 11
1121
+ 0
1122
+ 56
1123
+ 12
1124
+ 50
1125
+ 13
1126
+ 0
1127
+ 7
1128
+ 14
1129
+ 64
1130
+ 49
1131
+ 15
1132
+ 1
1133
+ 11
1134
+ I
1135
+ 5
1136
+ I
1137
+ 0
1138
+ I
1139
+ 0
1140
+ I
1141
+ 0
1142
+ n
1143
+ p
1144
+ 16
1145
+ x
1146
+ 10
1147
+ parameters
1148
+ x
1149
+ 9
1150
+ normalize
1151
+ x
1152
+ 4
1153
+ Hash
1154
+ x
1155
+ 16
1156
+ new_from_literal
1157
+ s
1158
+ 14
1159
+ AWSAccessKeyId
1160
+ x
1161
+ 3
1162
+ key
1163
+ x
1164
+ 3
1165
+ []=
1166
+ x
1167
+ 5
1168
+ merge
1169
+ s
1170
+ 12
1171
+ AssociateTag
1172
+ x
1173
+ 13
1174
+ associate_tag
1175
+ x
1176
+ 4
1177
+ to_s
1178
+ x
1179
+ 4
1180
+ sort
1181
+ M
1182
+ 1
1183
+ p
1184
+ 2
1185
+ x
1186
+ 9
1187
+ for_block
1188
+ t
1189
+ n
1190
+ x
1191
+ 11
1192
+ build_query
1193
+ i
1194
+ 29
1195
+ 58
1196
+ 37
1197
+ 19
1198
+ 0
1199
+ 15
1200
+ 37
1201
+ 19
1202
+ 1
1203
+ 15
1204
+ 15
1205
+ 20
1206
+ 0
1207
+ 47
1208
+ 101
1209
+ 0
1210
+ 7
1211
+ 1
1212
+ 63
1213
+ 2
1214
+ 5
1215
+ 20
1216
+ 1
1217
+ 47
1218
+ 49
1219
+ 2
1220
+ 1
1221
+ 81
1222
+ 3
1223
+ 11
1224
+ I
1225
+ 6
1226
+ I
1227
+ 2
1228
+ I
1229
+ 2
1230
+ I
1231
+ 2
1232
+ n
1233
+ p
1234
+ 4
1235
+ x
1236
+ 4
1237
+ to_s
1238
+ s
1239
+ 1
1240
+ =
1241
+ x
1242
+ 6
1243
+ escape
1244
+ x
1245
+ 1
1246
+ +
1247
+ p
1248
+ 7
1249
+ I
1250
+ 0
1251
+ I
1252
+ 51
1253
+ I
1254
+ 2
1255
+ I
1256
+ 56
1257
+ I
1258
+ a
1259
+ I
1260
+ 57
1261
+ I
1262
+ 1d
1263
+ x
1264
+ 52
1265
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1266
+ p
1267
+ 2
1268
+ x
1269
+ 1
1270
+ k
1271
+ x
1272
+ 1
1273
+ v
1274
+ x
1275
+ 3
1276
+ map
1277
+ s
1278
+ 1
1279
+ &
1280
+ x
1281
+ 4
1282
+ join
1283
+ p
1284
+ 17
1285
+ I
1286
+ -1
1287
+ I
1288
+ 50
1289
+ I
1290
+ 0
1291
+ I
1292
+ 51
1293
+ I
1294
+ 6
1295
+ I
1296
+ 53
1297
+ I
1298
+ 18
1299
+ I
1300
+ 51
1301
+ I
1302
+ 1b
1303
+ I
1304
+ 54
1305
+ I
1306
+ 30
1307
+ I
1308
+ 51
1309
+ I
1310
+ 3b
1311
+ I
1312
+ 58
1313
+ I
1314
+ 3e
1315
+ I
1316
+ 51
1317
+ I
1318
+ 42
1319
+ x
1320
+ 52
1321
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1322
+ p
1323
+ 0
1324
+ x
1325
+ 18
1326
+ build_signed_query
1327
+ M
1328
+ 1
1329
+ n
1330
+ n
1331
+ x
1332
+ 18
1333
+ build_signed_query
1334
+ i
1335
+ 116
1336
+ 5
1337
+ 48
1338
+ 0
1339
+ 19
1340
+ 0
1341
+ 15
1342
+ 45
1343
+ 1
1344
+ 2
1345
+ 43
1346
+ 3
1347
+ 43
1348
+ 3
1349
+ 13
1350
+ 71
1351
+ 4
1352
+ 47
1353
+ 9
1354
+ 34
1355
+ 47
1356
+ 49
1357
+ 5
1358
+ 0
1359
+ 13
1360
+ 7
1361
+ 6
1362
+ 64
1363
+ 47
1364
+ 49
1365
+ 7
1366
+ 1
1367
+ 15
1368
+ 8
1369
+ 40
1370
+ 7
1371
+ 6
1372
+ 64
1373
+ 49
1374
+ 4
1375
+ 1
1376
+ 19
1377
+ 1
1378
+ 15
1379
+ 7
1380
+ 8
1381
+ 64
1382
+ 5
1383
+ 48
1384
+ 9
1385
+ 7
1386
+ 10
1387
+ 64
1388
+ 20
1389
+ 0
1390
+ 35
1391
+ 4
1392
+ 7
1393
+ 11
1394
+ 64
1395
+ 49
1396
+ 12
1397
+ 1
1398
+ 19
1399
+ 2
1400
+ 15
1401
+ 45
1402
+ 1
1403
+ 13
1404
+ 43
1405
+ 14
1406
+ 20
1407
+ 1
1408
+ 5
1409
+ 48
1410
+ 15
1411
+ 20
1412
+ 2
1413
+ 49
1414
+ 16
1415
+ 3
1416
+ 19
1417
+ 3
1418
+ 15
1419
+ 5
1420
+ 20
1421
+ 3
1422
+ 35
1423
+ 1
1424
+ 7
1425
+ 17
1426
+ 64
1427
+ 49
1428
+ 18
1429
+ 1
1430
+ 49
1431
+ 19
1432
+ 0
1433
+ 47
1434
+ 49
1435
+ 20
1436
+ 1
1437
+ 19
1438
+ 4
1439
+ 15
1440
+ 20
1441
+ 0
1442
+ 7
1443
+ 21
1444
+ 64
1445
+ 81
1446
+ 22
1447
+ 20
1448
+ 4
1449
+ 81
1450
+ 22
1451
+ 11
1452
+ I
1453
+ 9
1454
+ I
1455
+ 5
1456
+ I
1457
+ 0
1458
+ I
1459
+ 0
1460
+ n
1461
+ p
1462
+ 23
1463
+ x
1464
+ 11
1465
+ build_query
1466
+ x
1467
+ 7
1468
+ OpenSSL
1469
+ n
1470
+ x
1471
+ 6
1472
+ Digest
1473
+ x
1474
+ 3
1475
+ new
1476
+ x
1477
+ 8
1478
+ allocate
1479
+ s
1480
+ 6
1481
+ sha256
1482
+ x
1483
+ 10
1484
+ initialize
1485
+ s
1486
+ 3
1487
+ GET
1488
+ x
1489
+ 4
1490
+ host
1491
+ s
1492
+ 9
1493
+ /onca/xml
1494
+ s
1495
+ 1
1496
+
1497
+
1498
+ x
1499
+ 4
1500
+ join
1501
+ n
1502
+ x
1503
+ 4
1504
+ HMAC
1505
+ x
1506
+ 6
1507
+ secret
1508
+ x
1509
+ 6
1510
+ digest
1511
+ s
1512
+ 1
1513
+ m
1514
+ x
1515
+ 4
1516
+ pack
1517
+ x
1518
+ 5
1519
+ chomp
1520
+ x
1521
+ 6
1522
+ escape
1523
+ s
1524
+ 11
1525
+ &Signature=
1526
+ x
1527
+ 1
1528
+ +
1529
+ p
1530
+ 15
1531
+ I
1532
+ -1
1533
+ I
1534
+ 5b
1535
+ I
1536
+ 0
1537
+ I
1538
+ 5c
1539
+ I
1540
+ 6
1541
+ I
1542
+ 5e
1543
+ I
1544
+ 2b
1545
+ I
1546
+ 5f
1547
+ I
1548
+ 41
1549
+ I
1550
+ 60
1551
+ I
1552
+ 53
1553
+ I
1554
+ 61
1555
+ I
1556
+ 68
1557
+ I
1558
+ 63
1559
+ I
1560
+ 74
1561
+ x
1562
+ 52
1563
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1564
+ p
1565
+ 5
1566
+ x
1567
+ 5
1568
+ query
1569
+ x
1570
+ 6
1571
+ digest
1572
+ x
1573
+ 6
1574
+ string
1575
+ x
1576
+ 4
1577
+ hmac
1578
+ x
1579
+ 9
1580
+ signature
1581
+ x
1582
+ 6
1583
+ escape
1584
+ M
1585
+ 1
1586
+ n
1587
+ n
1588
+ x
1589
+ 6
1590
+ escape
1591
+ i
1592
+ 26
1593
+ 20
1594
+ 0
1595
+ 7
1596
+ 0
1597
+ 13
1598
+ 70
1599
+ 9
1600
+ 20
1601
+ 15
1602
+ 44
1603
+ 43
1604
+ 1
1605
+ 7
1606
+ 2
1607
+ 78
1608
+ 49
1609
+ 3
1610
+ 2
1611
+ 6
1612
+ 0
1613
+ 56
1614
+ 4
1615
+ 50
1616
+ 5
1617
+ 1
1618
+ 11
1619
+ I
1620
+ 5
1621
+ I
1622
+ 1
1623
+ I
1624
+ 1
1625
+ I
1626
+ 1
1627
+ n
1628
+ p
1629
+ 6
1630
+ n
1631
+ x
1632
+ 6
1633
+ Regexp
1634
+ s
1635
+ 19
1636
+ ([^a-zA-Z0-9_.~-]+)
1637
+ x
1638
+ 3
1639
+ new
1640
+ M
1641
+ 1
1642
+ p
1643
+ 2
1644
+ x
1645
+ 9
1646
+ for_block
1647
+ t
1648
+ n
1649
+ x
1650
+ 6
1651
+ escape
1652
+ i
1653
+ 39
1654
+ 7
1655
+ 0
1656
+ 64
1657
+ 4
1658
+ 5
1659
+ 78
1660
+ 98
1661
+ 1
1662
+ 2
1663
+ 7
1664
+ 2
1665
+ 64
1666
+ 4
1667
+ 5
1668
+ 78
1669
+ 98
1670
+ 1
1671
+ 2
1672
+ 49
1673
+ 3
1674
+ 0
1675
+ 49
1676
+ 4
1677
+ 1
1678
+ 49
1679
+ 5
1680
+ 1
1681
+ 7
1682
+ 0
1683
+ 64
1684
+ 49
1685
+ 6
1686
+ 1
1687
+ 49
1688
+ 7
1689
+ 0
1690
+ 81
1691
+ 8
1692
+ 11
1693
+ I
1694
+ 6
1695
+ I
1696
+ 0
1697
+ I
1698
+ 0
1699
+ I
1700
+ 0
1701
+ I
1702
+ -2
1703
+ p
1704
+ 9
1705
+ s
1706
+ 1
1707
+ %
1708
+ x
1709
+ 24
1710
+ regexp_last_match_result
1711
+ s
1712
+ 2
1713
+ H2
1714
+ x
1715
+ 8
1716
+ bytesize
1717
+ x
1718
+ 1
1719
+ *
1720
+ x
1721
+ 6
1722
+ unpack
1723
+ x
1724
+ 4
1725
+ join
1726
+ x
1727
+ 6
1728
+ upcase
1729
+ x
1730
+ 1
1731
+ +
1732
+ p
1733
+ 3
1734
+ I
1735
+ 0
1736
+ I
1737
+ 68
1738
+ I
1739
+ 27
1740
+ x
1741
+ 52
1742
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1743
+ p
1744
+ 0
1745
+ x
1746
+ 4
1747
+ gsub
1748
+ p
1749
+ 5
1750
+ I
1751
+ -1
1752
+ I
1753
+ 66
1754
+ I
1755
+ 0
1756
+ I
1757
+ 67
1758
+ I
1759
+ 1a
1760
+ x
1761
+ 52
1762
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1763
+ p
1764
+ 1
1765
+ x
1766
+ 5
1767
+ value
1768
+ x
1769
+ 4
1770
+ host
1771
+ M
1772
+ 1
1773
+ n
1774
+ n
1775
+ x
1776
+ 4
1777
+ host
1778
+ i
1779
+ 10
1780
+ 45
1781
+ 0
1782
+ 1
1783
+ 5
1784
+ 48
1785
+ 2
1786
+ 49
1787
+ 3
1788
+ 1
1789
+ 11
1790
+ I
1791
+ 2
1792
+ I
1793
+ 0
1794
+ I
1795
+ 0
1796
+ I
1797
+ 0
1798
+ n
1799
+ p
1800
+ 4
1801
+ x
1802
+ 5
1803
+ HOSTS
1804
+ n
1805
+ x
1806
+ 6
1807
+ locale
1808
+ x
1809
+ 2
1810
+ []
1811
+ p
1812
+ 5
1813
+ I
1814
+ -1
1815
+ I
1816
+ 6c
1817
+ I
1818
+ 0
1819
+ I
1820
+ 6d
1821
+ I
1822
+ a
1823
+ x
1824
+ 52
1825
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
1826
+ p
1827
+ 0
1828
+ x
1829
+ 15
1830
+ request_through
1831
+ M
1832
+ 1
1833
+ n
1834
+ n
1835
+ x
1836
+ 15
1837
+ request_through
1838
+ i
1839
+ 40
1840
+ 20
1841
+ 0
1842
+ 9
1843
+ 14
1844
+ 45
1845
+ 0
1846
+ 1
1847
+ 56
1848
+ 2
1849
+ 50
1850
+ 3
1851
+ 0
1852
+ 8
1853
+ 15
1854
+ 1
1855
+ 15
1856
+ 60
1857
+ 0
1858
+ 19
1859
+ 1
1860
+ 15
1861
+ 20
1862
+ 0
1863
+ 9
1864
+ 35
1865
+ 45
1866
+ 0
1867
+ 4
1868
+ 56
1869
+ 5
1870
+ 50
1871
+ 3
1872
+ 0
1873
+ 8
1874
+ 36
1875
+ 1
1876
+ 15
1877
+ 20
1878
+ 1
1879
+ 11
1880
+ I
1881
+ 4
1882
+ I
1883
+ 2
1884
+ I
1885
+ 1
1886
+ I
1887
+ 1
1888
+ n
1889
+ p
1890
+ 6
1891
+ x
1892
+ 9
1893
+ TCPSocket
1894
+ n
1895
+ M
1896
+ 1
1897
+ p
1898
+ 2
1899
+ x
1900
+ 9
1901
+ for_block
1902
+ t
1903
+ n
1904
+ x
1905
+ 15
1906
+ request_through
1907
+ i
1908
+ 12
1909
+ 5
1910
+ 99
1911
+ 12
1912
+ 49
1913
+ 0
1914
+ 1
1915
+ 56
1916
+ 1
1917
+ 50
1918
+ 2
1919
+ 0
1920
+ 11
1921
+ I
1922
+ 3
1923
+ I
1924
+ 0
1925
+ I
1926
+ 0
1927
+ I
1928
+ 0
1929
+ I
1930
+ -2
1931
+ p
1932
+ 3
1933
+ x
1934
+ 16
1935
+ object_metaclass
1936
+ M
1937
+ 1
1938
+ p
1939
+ 2
1940
+ x
1941
+ 9
1942
+ for_block
1943
+ t
1944
+ n
1945
+ x
1946
+ 15
1947
+ request_through
1948
+ i
1949
+ 20
1950
+ 5
1951
+ 7
1952
+ 0
1953
+ 7
1954
+ 1
1955
+ 47
1956
+ 49
1957
+ 2
1958
+ 2
1959
+ 15
1960
+ 5
1961
+ 7
1962
+ 1
1963
+ 56
1964
+ 3
1965
+ 47
1966
+ 50
1967
+ 4
1968
+ 1
1969
+ 11
1970
+ I
1971
+ 4
1972
+ I
1973
+ 0
1974
+ I
1975
+ 0
1976
+ I
1977
+ 0
1978
+ I
1979
+ -2
1980
+ p
1981
+ 5
1982
+ x
1983
+ 9
1984
+ orig_open
1985
+ x
1986
+ 4
1987
+ open
1988
+ x
1989
+ 12
1990
+ alias_method
1991
+ M
1992
+ 1
1993
+ p
1994
+ 2
1995
+ x
1996
+ 9
1997
+ for_block
1998
+ t
1999
+ n
2000
+ x
2001
+ 15
2002
+ request_through
2003
+ i
2004
+ 23
2005
+ 58
2006
+ 37
2007
+ 19
2008
+ 0
2009
+ 15
2010
+ 37
2011
+ 19
2012
+ 1
2013
+ 15
2014
+ 15
2015
+ 5
2016
+ 20
2017
+ 0
2018
+ 20
2019
+ 1
2020
+ 21
2021
+ 3
2022
+ 0
2023
+ 47
2024
+ 49
2025
+ 0
2026
+ 3
2027
+ 11
2028
+ I
2029
+ 7
2030
+ I
2031
+ 2
2032
+ I
2033
+ 2
2034
+ I
2035
+ 2
2036
+ n
2037
+ p
2038
+ 1
2039
+ x
2040
+ 13
2041
+ original_open
2042
+ p
2043
+ 5
2044
+ I
2045
+ 0
2046
+ I
2047
+ 76
2048
+ I
2049
+ a
2050
+ I
2051
+ 77
2052
+ I
2053
+ 17
2054
+ x
2055
+ 52
2056
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2057
+ p
2058
+ 2
2059
+ x
2060
+ 12
2061
+ conn_address
2062
+ x
2063
+ 9
2064
+ conn_port
2065
+ x
2066
+ 13
2067
+ define_method
2068
+ p
2069
+ 5
2070
+ I
2071
+ 0
2072
+ I
2073
+ 74
2074
+ I
2075
+ a
2076
+ I
2077
+ 76
2078
+ I
2079
+ 14
2080
+ x
2081
+ 52
2082
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2083
+ p
2084
+ 0
2085
+ x
2086
+ 13
2087
+ instance_eval
2088
+ p
2089
+ 3
2090
+ I
2091
+ 0
2092
+ I
2093
+ 73
2094
+ I
2095
+ c
2096
+ x
2097
+ 52
2098
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2099
+ p
2100
+ 0
2101
+ x
2102
+ 13
2103
+ instance_eval
2104
+ n
2105
+ M
2106
+ 1
2107
+ p
2108
+ 2
2109
+ x
2110
+ 9
2111
+ for_block
2112
+ t
2113
+ n
2114
+ x
2115
+ 15
2116
+ request_through
2117
+ i
2118
+ 12
2119
+ 5
2120
+ 99
2121
+ 12
2122
+ 49
2123
+ 0
2124
+ 1
2125
+ 56
2126
+ 1
2127
+ 50
2128
+ 2
2129
+ 0
2130
+ 11
2131
+ I
2132
+ 3
2133
+ I
2134
+ 0
2135
+ I
2136
+ 0
2137
+ I
2138
+ 0
2139
+ I
2140
+ -2
2141
+ p
2142
+ 3
2143
+ x
2144
+ 16
2145
+ object_metaclass
2146
+ M
2147
+ 1
2148
+ p
2149
+ 2
2150
+ x
2151
+ 9
2152
+ for_block
2153
+ t
2154
+ n
2155
+ x
2156
+ 15
2157
+ request_through
2158
+ i
2159
+ 18
2160
+ 5
2161
+ 7
2162
+ 0
2163
+ 7
2164
+ 1
2165
+ 47
2166
+ 49
2167
+ 2
2168
+ 2
2169
+ 15
2170
+ 5
2171
+ 7
2172
+ 1
2173
+ 47
2174
+ 49
2175
+ 3
2176
+ 1
2177
+ 11
2178
+ I
2179
+ 4
2180
+ I
2181
+ 0
2182
+ I
2183
+ 0
2184
+ I
2185
+ 0
2186
+ I
2187
+ -2
2188
+ p
2189
+ 4
2190
+ x
2191
+ 4
2192
+ open
2193
+ x
2194
+ 9
2195
+ orig_open
2196
+ x
2197
+ 12
2198
+ alias_method
2199
+ x
2200
+ 13
2201
+ remove_method
2202
+ p
2203
+ 5
2204
+ I
2205
+ 0
2206
+ I
2207
+ 82
2208
+ I
2209
+ a
2210
+ I
2211
+ 83
2212
+ I
2213
+ 12
2214
+ x
2215
+ 52
2216
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2217
+ p
2218
+ 0
2219
+ x
2220
+ 13
2221
+ instance_eval
2222
+ p
2223
+ 3
2224
+ I
2225
+ 0
2226
+ I
2227
+ 81
2228
+ I
2229
+ c
2230
+ x
2231
+ 52
2232
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2233
+ p
2234
+ 0
2235
+ p
2236
+ 19
2237
+ I
2238
+ -1
2239
+ I
2240
+ 70
2241
+ I
2242
+ 0
2243
+ I
2244
+ 71
2245
+ I
2246
+ 4
2247
+ I
2248
+ 72
2249
+ I
2250
+ e
2251
+ I
2252
+ 71
2253
+ I
2254
+ 10
2255
+ I
2256
+ 7d
2257
+ I
2258
+ 15
2259
+ I
2260
+ 7f
2261
+ I
2262
+ 19
2263
+ I
2264
+ 80
2265
+ I
2266
+ 23
2267
+ I
2268
+ 7f
2269
+ I
2270
+ 25
2271
+ I
2272
+ 88
2273
+ I
2274
+ 28
2275
+ x
2276
+ 52
2277
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2278
+ p
2279
+ 2
2280
+ x
2281
+ 8
2282
+ local_ip
2283
+ x
2284
+ 12
2285
+ return_value
2286
+ x
2287
+ 3
2288
+ uri
2289
+ M
2290
+ 1
2291
+ n
2292
+ n
2293
+ x
2294
+ 3
2295
+ uri
2296
+ i
2297
+ 47
2298
+ 45
2299
+ 0
2300
+ 1
2301
+ 43
2302
+ 2
2303
+ 44
2304
+ 43
2305
+ 3
2306
+ 4
2307
+ 3
2308
+ 49
2309
+ 4
2310
+ 1
2311
+ 13
2312
+ 7
2313
+ 5
2314
+ 5
2315
+ 48
2316
+ 5
2317
+ 49
2318
+ 6
2319
+ 2
2320
+ 15
2321
+ 13
2322
+ 7
2323
+ 7
2324
+ 7
2325
+ 8
2326
+ 64
2327
+ 49
2328
+ 6
2329
+ 2
2330
+ 15
2331
+ 13
2332
+ 7
2333
+ 9
2334
+ 5
2335
+ 48
2336
+ 10
2337
+ 49
2338
+ 6
2339
+ 2
2340
+ 15
2341
+ 49
2342
+ 11
2343
+ 1
2344
+ 11
2345
+ I
2346
+ 5
2347
+ I
2348
+ 0
2349
+ I
2350
+ 0
2351
+ I
2352
+ 0
2353
+ n
2354
+ p
2355
+ 12
2356
+ x
2357
+ 3
2358
+ URI
2359
+ n
2360
+ x
2361
+ 4
2362
+ HTTP
2363
+ x
2364
+ 4
2365
+ Hash
2366
+ x
2367
+ 16
2368
+ new_from_literal
2369
+ x
2370
+ 4
2371
+ host
2372
+ x
2373
+ 3
2374
+ []=
2375
+ x
2376
+ 4
2377
+ path
2378
+ s
2379
+ 9
2380
+ /onca/xml
2381
+ x
2382
+ 5
2383
+ query
2384
+ x
2385
+ 18
2386
+ build_signed_query
2387
+ x
2388
+ 5
2389
+ build
2390
+ p
2391
+ 15
2392
+ I
2393
+ -1
2394
+ I
2395
+ 8b
2396
+ I
2397
+ 0
2398
+ I
2399
+ 8c
2400
+ I
2401
+ 5
2402
+ I
2403
+ 8f
2404
+ I
2405
+ e
2406
+ I
2407
+ 8d
2408
+ I
2409
+ 18
2410
+ I
2411
+ 8e
2412
+ I
2413
+ 22
2414
+ I
2415
+ 8f
2416
+ I
2417
+ 2b
2418
+ I
2419
+ 8c
2420
+ I
2421
+ 2f
2422
+ x
2423
+ 52
2424
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2425
+ p
2426
+ 0
2427
+ x
2428
+ 4
2429
+ uris
2430
+ M
2431
+ 1
2432
+ n
2433
+ n
2434
+ x
2435
+ 4
2436
+ uris
2437
+ i
2438
+ 9
2439
+ 5
2440
+ 48
2441
+ 0
2442
+ 56
2443
+ 1
2444
+ 50
2445
+ 2
2446
+ 0
2447
+ 11
2448
+ I
2449
+ 2
2450
+ I
2451
+ 0
2452
+ I
2453
+ 0
2454
+ I
2455
+ 0
2456
+ n
2457
+ p
2458
+ 3
2459
+ x
2460
+ 7
2461
+ locales
2462
+ M
2463
+ 1
2464
+ p
2465
+ 2
2466
+ x
2467
+ 9
2468
+ for_block
2469
+ t
2470
+ n
2471
+ x
2472
+ 4
2473
+ uris
2474
+ i
2475
+ 23
2476
+ 57
2477
+ 19
2478
+ 0
2479
+ 15
2480
+ 5
2481
+ 20
2482
+ 0
2483
+ 13
2484
+ 18
2485
+ 2
2486
+ 47
2487
+ 49
2488
+ 0
2489
+ 1
2490
+ 15
2491
+ 15
2492
+ 5
2493
+ 48
2494
+ 1
2495
+ 49
2496
+ 2
2497
+ 0
2498
+ 11
2499
+ I
2500
+ 5
2501
+ I
2502
+ 1
2503
+ I
2504
+ 1
2505
+ I
2506
+ 1
2507
+ n
2508
+ p
2509
+ 3
2510
+ x
2511
+ 7
2512
+ locale=
2513
+ x
2514
+ 3
2515
+ uri
2516
+ x
2517
+ 4
2518
+ to_s
2519
+ p
2520
+ 9
2521
+ I
2522
+ 0
2523
+ I
2524
+ 93
2525
+ I
2526
+ 4
2527
+ I
2528
+ 99
2529
+ I
2530
+ 5
2531
+ I
2532
+ 94
2533
+ I
2534
+ 10
2535
+ I
2536
+ 95
2537
+ I
2538
+ 17
2539
+ x
2540
+ 52
2541
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2542
+ p
2543
+ 1
2544
+ x
2545
+ 6
2546
+ locale
2547
+ x
2548
+ 3
2549
+ map
2550
+ p
2551
+ 5
2552
+ I
2553
+ -1
2554
+ I
2555
+ 92
2556
+ I
2557
+ 0
2558
+ I
2559
+ 93
2560
+ I
2561
+ 9
2562
+ x
2563
+ 52
2564
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2565
+ p
2566
+ 0
2567
+ p
2568
+ 53
2569
+ I
2570
+ 2
2571
+ I
2572
+ a
2573
+ I
2574
+ 5
2575
+ I
2576
+ 10
2577
+ I
2578
+ e
2579
+ I
2580
+ b
2581
+ I
2582
+ 18
2583
+ I
2584
+ c
2585
+ I
2586
+ 22
2587
+ I
2588
+ d
2589
+ I
2590
+ 2c
2591
+ I
2592
+ e
2593
+ I
2594
+ 36
2595
+ I
2596
+ f
2597
+ I
2598
+ 40
2599
+ I
2600
+ 10
2601
+ I
2602
+ 4d
2603
+ I
2604
+ 13
2605
+ I
2606
+ 55
2607
+ I
2608
+ 16
2609
+ I
2610
+ 5d
2611
+ I
2612
+ 19
2613
+ I
2614
+ 65
2615
+ I
2616
+ 1c
2617
+ I
2618
+ 6d
2619
+ I
2620
+ 1f
2621
+ I
2622
+ 75
2623
+ I
2624
+ 27
2625
+ I
2626
+ 83
2627
+ I
2628
+ 32
2629
+ I
2630
+ 91
2631
+ I
2632
+ 3a
2633
+ I
2634
+ 9f
2635
+ I
2636
+ 42
2637
+ I
2638
+ ad
2639
+ I
2640
+ 4a
2641
+ I
2642
+ bb
2643
+ I
2644
+ 4e
2645
+ I
2646
+ bf
2647
+ I
2648
+ 50
2649
+ I
2650
+ cd
2651
+ I
2652
+ 5b
2653
+ I
2654
+ db
2655
+ I
2656
+ 66
2657
+ I
2658
+ e9
2659
+ I
2660
+ 6c
2661
+ I
2662
+ f7
2663
+ I
2664
+ 70
2665
+ I
2666
+ 105
2667
+ I
2668
+ 8b
2669
+ I
2670
+ 113
2671
+ I
2672
+ 92
2673
+ I
2674
+ 121
2675
+ x
2676
+ 52
2677
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2678
+ p
2679
+ 0
2680
+ x
2681
+ 13
2682
+ attach_method
2683
+ p
2684
+ 3
2685
+ I
2686
+ 2
2687
+ I
2688
+ 9
2689
+ I
2690
+ 1d
2691
+ x
2692
+ 52
2693
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2694
+ p
2695
+ 0
2696
+ x
2697
+ 13
2698
+ attach_method
2699
+ p
2700
+ 7
2701
+ I
2702
+ 0
2703
+ I
2704
+ 3
2705
+ I
2706
+ 9
2707
+ I
2708
+ 4
2709
+ I
2710
+ 12
2711
+ I
2712
+ 6
2713
+ I
2714
+ 2e
2715
+ x
2716
+ 52
2717
+ /Users/hakanensari/code/sucker/lib/sucker/request.rb
2718
+ p
2719
+ 0