paperclip 2.3.5 → 2.3.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of paperclip might be problematic. Click here for more details.

Files changed (64) hide show
  1. data/Rakefile +6 -2
  2. data/lib/paperclip.rbc +5129 -12
  3. data/lib/paperclip/attachment.rb +9 -3
  4. data/lib/paperclip/attachment.rbc +5550 -872
  5. data/lib/paperclip/callback_compatability.rbc +1649 -0
  6. data/lib/paperclip/command_line.rbc +1952 -0
  7. data/lib/paperclip/geometry.rbc +2141 -0
  8. data/lib/paperclip/glue.rbc +685 -0
  9. data/lib/paperclip/interpolations.rb +2 -1
  10. data/lib/paperclip/interpolations.rbc +2205 -0
  11. data/lib/paperclip/iostream.rbc +905 -0
  12. data/lib/paperclip/matchers.rbc +267 -0
  13. data/lib/paperclip/matchers/have_attached_file_matcher.rbc +1258 -0
  14. data/lib/paperclip/matchers/validate_attachment_content_type_matcher.rbc +1660 -0
  15. data/lib/paperclip/matchers/validate_attachment_presence_matcher.rbc +1304 -0
  16. data/lib/paperclip/matchers/validate_attachment_size_matcher.rbc +2160 -0
  17. data/lib/paperclip/{configuration.rbc → processor.rbc} +471 -569
  18. data/lib/paperclip/railtie.rbc +680 -0
  19. data/lib/paperclip/storage.rbc +69 -0
  20. data/lib/paperclip/storage/filesystem.rbc +1402 -0
  21. data/lib/paperclip/storage/s3.rb +1 -0
  22. data/lib/paperclip/storage/s3.rbc +3489 -0
  23. data/lib/paperclip/style.rbc +1571 -0
  24. data/lib/paperclip/thumbnail.rbc +1648 -0
  25. data/lib/paperclip/upfile.rb +0 -7
  26. data/lib/paperclip/upfile.rbc +1619 -0
  27. data/lib/paperclip/version.rb +1 -1
  28. data/lib/paperclip/version.rbc +176 -0
  29. data/shoulda_macros/paperclip.rbc +2415 -0
  30. data/test/attachment_test.rb +8 -8
  31. data/test/attachment_test.rbc +22952 -0
  32. data/test/command_line_test.rb +1 -1
  33. data/test/command_line_test.rbc +4307 -0
  34. data/test/geometry_test.rb +1 -1
  35. data/test/geometry_test.rbc +5181 -0
  36. data/test/helper.rb +1 -13
  37. data/test/helper.rbc +3971 -0
  38. data/test/integration_test.rb +1 -1
  39. data/test/integration_test.rbc +13137 -0
  40. data/test/interpolations_test.rb +1 -1
  41. data/test/interpolations_test.rbc +3432 -0
  42. data/test/iostream_test.rb +1 -1
  43. data/test/iostream_test.rbc +1889 -0
  44. data/test/matchers/have_attached_file_matcher_test.rb +1 -1
  45. data/test/matchers/have_attached_file_matcher_test.rbc +622 -0
  46. data/test/matchers/validate_attachment_content_type_matcher_test.rb +1 -1
  47. data/test/matchers/validate_attachment_content_type_matcher_test.rbc +1174 -0
  48. data/test/matchers/validate_attachment_presence_matcher_test.rb +1 -1
  49. data/test/matchers/validate_attachment_presence_matcher_test.rbc +622 -0
  50. data/test/matchers/validate_attachment_size_matcher_test.rb +1 -1
  51. data/test/matchers/validate_attachment_size_matcher_test.rbc +1658 -0
  52. data/test/paperclip_test.rb +1 -1
  53. data/test/paperclip_test.rbc +7407 -0
  54. data/test/processor_test.rb +1 -1
  55. data/test/processor_test.rbc +314 -0
  56. data/test/storage_test.rb +1 -1
  57. data/test/storage_test.rbc +10294 -0
  58. data/test/style_test.rb +1 -1
  59. data/test/style_test.rbc +3752 -0
  60. data/test/thumbnail_test.rb +1 -1
  61. data/test/thumbnail_test.rbc +6803 -0
  62. data/test/upfile_test.rb +1 -18
  63. data/test/upfile_test.rbc +1635 -0
  64. metadata +77 -26
@@ -0,0 +1,1571 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 9
54
+ Paperclip
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 9
67
+ Paperclip
68
+ i
69
+ 29
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 1
76
+ 65
77
+ 49
78
+ 1
79
+ 3
80
+ 13
81
+ 99
82
+ 12
83
+ 7
84
+ 2
85
+ 12
86
+ 7
87
+ 3
88
+ 12
89
+ 65
90
+ 12
91
+ 49
92
+ 4
93
+ 4
94
+ 15
95
+ 49
96
+ 2
97
+ 0
98
+ 11
99
+ I
100
+ 6
101
+ I
102
+ 0
103
+ I
104
+ 0
105
+ I
106
+ 0
107
+ n
108
+ p
109
+ 5
110
+ x
111
+ 5
112
+ Style
113
+ x
114
+ 10
115
+ open_class
116
+ x
117
+ 14
118
+ __class_init__
119
+ M
120
+ 1
121
+ n
122
+ n
123
+ x
124
+ 5
125
+ Style
126
+ i
127
+ 140
128
+ 5
129
+ 66
130
+ 5
131
+ 7
132
+ 0
133
+ 7
134
+ 1
135
+ 7
136
+ 2
137
+ 47
138
+ 49
139
+ 3
140
+ 3
141
+ 15
142
+ 99
143
+ 7
144
+ 4
145
+ 7
146
+ 5
147
+ 65
148
+ 67
149
+ 49
150
+ 6
151
+ 0
152
+ 49
153
+ 7
154
+ 4
155
+ 15
156
+ 99
157
+ 7
158
+ 8
159
+ 7
160
+ 9
161
+ 65
162
+ 67
163
+ 49
164
+ 6
165
+ 0
166
+ 49
167
+ 7
168
+ 4
169
+ 15
170
+ 99
171
+ 7
172
+ 10
173
+ 7
174
+ 11
175
+ 65
176
+ 67
177
+ 49
178
+ 6
179
+ 0
180
+ 49
181
+ 7
182
+ 4
183
+ 15
184
+ 99
185
+ 7
186
+ 12
187
+ 7
188
+ 13
189
+ 65
190
+ 67
191
+ 49
192
+ 6
193
+ 0
194
+ 49
195
+ 7
196
+ 4
197
+ 15
198
+ 99
199
+ 7
200
+ 14
201
+ 7
202
+ 15
203
+ 65
204
+ 67
205
+ 49
206
+ 6
207
+ 0
208
+ 49
209
+ 7
210
+ 4
211
+ 15
212
+ 99
213
+ 7
214
+ 16
215
+ 7
216
+ 17
217
+ 65
218
+ 67
219
+ 49
220
+ 6
221
+ 0
222
+ 49
223
+ 7
224
+ 4
225
+ 15
226
+ 99
227
+ 7
228
+ 18
229
+ 7
230
+ 19
231
+ 65
232
+ 67
233
+ 49
234
+ 6
235
+ 0
236
+ 49
237
+ 7
238
+ 4
239
+ 15
240
+ 99
241
+ 7
242
+ 20
243
+ 7
244
+ 21
245
+ 65
246
+ 67
247
+ 49
248
+ 6
249
+ 0
250
+ 49
251
+ 7
252
+ 4
253
+ 15
254
+ 99
255
+ 7
256
+ 22
257
+ 7
258
+ 23
259
+ 65
260
+ 67
261
+ 49
262
+ 6
263
+ 0
264
+ 49
265
+ 7
266
+ 4
267
+ 11
268
+ I
269
+ 5
270
+ I
271
+ 0
272
+ I
273
+ 0
274
+ I
275
+ 0
276
+ n
277
+ p
278
+ 24
279
+ x
280
+ 4
281
+ name
282
+ x
283
+ 10
284
+ attachment
285
+ x
286
+ 6
287
+ format
288
+ x
289
+ 11
290
+ attr_reader
291
+ x
292
+ 10
293
+ initialize
294
+ M
295
+ 1
296
+ n
297
+ n
298
+ x
299
+ 10
300
+ initialize
301
+ i
302
+ 111
303
+ 20
304
+ 0
305
+ 38
306
+ 0
307
+ 15
308
+ 20
309
+ 2
310
+ 38
311
+ 1
312
+ 15
313
+ 20
314
+ 1
315
+ 45
316
+ 2
317
+ 3
318
+ 49
319
+ 4
320
+ 1
321
+ 9
322
+ 56
323
+ 20
324
+ 1
325
+ 7
326
+ 5
327
+ 49
328
+ 6
329
+ 1
330
+ 38
331
+ 7
332
+ 15
333
+ 20
334
+ 1
335
+ 7
336
+ 8
337
+ 49
338
+ 6
339
+ 1
340
+ 38
341
+ 9
342
+ 15
343
+ 20
344
+ 1
345
+ 7
346
+ 10
347
+ 49
348
+ 6
349
+ 1
350
+ 38
351
+ 11
352
+ 15
353
+ 20
354
+ 1
355
+ 38
356
+ 12
357
+ 8
358
+ 96
359
+ 20
360
+ 1
361
+ 1
362
+ 35
363
+ 2
364
+ 49
365
+ 13
366
+ 0
367
+ 44
368
+ 43
369
+ 14
370
+ 78
371
+ 79
372
+ 49
373
+ 15
374
+ 2
375
+ 49
376
+ 16
377
+ 1
378
+ 97
379
+ 37
380
+ 38
381
+ 7
382
+ 15
383
+ 37
384
+ 38
385
+ 9
386
+ 15
387
+ 15
388
+ 2
389
+ 15
390
+ 44
391
+ 43
392
+ 2
393
+ 78
394
+ 49
395
+ 17
396
+ 1
397
+ 38
398
+ 12
399
+ 15
400
+ 39
401
+ 9
402
+ 49
403
+ 18
404
+ 0
405
+ 9
406
+ 109
407
+ 1
408
+ 38
409
+ 9
410
+ 8
411
+ 110
412
+ 1
413
+ 11
414
+ I
415
+ 7
416
+ I
417
+ 3
418
+ I
419
+ 3
420
+ I
421
+ 3
422
+ n
423
+ p
424
+ 19
425
+ x
426
+ 5
427
+ @name
428
+ x
429
+ 11
430
+ @attachment
431
+ x
432
+ 4
433
+ Hash
434
+ n
435
+ x
436
+ 5
437
+ is_a?
438
+ x
439
+ 8
440
+ geometry
441
+ x
442
+ 6
443
+ delete
444
+ x
445
+ 9
446
+ @geometry
447
+ x
448
+ 6
449
+ format
450
+ x
451
+ 7
452
+ @format
453
+ x
454
+ 10
455
+ processors
456
+ x
457
+ 11
458
+ @processors
459
+ x
460
+ 11
461
+ @other_args
462
+ x
463
+ 7
464
+ flatten
465
+ x
466
+ 5
467
+ Range
468
+ x
469
+ 3
470
+ new
471
+ x
472
+ 2
473
+ []
474
+ x
475
+ 16
476
+ new_from_literal
477
+ x
478
+ 6
479
+ blank?
480
+ p
481
+ 23
482
+ I
483
+ 0
484
+ I
485
+ e
486
+ I
487
+ 0
488
+ I
489
+ f
490
+ I
491
+ 5
492
+ I
493
+ 10
494
+ I
495
+ a
496
+ I
497
+ 11
498
+ I
499
+ 14
500
+ I
501
+ 12
502
+ I
503
+ 1e
504
+ I
505
+ 13
506
+ I
507
+ 28
508
+ I
509
+ 14
510
+ I
511
+ 32
512
+ I
513
+ 15
514
+ I
515
+ 38
516
+ I
517
+ 17
518
+ I
519
+ 57
520
+ I
521
+ 18
522
+ I
523
+ 61
524
+ I
525
+ 1a
526
+ I
527
+ 6f
528
+ x
529
+ 58
530
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
531
+ p
532
+ 3
533
+ x
534
+ 4
535
+ name
536
+ x
537
+ 10
538
+ definition
539
+ x
540
+ 10
541
+ attachment
542
+ x
543
+ 17
544
+ method_visibility
545
+ x
546
+ 15
547
+ add_defn_method
548
+ x
549
+ 10
550
+ processors
551
+ M
552
+ 1
553
+ n
554
+ n
555
+ x
556
+ 10
557
+ processors
558
+ i
559
+ 13
560
+ 39
561
+ 0
562
+ 13
563
+ 10
564
+ 12
565
+ 15
566
+ 5
567
+ 48
568
+ 1
569
+ 49
570
+ 2
571
+ 0
572
+ 11
573
+ I
574
+ 2
575
+ I
576
+ 0
577
+ I
578
+ 0
579
+ I
580
+ 0
581
+ n
582
+ p
583
+ 3
584
+ x
585
+ 11
586
+ @processors
587
+ x
588
+ 10
589
+ attachment
590
+ x
591
+ 10
592
+ processors
593
+ p
594
+ 5
595
+ I
596
+ 0
597
+ I
598
+ 21
599
+ I
600
+ 0
601
+ I
602
+ 22
603
+ I
604
+ d
605
+ x
606
+ 58
607
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
608
+ p
609
+ 0
610
+ x
611
+ 5
612
+ whiny
613
+ M
614
+ 1
615
+ n
616
+ n
617
+ x
618
+ 5
619
+ whiny
620
+ i
621
+ 7
622
+ 5
623
+ 48
624
+ 0
625
+ 49
626
+ 1
627
+ 0
628
+ 11
629
+ I
630
+ 1
631
+ I
632
+ 0
633
+ I
634
+ 0
635
+ I
636
+ 0
637
+ n
638
+ p
639
+ 2
640
+ x
641
+ 10
642
+ attachment
643
+ x
644
+ 5
645
+ whiny
646
+ p
647
+ 5
648
+ I
649
+ 0
650
+ I
651
+ 26
652
+ I
653
+ 0
654
+ I
655
+ 27
656
+ I
657
+ 7
658
+ x
659
+ 58
660
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
661
+ p
662
+ 0
663
+ x
664
+ 6
665
+ whiny?
666
+ M
667
+ 1
668
+ n
669
+ n
670
+ x
671
+ 6
672
+ whiny?
673
+ i
674
+ 16
675
+ 5
676
+ 48
677
+ 0
678
+ 10
679
+ 8
680
+ 2
681
+ 8
682
+ 9
683
+ 3
684
+ 10
685
+ 14
686
+ 2
687
+ 8
688
+ 15
689
+ 3
690
+ 11
691
+ I
692
+ 1
693
+ I
694
+ 0
695
+ I
696
+ 0
697
+ I
698
+ 0
699
+ n
700
+ p
701
+ 1
702
+ x
703
+ 5
704
+ whiny
705
+ p
706
+ 5
707
+ I
708
+ 0
709
+ I
710
+ 2b
711
+ I
712
+ 0
713
+ I
714
+ 2c
715
+ I
716
+ 10
717
+ x
718
+ 58
719
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
720
+ p
721
+ 0
722
+ x
723
+ 15
724
+ convert_options
725
+ M
726
+ 1
727
+ n
728
+ n
729
+ x
730
+ 15
731
+ convert_options
732
+ i
733
+ 12
734
+ 5
735
+ 48
736
+ 0
737
+ 7
738
+ 1
739
+ 5
740
+ 48
741
+ 2
742
+ 49
743
+ 3
744
+ 2
745
+ 11
746
+ I
747
+ 3
748
+ I
749
+ 0
750
+ I
751
+ 0
752
+ I
753
+ 0
754
+ n
755
+ p
756
+ 4
757
+ x
758
+ 10
759
+ attachment
760
+ x
761
+ 17
762
+ extra_options_for
763
+ x
764
+ 4
765
+ name
766
+ x
767
+ 4
768
+ send
769
+ p
770
+ 5
771
+ I
772
+ 0
773
+ I
774
+ 2f
775
+ I
776
+ 0
777
+ I
778
+ 30
779
+ I
780
+ c
781
+ x
782
+ 58
783
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
784
+ p
785
+ 0
786
+ x
787
+ 8
788
+ geometry
789
+ M
790
+ 1
791
+ n
792
+ n
793
+ x
794
+ 8
795
+ geometry
796
+ i
797
+ 25
798
+ 39
799
+ 0
800
+ 7
801
+ 1
802
+ 49
803
+ 2
804
+ 1
805
+ 9
806
+ 22
807
+ 39
808
+ 0
809
+ 5
810
+ 48
811
+ 3
812
+ 49
813
+ 4
814
+ 0
815
+ 49
816
+ 1
817
+ 1
818
+ 8
819
+ 24
820
+ 39
821
+ 0
822
+ 11
823
+ I
824
+ 2
825
+ I
826
+ 0
827
+ I
828
+ 0
829
+ I
830
+ 0
831
+ n
832
+ p
833
+ 5
834
+ x
835
+ 9
836
+ @geometry
837
+ x
838
+ 4
839
+ call
840
+ x
841
+ 11
842
+ respond_to?
843
+ x
844
+ 10
845
+ attachment
846
+ x
847
+ 8
848
+ instance
849
+ p
850
+ 5
851
+ I
852
+ 0
853
+ I
854
+ 35
855
+ I
856
+ 0
857
+ I
858
+ 36
859
+ I
860
+ 19
861
+ x
862
+ 58
863
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
864
+ p
865
+ 0
866
+ x
867
+ 17
868
+ processor_options
869
+ M
870
+ 1
871
+ n
872
+ n
873
+ x
874
+ 17
875
+ processor_options
876
+ i
877
+ 39
878
+ 44
879
+ 43
880
+ 0
881
+ 78
882
+ 49
883
+ 1
884
+ 1
885
+ 19
886
+ 0
887
+ 15
888
+ 39
889
+ 2
890
+ 56
891
+ 3
892
+ 50
893
+ 4
894
+ 0
895
+ 15
896
+ 7
897
+ 5
898
+ 7
899
+ 6
900
+ 7
901
+ 7
902
+ 7
903
+ 8
904
+ 7
905
+ 9
906
+ 35
907
+ 5
908
+ 56
909
+ 10
910
+ 50
911
+ 4
912
+ 0
913
+ 15
914
+ 20
915
+ 0
916
+ 11
917
+ I
918
+ 6
919
+ I
920
+ 1
921
+ I
922
+ 0
923
+ I
924
+ 0
925
+ n
926
+ p
927
+ 11
928
+ x
929
+ 4
930
+ Hash
931
+ x
932
+ 16
933
+ new_from_literal
934
+ x
935
+ 11
936
+ @other_args
937
+ M
938
+ 1
939
+ p
940
+ 2
941
+ x
942
+ 9
943
+ for_block
944
+ t
945
+ n
946
+ x
947
+ 17
948
+ processor_options
949
+ i
950
+ 44
951
+ 58
952
+ 37
953
+ 19
954
+ 0
955
+ 15
956
+ 37
957
+ 19
958
+ 1
959
+ 15
960
+ 15
961
+ 21
962
+ 1
963
+ 0
964
+ 20
965
+ 0
966
+ 20
967
+ 1
968
+ 7
969
+ 0
970
+ 49
971
+ 1
972
+ 1
973
+ 9
974
+ 34
975
+ 20
976
+ 1
977
+ 5
978
+ 48
979
+ 2
980
+ 49
981
+ 0
982
+ 1
983
+ 8
984
+ 36
985
+ 20
986
+ 1
987
+ 13
988
+ 18
989
+ 3
990
+ 49
991
+ 3
992
+ 2
993
+ 15
994
+ 11
995
+ I
996
+ 7
997
+ I
998
+ 2
999
+ I
1000
+ 2
1001
+ I
1002
+ 2
1003
+ n
1004
+ p
1005
+ 4
1006
+ x
1007
+ 4
1008
+ call
1009
+ x
1010
+ 11
1011
+ respond_to?
1012
+ x
1013
+ 10
1014
+ attachment
1015
+ x
1016
+ 3
1017
+ []=
1018
+ p
1019
+ 5
1020
+ I
1021
+ 0
1022
+ I
1023
+ 3e
1024
+ I
1025
+ a
1026
+ I
1027
+ 3f
1028
+ I
1029
+ 2c
1030
+ x
1031
+ 58
1032
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1033
+ p
1034
+ 2
1035
+ x
1036
+ 1
1037
+ k
1038
+ x
1039
+ 1
1040
+ v
1041
+ x
1042
+ 4
1043
+ each
1044
+ x
1045
+ 10
1046
+ processors
1047
+ x
1048
+ 8
1049
+ geometry
1050
+ x
1051
+ 6
1052
+ format
1053
+ x
1054
+ 5
1055
+ whiny
1056
+ x
1057
+ 15
1058
+ convert_options
1059
+ M
1060
+ 1
1061
+ p
1062
+ 2
1063
+ x
1064
+ 9
1065
+ for_block
1066
+ t
1067
+ n
1068
+ x
1069
+ 17
1070
+ processor_options
1071
+ i
1072
+ 32
1073
+ 57
1074
+ 19
1075
+ 0
1076
+ 15
1077
+ 5
1078
+ 20
1079
+ 0
1080
+ 47
1081
+ 49
1082
+ 0
1083
+ 1
1084
+ 19
1085
+ 1
1086
+ 13
1087
+ 9
1088
+ 31
1089
+ 15
1090
+ 21
1091
+ 1
1092
+ 0
1093
+ 20
1094
+ 0
1095
+ 20
1096
+ 1
1097
+ 13
1098
+ 18
1099
+ 3
1100
+ 49
1101
+ 1
1102
+ 2
1103
+ 15
1104
+ 11
1105
+ I
1106
+ 7
1107
+ I
1108
+ 2
1109
+ I
1110
+ 1
1111
+ I
1112
+ 1
1113
+ n
1114
+ p
1115
+ 2
1116
+ x
1117
+ 4
1118
+ send
1119
+ x
1120
+ 3
1121
+ []=
1122
+ p
1123
+ 5
1124
+ I
1125
+ 0
1126
+ I
1127
+ 41
1128
+ I
1129
+ 4
1130
+ I
1131
+ 42
1132
+ I
1133
+ 20
1134
+ x
1135
+ 58
1136
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1137
+ p
1138
+ 2
1139
+ x
1140
+ 1
1141
+ k
1142
+ x
1143
+ 3
1144
+ arg
1145
+ p
1146
+ 11
1147
+ I
1148
+ 0
1149
+ I
1150
+ 3c
1151
+ I
1152
+ 0
1153
+ I
1154
+ 3d
1155
+ I
1156
+ a
1157
+ I
1158
+ 3e
1159
+ I
1160
+ 12
1161
+ I
1162
+ 41
1163
+ I
1164
+ 24
1165
+ I
1166
+ 44
1167
+ I
1168
+ 27
1169
+ x
1170
+ 58
1171
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1172
+ p
1173
+ 1
1174
+ x
1175
+ 4
1176
+ args
1177
+ x
1178
+ 2
1179
+ []
1180
+ M
1181
+ 1
1182
+ n
1183
+ n
1184
+ x
1185
+ 2
1186
+ []
1187
+ i
1188
+ 66
1189
+ 7
1190
+ 0
1191
+ 7
1192
+ 1
1193
+ 7
1194
+ 2
1195
+ 7
1196
+ 3
1197
+ 7
1198
+ 4
1199
+ 7
1200
+ 5
1201
+ 35
1202
+ 6
1203
+ 20
1204
+ 0
1205
+ 49
1206
+ 6
1207
+ 1
1208
+ 9
1209
+ 30
1210
+ 5
1211
+ 20
1212
+ 0
1213
+ 47
1214
+ 49
1215
+ 7
1216
+ 1
1217
+ 8
1218
+ 65
1219
+ 5
1220
+ 7
1221
+ 8
1222
+ 49
1223
+ 9
1224
+ 1
1225
+ 9
1226
+ 52
1227
+ 39
1228
+ 8
1229
+ 7
1230
+ 10
1231
+ 5
1232
+ 98
1233
+ 11
1234
+ 3
1235
+ 9
1236
+ 52
1237
+ 7
1238
+ 12
1239
+ 8
1240
+ 53
1241
+ 1
1242
+ 9
1243
+ 64
1244
+ 39
1245
+ 8
1246
+ 20
1247
+ 0
1248
+ 49
1249
+ 10
1250
+ 1
1251
+ 8
1252
+ 65
1253
+ 1
1254
+ 11
1255
+ I
1256
+ 7
1257
+ I
1258
+ 1
1259
+ I
1260
+ 1
1261
+ I
1262
+ 1
1263
+ n
1264
+ p
1265
+ 13
1266
+ x
1267
+ 4
1268
+ name
1269
+ x
1270
+ 15
1271
+ convert_options
1272
+ x
1273
+ 5
1274
+ whiny
1275
+ x
1276
+ 10
1277
+ processors
1278
+ x
1279
+ 8
1280
+ geometry
1281
+ x
1282
+ 6
1283
+ format
1284
+ x
1285
+ 8
1286
+ include?
1287
+ x
1288
+ 4
1289
+ send
1290
+ x
1291
+ 11
1292
+ @other_args
1293
+ x
1294
+ 32
1295
+ __instance_variable_defined_eh__
1296
+ x
1297
+ 2
1298
+ []
1299
+ x
1300
+ 17
1301
+ vm_check_callable
1302
+ s
1303
+ 6
1304
+ method
1305
+ p
1306
+ 13
1307
+ I
1308
+ 0
1309
+ I
1310
+ 49
1311
+ I
1312
+ 0
1313
+ I
1314
+ 4a
1315
+ I
1316
+ 15
1317
+ I
1318
+ 4b
1319
+ I
1320
+ 1e
1321
+ I
1322
+ 4c
1323
+ I
1324
+ 37
1325
+ I
1326
+ 4d
1327
+ I
1328
+ 40
1329
+ I
1330
+ 4c
1331
+ I
1332
+ 42
1333
+ x
1334
+ 58
1335
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1336
+ p
1337
+ 1
1338
+ x
1339
+ 3
1340
+ key
1341
+ x
1342
+ 3
1343
+ []=
1344
+ M
1345
+ 1
1346
+ n
1347
+ n
1348
+ x
1349
+ 3
1350
+ []=
1351
+ i
1352
+ 57
1353
+ 7
1354
+ 0
1355
+ 7
1356
+ 1
1357
+ 7
1358
+ 2
1359
+ 7
1360
+ 3
1361
+ 7
1362
+ 4
1363
+ 7
1364
+ 5
1365
+ 35
1366
+ 6
1367
+ 20
1368
+ 0
1369
+ 49
1370
+ 6
1371
+ 1
1372
+ 9
1373
+ 43
1374
+ 5
1375
+ 20
1376
+ 0
1377
+ 47
1378
+ 49
1379
+ 7
1380
+ 0
1381
+ 7
1382
+ 8
1383
+ 63
1384
+ 2
1385
+ 49
1386
+ 9
1387
+ 0
1388
+ 20
1389
+ 1
1390
+ 47
1391
+ 49
1392
+ 10
1393
+ 2
1394
+ 8
1395
+ 56
1396
+ 39
1397
+ 11
1398
+ 20
1399
+ 0
1400
+ 20
1401
+ 1
1402
+ 13
1403
+ 18
1404
+ 3
1405
+ 49
1406
+ 12
1407
+ 2
1408
+ 15
1409
+ 11
1410
+ I
1411
+ 8
1412
+ I
1413
+ 2
1414
+ I
1415
+ 2
1416
+ I
1417
+ 2
1418
+ n
1419
+ p
1420
+ 13
1421
+ x
1422
+ 4
1423
+ name
1424
+ x
1425
+ 15
1426
+ convert_options
1427
+ x
1428
+ 5
1429
+ whiny
1430
+ x
1431
+ 10
1432
+ processors
1433
+ x
1434
+ 8
1435
+ geometry
1436
+ x
1437
+ 6
1438
+ format
1439
+ x
1440
+ 8
1441
+ include?
1442
+ x
1443
+ 4
1444
+ to_s
1445
+ s
1446
+ 1
1447
+ =
1448
+ x
1449
+ 6
1450
+ intern
1451
+ x
1452
+ 4
1453
+ send
1454
+ x
1455
+ 11
1456
+ @other_args
1457
+ x
1458
+ 3
1459
+ []=
1460
+ p
1461
+ 9
1462
+ I
1463
+ 0
1464
+ I
1465
+ 51
1466
+ I
1467
+ 0
1468
+ I
1469
+ 52
1470
+ I
1471
+ 15
1472
+ I
1473
+ 53
1474
+ I
1475
+ 2b
1476
+ I
1477
+ 55
1478
+ I
1479
+ 39
1480
+ x
1481
+ 58
1482
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1483
+ p
1484
+ 2
1485
+ x
1486
+ 3
1487
+ key
1488
+ x
1489
+ 5
1490
+ value
1491
+ p
1492
+ 21
1493
+ I
1494
+ 2
1495
+ I
1496
+ 9
1497
+ I
1498
+ e
1499
+ I
1500
+ e
1501
+ I
1502
+ 1c
1503
+ I
1504
+ 21
1505
+ I
1506
+ 2a
1507
+ I
1508
+ 26
1509
+ I
1510
+ 38
1511
+ I
1512
+ 2b
1513
+ I
1514
+ 46
1515
+ I
1516
+ 2f
1517
+ I
1518
+ 54
1519
+ I
1520
+ 35
1521
+ I
1522
+ 62
1523
+ I
1524
+ 3c
1525
+ I
1526
+ 70
1527
+ I
1528
+ 49
1529
+ I
1530
+ 7e
1531
+ I
1532
+ 51
1533
+ I
1534
+ 8c
1535
+ x
1536
+ 58
1537
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1538
+ p
1539
+ 0
1540
+ x
1541
+ 13
1542
+ attach_method
1543
+ p
1544
+ 3
1545
+ I
1546
+ 2
1547
+ I
1548
+ 7
1549
+ I
1550
+ 1d
1551
+ x
1552
+ 58
1553
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1554
+ p
1555
+ 0
1556
+ x
1557
+ 13
1558
+ attach_method
1559
+ p
1560
+ 3
1561
+ I
1562
+ 0
1563
+ I
1564
+ 2
1565
+ I
1566
+ 1c
1567
+ x
1568
+ 58
1569
+ /Users/jyurek/Development/paperclip/lib/paperclip/style.rb
1570
+ p
1571
+ 0