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
@@ -1,4 +1,4 @@
1
- require 'test/helper'
1
+ require './test/helper'
2
2
 
3
3
  class InterpolationsTest < Test::Unit::TestCase
4
4
  should "return all methods but the infrastructure when sent #all" do
@@ -0,0 +1,3432 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 44
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 7
24
+ 2
25
+ 45
26
+ 3
27
+ 4
28
+ 43
29
+ 5
30
+ 43
31
+ 6
32
+ 65
33
+ 49
34
+ 7
35
+ 3
36
+ 13
37
+ 99
38
+ 12
39
+ 7
40
+ 8
41
+ 12
42
+ 7
43
+ 9
44
+ 12
45
+ 65
46
+ 12
47
+ 49
48
+ 10
49
+ 4
50
+ 15
51
+ 49
52
+ 8
53
+ 0
54
+ 15
55
+ 2
56
+ 11
57
+ I
58
+ 6
59
+ I
60
+ 0
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ n
66
+ p
67
+ 11
68
+ s
69
+ 13
70
+ ./test/helper
71
+ x
72
+ 7
73
+ require
74
+ x
75
+ 18
76
+ InterpolationsTest
77
+ x
78
+ 4
79
+ Test
80
+ n
81
+ x
82
+ 4
83
+ Unit
84
+ x
85
+ 8
86
+ TestCase
87
+ x
88
+ 10
89
+ open_class
90
+ x
91
+ 14
92
+ __class_init__
93
+ M
94
+ 1
95
+ n
96
+ n
97
+ x
98
+ 18
99
+ InterpolationsTest
100
+ i
101
+ 211
102
+ 5
103
+ 66
104
+ 5
105
+ 7
106
+ 0
107
+ 64
108
+ 56
109
+ 1
110
+ 47
111
+ 50
112
+ 2
113
+ 1
114
+ 15
115
+ 5
116
+ 7
117
+ 3
118
+ 64
119
+ 56
120
+ 4
121
+ 47
122
+ 50
123
+ 2
124
+ 1
125
+ 15
126
+ 5
127
+ 7
128
+ 5
129
+ 64
130
+ 56
131
+ 6
132
+ 47
133
+ 50
134
+ 2
135
+ 1
136
+ 15
137
+ 5
138
+ 7
139
+ 7
140
+ 64
141
+ 56
142
+ 8
143
+ 47
144
+ 50
145
+ 2
146
+ 1
147
+ 15
148
+ 5
149
+ 7
150
+ 9
151
+ 64
152
+ 56
153
+ 10
154
+ 47
155
+ 50
156
+ 2
157
+ 1
158
+ 15
159
+ 5
160
+ 7
161
+ 11
162
+ 64
163
+ 56
164
+ 12
165
+ 47
166
+ 50
167
+ 2
168
+ 1
169
+ 15
170
+ 5
171
+ 7
172
+ 13
173
+ 64
174
+ 56
175
+ 14
176
+ 47
177
+ 50
178
+ 2
179
+ 1
180
+ 15
181
+ 5
182
+ 7
183
+ 15
184
+ 64
185
+ 56
186
+ 16
187
+ 47
188
+ 50
189
+ 2
190
+ 1
191
+ 15
192
+ 5
193
+ 7
194
+ 17
195
+ 64
196
+ 56
197
+ 18
198
+ 47
199
+ 50
200
+ 2
201
+ 1
202
+ 15
203
+ 5
204
+ 7
205
+ 19
206
+ 64
207
+ 56
208
+ 20
209
+ 47
210
+ 50
211
+ 2
212
+ 1
213
+ 15
214
+ 5
215
+ 7
216
+ 21
217
+ 64
218
+ 56
219
+ 22
220
+ 47
221
+ 50
222
+ 2
223
+ 1
224
+ 15
225
+ 5
226
+ 7
227
+ 23
228
+ 64
229
+ 56
230
+ 24
231
+ 47
232
+ 50
233
+ 2
234
+ 1
235
+ 15
236
+ 5
237
+ 7
238
+ 25
239
+ 64
240
+ 56
241
+ 26
242
+ 47
243
+ 50
244
+ 2
245
+ 1
246
+ 15
247
+ 5
248
+ 7
249
+ 27
250
+ 64
251
+ 56
252
+ 28
253
+ 47
254
+ 50
255
+ 2
256
+ 1
257
+ 15
258
+ 5
259
+ 7
260
+ 29
261
+ 64
262
+ 56
263
+ 30
264
+ 47
265
+ 50
266
+ 2
267
+ 1
268
+ 15
269
+ 5
270
+ 7
271
+ 31
272
+ 64
273
+ 56
274
+ 32
275
+ 47
276
+ 50
277
+ 2
278
+ 1
279
+ 15
280
+ 5
281
+ 7
282
+ 33
283
+ 64
284
+ 56
285
+ 34
286
+ 47
287
+ 50
288
+ 2
289
+ 1
290
+ 15
291
+ 5
292
+ 7
293
+ 35
294
+ 64
295
+ 56
296
+ 36
297
+ 47
298
+ 50
299
+ 2
300
+ 1
301
+ 15
302
+ 5
303
+ 7
304
+ 37
305
+ 64
306
+ 56
307
+ 38
308
+ 47
309
+ 50
310
+ 2
311
+ 1
312
+ 11
313
+ I
314
+ 3
315
+ I
316
+ 0
317
+ I
318
+ 0
319
+ I
320
+ 0
321
+ n
322
+ p
323
+ 39
324
+ s
325
+ 56
326
+ return all methods but the infrastructure when sent #all
327
+ M
328
+ 1
329
+ p
330
+ 2
331
+ x
332
+ 9
333
+ for_block
334
+ t
335
+ n
336
+ x
337
+ 18
338
+ InterpolationsTest
339
+ i
340
+ 76
341
+ 45
342
+ 0
343
+ 1
344
+ 43
345
+ 2
346
+ 49
347
+ 3
348
+ 0
349
+ 19
350
+ 0
351
+ 15
352
+ 5
353
+ 20
354
+ 0
355
+ 7
356
+ 4
357
+ 49
358
+ 5
359
+ 1
360
+ 10
361
+ 24
362
+ 2
363
+ 8
364
+ 25
365
+ 3
366
+ 47
367
+ 49
368
+ 6
369
+ 1
370
+ 15
371
+ 5
372
+ 20
373
+ 0
374
+ 7
375
+ 7
376
+ 49
377
+ 5
378
+ 1
379
+ 10
380
+ 43
381
+ 2
382
+ 8
383
+ 44
384
+ 3
385
+ 47
386
+ 49
387
+ 6
388
+ 1
389
+ 15
390
+ 5
391
+ 20
392
+ 0
393
+ 7
394
+ 3
395
+ 49
396
+ 5
397
+ 1
398
+ 10
399
+ 62
400
+ 2
401
+ 8
402
+ 63
403
+ 3
404
+ 47
405
+ 49
406
+ 6
407
+ 1
408
+ 15
409
+ 20
410
+ 0
411
+ 56
412
+ 8
413
+ 50
414
+ 9
415
+ 0
416
+ 11
417
+ I
418
+ 5
419
+ I
420
+ 1
421
+ I
422
+ 0
423
+ I
424
+ 0
425
+ I
426
+ -2
427
+ p
428
+ 10
429
+ x
430
+ 9
431
+ Paperclip
432
+ n
433
+ x
434
+ 14
435
+ Interpolations
436
+ x
437
+ 3
438
+ all
439
+ x
440
+ 2
441
+ []
442
+ x
443
+ 8
444
+ include?
445
+ x
446
+ 6
447
+ assert
448
+ x
449
+ 3
450
+ []=
451
+ M
452
+ 1
453
+ p
454
+ 2
455
+ x
456
+ 9
457
+ for_block
458
+ t
459
+ n
460
+ x
461
+ 18
462
+ InterpolationsTest
463
+ i
464
+ 20
465
+ 57
466
+ 19
467
+ 0
468
+ 15
469
+ 5
470
+ 45
471
+ 0
472
+ 1
473
+ 43
474
+ 2
475
+ 20
476
+ 0
477
+ 49
478
+ 3
479
+ 1
480
+ 47
481
+ 49
482
+ 4
483
+ 1
484
+ 11
485
+ I
486
+ 5
487
+ I
488
+ 1
489
+ I
490
+ 1
491
+ I
492
+ 1
493
+ n
494
+ p
495
+ 5
496
+ x
497
+ 9
498
+ Paperclip
499
+ n
500
+ x
501
+ 14
502
+ Interpolations
503
+ x
504
+ 11
505
+ respond_to?
506
+ x
507
+ 6
508
+ assert
509
+ p
510
+ 5
511
+ I
512
+ 0
513
+ I
514
+ 9
515
+ I
516
+ 4
517
+ I
518
+ a
519
+ I
520
+ 14
521
+ x
522
+ 63
523
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
524
+ p
525
+ 1
526
+ x
527
+ 1
528
+ m
529
+ x
530
+ 4
531
+ each
532
+ p
533
+ 13
534
+ I
535
+ 0
536
+ I
537
+ 4
538
+ I
539
+ 0
540
+ I
541
+ 5
542
+ I
543
+ b
544
+ I
545
+ 6
546
+ I
547
+ 1e
548
+ I
549
+ 7
550
+ I
551
+ 31
552
+ I
553
+ 8
554
+ I
555
+ 44
556
+ I
557
+ 9
558
+ I
559
+ 4c
560
+ x
561
+ 63
562
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
563
+ p
564
+ 1
565
+ x
566
+ 7
567
+ methods
568
+ x
569
+ 6
570
+ should
571
+ s
572
+ 21
573
+ return the Rails.root
574
+ M
575
+ 1
576
+ p
577
+ 2
578
+ x
579
+ 9
580
+ for_block
581
+ t
582
+ n
583
+ x
584
+ 18
585
+ InterpolationsTest
586
+ i
587
+ 24
588
+ 5
589
+ 45
590
+ 0
591
+ 1
592
+ 49
593
+ 2
594
+ 0
595
+ 45
596
+ 3
597
+ 4
598
+ 43
599
+ 5
600
+ 7
601
+ 6
602
+ 7
603
+ 7
604
+ 49
605
+ 8
606
+ 2
607
+ 47
608
+ 49
609
+ 9
610
+ 2
611
+ 11
612
+ I
613
+ 6
614
+ I
615
+ 0
616
+ I
617
+ 0
618
+ I
619
+ 0
620
+ I
621
+ -2
622
+ p
623
+ 10
624
+ x
625
+ 5
626
+ Rails
627
+ n
628
+ x
629
+ 4
630
+ root
631
+ x
632
+ 9
633
+ Paperclip
634
+ n
635
+ x
636
+ 14
637
+ Interpolations
638
+ x
639
+ 10
640
+ attachment
641
+ x
642
+ 5
643
+ style
644
+ x
645
+ 10
646
+ rails_root
647
+ x
648
+ 12
649
+ assert_equal
650
+ p
651
+ 5
652
+ I
653
+ 0
654
+ I
655
+ e
656
+ I
657
+ 0
658
+ I
659
+ f
660
+ I
661
+ 18
662
+ x
663
+ 63
664
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
665
+ p
666
+ 0
667
+ s
668
+ 20
669
+ return the Rails.env
670
+ M
671
+ 1
672
+ p
673
+ 2
674
+ x
675
+ 9
676
+ for_block
677
+ t
678
+ n
679
+ x
680
+ 18
681
+ InterpolationsTest
682
+ i
683
+ 24
684
+ 5
685
+ 45
686
+ 0
687
+ 1
688
+ 49
689
+ 2
690
+ 0
691
+ 45
692
+ 3
693
+ 4
694
+ 43
695
+ 5
696
+ 7
697
+ 6
698
+ 7
699
+ 7
700
+ 49
701
+ 8
702
+ 2
703
+ 47
704
+ 49
705
+ 9
706
+ 2
707
+ 11
708
+ I
709
+ 6
710
+ I
711
+ 0
712
+ I
713
+ 0
714
+ I
715
+ 0
716
+ I
717
+ -2
718
+ p
719
+ 10
720
+ x
721
+ 5
722
+ Rails
723
+ n
724
+ x
725
+ 3
726
+ env
727
+ x
728
+ 9
729
+ Paperclip
730
+ n
731
+ x
732
+ 14
733
+ Interpolations
734
+ x
735
+ 10
736
+ attachment
737
+ x
738
+ 5
739
+ style
740
+ x
741
+ 9
742
+ rails_env
743
+ x
744
+ 12
745
+ assert_equal
746
+ p
747
+ 5
748
+ I
749
+ 0
750
+ I
751
+ 12
752
+ I
753
+ 0
754
+ I
755
+ 13
756
+ I
757
+ 18
758
+ x
759
+ 63
760
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
761
+ p
762
+ 0
763
+ s
764
+ 72
765
+ return the class of the Interpolations module when called with no params
766
+ M
767
+ 1
768
+ p
769
+ 2
770
+ x
771
+ 9
772
+ for_block
773
+ t
774
+ n
775
+ x
776
+ 18
777
+ InterpolationsTest
778
+ i
779
+ 17
780
+ 5
781
+ 45
782
+ 0
783
+ 1
784
+ 45
785
+ 2
786
+ 3
787
+ 43
788
+ 4
789
+ 49
790
+ 5
791
+ 0
792
+ 47
793
+ 49
794
+ 6
795
+ 2
796
+ 11
797
+ I
798
+ 4
799
+ I
800
+ 0
801
+ I
802
+ 0
803
+ I
804
+ 0
805
+ I
806
+ -2
807
+ p
808
+ 7
809
+ x
810
+ 6
811
+ Module
812
+ n
813
+ x
814
+ 9
815
+ Paperclip
816
+ n
817
+ x
818
+ 14
819
+ Interpolations
820
+ x
821
+ 5
822
+ class
823
+ x
824
+ 12
825
+ assert_equal
826
+ p
827
+ 5
828
+ I
829
+ 0
830
+ I
831
+ 16
832
+ I
833
+ 0
834
+ I
835
+ 17
836
+ I
837
+ 11
838
+ x
839
+ 63
840
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
841
+ p
842
+ 0
843
+ s
844
+ 32
845
+ return the class of the instance
846
+ M
847
+ 1
848
+ p
849
+ 2
850
+ x
851
+ 9
852
+ for_block
853
+ t
854
+ n
855
+ x
856
+ 18
857
+ InterpolationsTest
858
+ i
859
+ 54
860
+ 5
861
+ 48
862
+ 0
863
+ 19
864
+ 0
865
+ 15
866
+ 20
867
+ 0
868
+ 7
869
+ 1
870
+ 49
871
+ 2
872
+ 1
873
+ 20
874
+ 0
875
+ 49
876
+ 3
877
+ 1
878
+ 15
879
+ 20
880
+ 0
881
+ 7
882
+ 4
883
+ 49
884
+ 2
885
+ 1
886
+ 7
887
+ 5
888
+ 64
889
+ 49
890
+ 3
891
+ 1
892
+ 15
893
+ 5
894
+ 7
895
+ 6
896
+ 64
897
+ 45
898
+ 7
899
+ 8
900
+ 43
901
+ 9
902
+ 20
903
+ 0
904
+ 7
905
+ 10
906
+ 49
907
+ 4
908
+ 2
909
+ 47
910
+ 49
911
+ 11
912
+ 2
913
+ 11
914
+ I
915
+ 7
916
+ I
917
+ 1
918
+ I
919
+ 0
920
+ I
921
+ 0
922
+ I
923
+ -2
924
+ p
925
+ 12
926
+ x
927
+ 4
928
+ mock
929
+ x
930
+ 8
931
+ instance
932
+ x
933
+ 7
934
+ expects
935
+ x
936
+ 7
937
+ returns
938
+ x
939
+ 5
940
+ class
941
+ s
942
+ 5
943
+ Thing
944
+ s
945
+ 6
946
+ things
947
+ x
948
+ 9
949
+ Paperclip
950
+ n
951
+ x
952
+ 14
953
+ Interpolations
954
+ x
955
+ 5
956
+ style
957
+ x
958
+ 12
959
+ assert_equal
960
+ p
961
+ 11
962
+ I
963
+ 0
964
+ I
965
+ 1a
966
+ I
967
+ 0
968
+ I
969
+ 1b
970
+ I
971
+ 6
972
+ I
973
+ 1c
974
+ I
975
+ 13
976
+ I
977
+ 1d
978
+ I
979
+ 21
980
+ I
981
+ 1e
982
+ I
983
+ 36
984
+ x
985
+ 63
986
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
987
+ p
988
+ 1
989
+ x
990
+ 10
991
+ attachment
992
+ s
993
+ 31
994
+ return the basename of the file
995
+ M
996
+ 1
997
+ p
998
+ 2
999
+ x
1000
+ 9
1001
+ for_block
1002
+ t
1003
+ n
1004
+ x
1005
+ 18
1006
+ InterpolationsTest
1007
+ i
1008
+ 45
1009
+ 5
1010
+ 48
1011
+ 0
1012
+ 19
1013
+ 0
1014
+ 15
1015
+ 20
1016
+ 0
1017
+ 7
1018
+ 1
1019
+ 49
1020
+ 2
1021
+ 1
1022
+ 7
1023
+ 3
1024
+ 64
1025
+ 49
1026
+ 4
1027
+ 1
1028
+ 80
1029
+ 49
1030
+ 5
1031
+ 1
1032
+ 15
1033
+ 5
1034
+ 7
1035
+ 6
1036
+ 64
1037
+ 45
1038
+ 7
1039
+ 8
1040
+ 43
1041
+ 9
1042
+ 20
1043
+ 0
1044
+ 7
1045
+ 10
1046
+ 49
1047
+ 11
1048
+ 2
1049
+ 47
1050
+ 49
1051
+ 12
1052
+ 2
1053
+ 11
1054
+ I
1055
+ 7
1056
+ I
1057
+ 1
1058
+ I
1059
+ 0
1060
+ I
1061
+ 0
1062
+ I
1063
+ -2
1064
+ p
1065
+ 13
1066
+ x
1067
+ 4
1068
+ mock
1069
+ x
1070
+ 17
1071
+ original_filename
1072
+ x
1073
+ 7
1074
+ expects
1075
+ s
1076
+ 7
1077
+ one.jpg
1078
+ x
1079
+ 7
1080
+ returns
1081
+ x
1082
+ 5
1083
+ times
1084
+ s
1085
+ 3
1086
+ one
1087
+ x
1088
+ 9
1089
+ Paperclip
1090
+ n
1091
+ x
1092
+ 14
1093
+ Interpolations
1094
+ x
1095
+ 5
1096
+ style
1097
+ x
1098
+ 8
1099
+ basename
1100
+ x
1101
+ 12
1102
+ assert_equal
1103
+ p
1104
+ 9
1105
+ I
1106
+ 0
1107
+ I
1108
+ 21
1109
+ I
1110
+ 0
1111
+ I
1112
+ 22
1113
+ I
1114
+ 6
1115
+ I
1116
+ 23
1117
+ I
1118
+ 18
1119
+ I
1120
+ 24
1121
+ I
1122
+ 2d
1123
+ x
1124
+ 63
1125
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1126
+ p
1127
+ 1
1128
+ x
1129
+ 10
1130
+ attachment
1131
+ s
1132
+ 32
1133
+ return the extension of the file
1134
+ M
1135
+ 1
1136
+ p
1137
+ 2
1138
+ x
1139
+ 9
1140
+ for_block
1141
+ t
1142
+ n
1143
+ x
1144
+ 18
1145
+ InterpolationsTest
1146
+ i
1147
+ 59
1148
+ 5
1149
+ 48
1150
+ 0
1151
+ 19
1152
+ 0
1153
+ 15
1154
+ 20
1155
+ 0
1156
+ 7
1157
+ 1
1158
+ 49
1159
+ 2
1160
+ 1
1161
+ 7
1162
+ 3
1163
+ 64
1164
+ 49
1165
+ 4
1166
+ 1
1167
+ 15
1168
+ 20
1169
+ 0
1170
+ 7
1171
+ 5
1172
+ 49
1173
+ 2
1174
+ 1
1175
+ 44
1176
+ 43
1177
+ 6
1178
+ 78
1179
+ 49
1180
+ 7
1181
+ 1
1182
+ 49
1183
+ 4
1184
+ 1
1185
+ 15
1186
+ 5
1187
+ 7
1188
+ 8
1189
+ 64
1190
+ 45
1191
+ 9
1192
+ 10
1193
+ 43
1194
+ 11
1195
+ 20
1196
+ 0
1197
+ 7
1198
+ 12
1199
+ 49
1200
+ 13
1201
+ 2
1202
+ 47
1203
+ 49
1204
+ 14
1205
+ 2
1206
+ 11
1207
+ I
1208
+ 7
1209
+ I
1210
+ 1
1211
+ I
1212
+ 0
1213
+ I
1214
+ 0
1215
+ I
1216
+ -2
1217
+ p
1218
+ 15
1219
+ x
1220
+ 4
1221
+ mock
1222
+ x
1223
+ 17
1224
+ original_filename
1225
+ x
1226
+ 7
1227
+ expects
1228
+ s
1229
+ 7
1230
+ one.jpg
1231
+ x
1232
+ 7
1233
+ returns
1234
+ x
1235
+ 6
1236
+ styles
1237
+ x
1238
+ 4
1239
+ Hash
1240
+ x
1241
+ 16
1242
+ new_from_literal
1243
+ s
1244
+ 3
1245
+ jpg
1246
+ x
1247
+ 9
1248
+ Paperclip
1249
+ n
1250
+ x
1251
+ 14
1252
+ Interpolations
1253
+ x
1254
+ 5
1255
+ style
1256
+ x
1257
+ 9
1258
+ extension
1259
+ x
1260
+ 12
1261
+ assert_equal
1262
+ p
1263
+ 11
1264
+ I
1265
+ 0
1266
+ I
1267
+ 27
1268
+ I
1269
+ 0
1270
+ I
1271
+ 28
1272
+ I
1273
+ 6
1274
+ I
1275
+ 29
1276
+ I
1277
+ 14
1278
+ I
1279
+ 2a
1280
+ I
1281
+ 26
1282
+ I
1283
+ 2b
1284
+ I
1285
+ 3b
1286
+ x
1287
+ 63
1288
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1289
+ p
1290
+ 1
1291
+ x
1292
+ 10
1293
+ attachment
1294
+ s
1295
+ 70
1296
+ return the extension of the file as the format if defined in the style
1297
+ M
1298
+ 1
1299
+ p
1300
+ 2
1301
+ x
1302
+ 9
1303
+ for_block
1304
+ t
1305
+ n
1306
+ x
1307
+ 18
1308
+ InterpolationsTest
1309
+ i
1310
+ 80
1311
+ 5
1312
+ 48
1313
+ 0
1314
+ 19
1315
+ 0
1316
+ 15
1317
+ 20
1318
+ 0
1319
+ 7
1320
+ 1
1321
+ 49
1322
+ 2
1323
+ 1
1324
+ 49
1325
+ 3
1326
+ 0
1327
+ 15
1328
+ 20
1329
+ 0
1330
+ 7
1331
+ 4
1332
+ 49
1333
+ 2
1334
+ 1
1335
+ 44
1336
+ 43
1337
+ 5
1338
+ 79
1339
+ 49
1340
+ 6
1341
+ 1
1342
+ 13
1343
+ 7
1344
+ 7
1345
+ 44
1346
+ 43
1347
+ 5
1348
+ 79
1349
+ 49
1350
+ 6
1351
+ 1
1352
+ 13
1353
+ 7
1354
+ 8
1355
+ 7
1356
+ 9
1357
+ 64
1358
+ 49
1359
+ 10
1360
+ 2
1361
+ 15
1362
+ 49
1363
+ 10
1364
+ 2
1365
+ 15
1366
+ 49
1367
+ 11
1368
+ 1
1369
+ 15
1370
+ 5
1371
+ 7
1372
+ 9
1373
+ 64
1374
+ 45
1375
+ 12
1376
+ 13
1377
+ 43
1378
+ 14
1379
+ 20
1380
+ 0
1381
+ 7
1382
+ 7
1383
+ 49
1384
+ 15
1385
+ 2
1386
+ 47
1387
+ 49
1388
+ 16
1389
+ 2
1390
+ 11
1391
+ I
1392
+ a
1393
+ I
1394
+ 1
1395
+ I
1396
+ 0
1397
+ I
1398
+ 0
1399
+ I
1400
+ -2
1401
+ p
1402
+ 17
1403
+ x
1404
+ 4
1405
+ mock
1406
+ x
1407
+ 17
1408
+ original_filename
1409
+ x
1410
+ 7
1411
+ expects
1412
+ x
1413
+ 5
1414
+ never
1415
+ x
1416
+ 6
1417
+ styles
1418
+ x
1419
+ 4
1420
+ Hash
1421
+ x
1422
+ 16
1423
+ new_from_literal
1424
+ x
1425
+ 5
1426
+ style
1427
+ x
1428
+ 6
1429
+ format
1430
+ s
1431
+ 3
1432
+ png
1433
+ x
1434
+ 3
1435
+ []=
1436
+ x
1437
+ 7
1438
+ returns
1439
+ x
1440
+ 9
1441
+ Paperclip
1442
+ n
1443
+ x
1444
+ 14
1445
+ Interpolations
1446
+ x
1447
+ 9
1448
+ extension
1449
+ x
1450
+ 12
1451
+ assert_equal
1452
+ p
1453
+ 11
1454
+ I
1455
+ 0
1456
+ I
1457
+ 2e
1458
+ I
1459
+ 0
1460
+ I
1461
+ 2f
1462
+ I
1463
+ 6
1464
+ I
1465
+ 30
1466
+ I
1467
+ 11
1468
+ I
1469
+ 31
1470
+ I
1471
+ 3b
1472
+ I
1473
+ 32
1474
+ I
1475
+ 50
1476
+ x
1477
+ 63
1478
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1479
+ p
1480
+ 1
1481
+ x
1482
+ 10
1483
+ attachment
1484
+ s
1485
+ 31
1486
+ return the id of the attachment
1487
+ M
1488
+ 1
1489
+ p
1490
+ 2
1491
+ x
1492
+ 9
1493
+ for_block
1494
+ t
1495
+ n
1496
+ x
1497
+ 18
1498
+ InterpolationsTest
1499
+ i
1500
+ 52
1501
+ 5
1502
+ 48
1503
+ 0
1504
+ 19
1505
+ 0
1506
+ 15
1507
+ 20
1508
+ 0
1509
+ 7
1510
+ 1
1511
+ 49
1512
+ 2
1513
+ 1
1514
+ 4
1515
+ 23
1516
+ 49
1517
+ 3
1518
+ 1
1519
+ 15
1520
+ 20
1521
+ 0
1522
+ 7
1523
+ 4
1524
+ 49
1525
+ 2
1526
+ 1
1527
+ 20
1528
+ 0
1529
+ 49
1530
+ 3
1531
+ 1
1532
+ 15
1533
+ 5
1534
+ 4
1535
+ 23
1536
+ 45
1537
+ 5
1538
+ 6
1539
+ 43
1540
+ 7
1541
+ 20
1542
+ 0
1543
+ 7
1544
+ 8
1545
+ 49
1546
+ 1
1547
+ 2
1548
+ 47
1549
+ 49
1550
+ 9
1551
+ 2
1552
+ 11
1553
+ I
1554
+ 7
1555
+ I
1556
+ 1
1557
+ I
1558
+ 0
1559
+ I
1560
+ 0
1561
+ I
1562
+ -2
1563
+ p
1564
+ 10
1565
+ x
1566
+ 4
1567
+ mock
1568
+ x
1569
+ 2
1570
+ id
1571
+ x
1572
+ 7
1573
+ expects
1574
+ x
1575
+ 7
1576
+ returns
1577
+ x
1578
+ 8
1579
+ instance
1580
+ x
1581
+ 9
1582
+ Paperclip
1583
+ n
1584
+ x
1585
+ 14
1586
+ Interpolations
1587
+ x
1588
+ 5
1589
+ style
1590
+ x
1591
+ 12
1592
+ assert_equal
1593
+ p
1594
+ 11
1595
+ I
1596
+ 0
1597
+ I
1598
+ 35
1599
+ I
1600
+ 0
1601
+ I
1602
+ 36
1603
+ I
1604
+ 6
1605
+ I
1606
+ 37
1607
+ I
1608
+ 13
1609
+ I
1610
+ 38
1611
+ I
1612
+ 20
1613
+ I
1614
+ 39
1615
+ I
1616
+ 34
1617
+ x
1618
+ 63
1619
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1620
+ p
1621
+ 1
1622
+ x
1623
+ 10
1624
+ attachment
1625
+ s
1626
+ 43
1627
+ return the partitioned id of the attachment
1628
+ M
1629
+ 1
1630
+ p
1631
+ 2
1632
+ x
1633
+ 9
1634
+ for_block
1635
+ t
1636
+ n
1637
+ x
1638
+ 18
1639
+ InterpolationsTest
1640
+ i
1641
+ 53
1642
+ 5
1643
+ 48
1644
+ 0
1645
+ 19
1646
+ 0
1647
+ 15
1648
+ 20
1649
+ 0
1650
+ 7
1651
+ 1
1652
+ 49
1653
+ 2
1654
+ 1
1655
+ 4
1656
+ 23
1657
+ 49
1658
+ 3
1659
+ 1
1660
+ 15
1661
+ 20
1662
+ 0
1663
+ 7
1664
+ 4
1665
+ 49
1666
+ 2
1667
+ 1
1668
+ 20
1669
+ 0
1670
+ 49
1671
+ 3
1672
+ 1
1673
+ 15
1674
+ 5
1675
+ 7
1676
+ 5
1677
+ 64
1678
+ 45
1679
+ 6
1680
+ 7
1681
+ 43
1682
+ 8
1683
+ 20
1684
+ 0
1685
+ 7
1686
+ 9
1687
+ 49
1688
+ 10
1689
+ 2
1690
+ 47
1691
+ 49
1692
+ 11
1693
+ 2
1694
+ 11
1695
+ I
1696
+ 7
1697
+ I
1698
+ 1
1699
+ I
1700
+ 0
1701
+ I
1702
+ 0
1703
+ I
1704
+ -2
1705
+ p
1706
+ 12
1707
+ x
1708
+ 4
1709
+ mock
1710
+ x
1711
+ 2
1712
+ id
1713
+ x
1714
+ 7
1715
+ expects
1716
+ x
1717
+ 7
1718
+ returns
1719
+ x
1720
+ 8
1721
+ instance
1722
+ s
1723
+ 11
1724
+ 000/000/023
1725
+ x
1726
+ 9
1727
+ Paperclip
1728
+ n
1729
+ x
1730
+ 14
1731
+ Interpolations
1732
+ x
1733
+ 5
1734
+ style
1735
+ x
1736
+ 12
1737
+ id_partition
1738
+ x
1739
+ 12
1740
+ assert_equal
1741
+ p
1742
+ 11
1743
+ I
1744
+ 0
1745
+ I
1746
+ 3c
1747
+ I
1748
+ 0
1749
+ I
1750
+ 3d
1751
+ I
1752
+ 6
1753
+ I
1754
+ 3e
1755
+ I
1756
+ 13
1757
+ I
1758
+ 3f
1759
+ I
1760
+ 20
1761
+ I
1762
+ 40
1763
+ I
1764
+ 35
1765
+ x
1766
+ 63
1767
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1768
+ p
1769
+ 1
1770
+ x
1771
+ 10
1772
+ attachment
1773
+ s
1774
+ 33
1775
+ return the name of the attachment
1776
+ M
1777
+ 1
1778
+ p
1779
+ 2
1780
+ x
1781
+ 9
1782
+ for_block
1783
+ t
1784
+ n
1785
+ x
1786
+ 18
1787
+ InterpolationsTest
1788
+ i
1789
+ 41
1790
+ 5
1791
+ 48
1792
+ 0
1793
+ 19
1794
+ 0
1795
+ 15
1796
+ 20
1797
+ 0
1798
+ 7
1799
+ 1
1800
+ 49
1801
+ 2
1802
+ 1
1803
+ 7
1804
+ 3
1805
+ 64
1806
+ 49
1807
+ 4
1808
+ 1
1809
+ 15
1810
+ 5
1811
+ 7
1812
+ 5
1813
+ 64
1814
+ 45
1815
+ 6
1816
+ 7
1817
+ 43
1818
+ 8
1819
+ 20
1820
+ 0
1821
+ 7
1822
+ 9
1823
+ 49
1824
+ 10
1825
+ 2
1826
+ 47
1827
+ 49
1828
+ 11
1829
+ 2
1830
+ 11
1831
+ I
1832
+ 7
1833
+ I
1834
+ 1
1835
+ I
1836
+ 0
1837
+ I
1838
+ 0
1839
+ I
1840
+ -2
1841
+ p
1842
+ 12
1843
+ x
1844
+ 4
1845
+ mock
1846
+ x
1847
+ 4
1848
+ name
1849
+ x
1850
+ 7
1851
+ expects
1852
+ s
1853
+ 4
1854
+ file
1855
+ x
1856
+ 7
1857
+ returns
1858
+ s
1859
+ 5
1860
+ files
1861
+ x
1862
+ 9
1863
+ Paperclip
1864
+ n
1865
+ x
1866
+ 14
1867
+ Interpolations
1868
+ x
1869
+ 5
1870
+ style
1871
+ x
1872
+ 10
1873
+ attachment
1874
+ x
1875
+ 12
1876
+ assert_equal
1877
+ p
1878
+ 9
1879
+ I
1880
+ 0
1881
+ I
1882
+ 43
1883
+ I
1884
+ 0
1885
+ I
1886
+ 44
1887
+ I
1888
+ 6
1889
+ I
1890
+ 45
1891
+ I
1892
+ 14
1893
+ I
1894
+ 46
1895
+ I
1896
+ 29
1897
+ x
1898
+ 63
1899
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1900
+ p
1901
+ 1
1902
+ x
1903
+ 10
1904
+ attachment
1905
+ s
1906
+ 16
1907
+ return the style
1908
+ M
1909
+ 1
1910
+ p
1911
+ 2
1912
+ x
1913
+ 9
1914
+ for_block
1915
+ t
1916
+ n
1917
+ x
1918
+ 18
1919
+ InterpolationsTest
1920
+ i
1921
+ 20
1922
+ 5
1923
+ 7
1924
+ 0
1925
+ 45
1926
+ 1
1927
+ 2
1928
+ 43
1929
+ 3
1930
+ 7
1931
+ 4
1932
+ 7
1933
+ 0
1934
+ 49
1935
+ 0
1936
+ 2
1937
+ 47
1938
+ 49
1939
+ 5
1940
+ 2
1941
+ 11
1942
+ I
1943
+ 6
1944
+ I
1945
+ 0
1946
+ I
1947
+ 0
1948
+ I
1949
+ 0
1950
+ I
1951
+ -2
1952
+ p
1953
+ 6
1954
+ x
1955
+ 5
1956
+ style
1957
+ x
1958
+ 9
1959
+ Paperclip
1960
+ n
1961
+ x
1962
+ 14
1963
+ Interpolations
1964
+ x
1965
+ 10
1966
+ attachment
1967
+ x
1968
+ 12
1969
+ assert_equal
1970
+ p
1971
+ 5
1972
+ I
1973
+ 0
1974
+ I
1975
+ 49
1976
+ I
1977
+ 0
1978
+ I
1979
+ 4a
1980
+ I
1981
+ 14
1982
+ x
1983
+ 63
1984
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
1985
+ p
1986
+ 0
1987
+ s
1988
+ 24
1989
+ return the default style
1990
+ M
1991
+ 1
1992
+ p
1993
+ 2
1994
+ x
1995
+ 9
1996
+ for_block
1997
+ t
1998
+ n
1999
+ x
2000
+ 18
2001
+ InterpolationsTest
2002
+ i
2003
+ 38
2004
+ 5
2005
+ 48
2006
+ 0
2007
+ 19
2008
+ 0
2009
+ 15
2010
+ 20
2011
+ 0
2012
+ 7
2013
+ 1
2014
+ 49
2015
+ 2
2016
+ 1
2017
+ 7
2018
+ 1
2019
+ 49
2020
+ 3
2021
+ 1
2022
+ 15
2023
+ 5
2024
+ 7
2025
+ 1
2026
+ 45
2027
+ 4
2028
+ 5
2029
+ 43
2030
+ 6
2031
+ 20
2032
+ 0
2033
+ 1
2034
+ 49
2035
+ 7
2036
+ 2
2037
+ 47
2038
+ 49
2039
+ 8
2040
+ 2
2041
+ 11
2042
+ I
2043
+ 7
2044
+ I
2045
+ 1
2046
+ I
2047
+ 0
2048
+ I
2049
+ 0
2050
+ I
2051
+ -2
2052
+ p
2053
+ 9
2054
+ x
2055
+ 4
2056
+ mock
2057
+ x
2058
+ 13
2059
+ default_style
2060
+ x
2061
+ 7
2062
+ expects
2063
+ x
2064
+ 7
2065
+ returns
2066
+ x
2067
+ 9
2068
+ Paperclip
2069
+ n
2070
+ x
2071
+ 14
2072
+ Interpolations
2073
+ x
2074
+ 5
2075
+ style
2076
+ x
2077
+ 12
2078
+ assert_equal
2079
+ p
2080
+ 9
2081
+ I
2082
+ 0
2083
+ I
2084
+ 4d
2085
+ I
2086
+ 0
2087
+ I
2088
+ 4e
2089
+ I
2090
+ 6
2091
+ I
2092
+ 4f
2093
+ I
2094
+ 13
2095
+ I
2096
+ 50
2097
+ I
2098
+ 26
2099
+ x
2100
+ 63
2101
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2102
+ p
2103
+ 1
2104
+ x
2105
+ 10
2106
+ attachment
2107
+ s
2108
+ 18
2109
+ reinterpolate :url
2110
+ M
2111
+ 1
2112
+ p
2113
+ 2
2114
+ x
2115
+ 9
2116
+ for_block
2117
+ t
2118
+ n
2119
+ x
2120
+ 18
2121
+ InterpolationsTest
2122
+ i
2123
+ 47
2124
+ 5
2125
+ 48
2126
+ 0
2127
+ 19
2128
+ 0
2129
+ 15
2130
+ 20
2131
+ 0
2132
+ 7
2133
+ 1
2134
+ 49
2135
+ 2
2136
+ 1
2137
+ 7
2138
+ 3
2139
+ 3
2140
+ 49
2141
+ 4
2142
+ 2
2143
+ 7
2144
+ 5
2145
+ 64
2146
+ 49
2147
+ 6
2148
+ 1
2149
+ 15
2150
+ 5
2151
+ 7
2152
+ 5
2153
+ 64
2154
+ 45
2155
+ 7
2156
+ 8
2157
+ 43
2158
+ 9
2159
+ 20
2160
+ 0
2161
+ 7
2162
+ 3
2163
+ 49
2164
+ 1
2165
+ 2
2166
+ 47
2167
+ 49
2168
+ 10
2169
+ 2
2170
+ 11
2171
+ I
2172
+ 7
2173
+ I
2174
+ 1
2175
+ I
2176
+ 0
2177
+ I
2178
+ 0
2179
+ I
2180
+ -2
2181
+ p
2182
+ 11
2183
+ x
2184
+ 4
2185
+ mock
2186
+ x
2187
+ 3
2188
+ url
2189
+ x
2190
+ 7
2191
+ expects
2192
+ x
2193
+ 5
2194
+ style
2195
+ x
2196
+ 4
2197
+ with
2198
+ s
2199
+ 4
2200
+ 1234
2201
+ x
2202
+ 7
2203
+ returns
2204
+ x
2205
+ 9
2206
+ Paperclip
2207
+ n
2208
+ x
2209
+ 14
2210
+ Interpolations
2211
+ x
2212
+ 12
2213
+ assert_equal
2214
+ p
2215
+ 9
2216
+ I
2217
+ 0
2218
+ I
2219
+ 53
2220
+ I
2221
+ 0
2222
+ I
2223
+ 54
2224
+ I
2225
+ 6
2226
+ I
2227
+ 55
2228
+ I
2229
+ 1a
2230
+ I
2231
+ 56
2232
+ I
2233
+ 2f
2234
+ x
2235
+ 63
2236
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2237
+ p
2238
+ 1
2239
+ x
2240
+ 10
2241
+ attachment
2242
+ s
2243
+ 51
2244
+ raise if infinite loop detcted reinterpolating :url
2245
+ M
2246
+ 1
2247
+ p
2248
+ 2
2249
+ x
2250
+ 9
2251
+ for_block
2252
+ t
2253
+ n
2254
+ x
2255
+ 18
2256
+ InterpolationsTest
2257
+ i
2258
+ 67
2259
+ 45
2260
+ 0
2261
+ 1
2262
+ 13
2263
+ 71
2264
+ 2
2265
+ 47
2266
+ 9
2267
+ 21
2268
+ 47
2269
+ 49
2270
+ 3
2271
+ 0
2272
+ 13
2273
+ 47
2274
+ 49
2275
+ 4
2276
+ 0
2277
+ 15
2278
+ 8
2279
+ 24
2280
+ 49
2281
+ 2
2282
+ 0
2283
+ 19
2284
+ 0
2285
+ 15
2286
+ 20
2287
+ 0
2288
+ 99
2289
+ 12
2290
+ 49
2291
+ 5
2292
+ 1
2293
+ 13
2294
+ 99
2295
+ 12
2296
+ 7
2297
+ 6
2298
+ 12
2299
+ 7
2300
+ 7
2301
+ 12
2302
+ 65
2303
+ 12
2304
+ 49
2305
+ 8
2306
+ 4
2307
+ 15
2308
+ 54
2309
+ 50
2310
+ 6
2311
+ 0
2312
+ 15
2313
+ 5
2314
+ 45
2315
+ 9
2316
+ 10
2317
+ 43
2318
+ 11
2319
+ 56
2320
+ 12
2321
+ 47
2322
+ 50
2323
+ 13
2324
+ 1
2325
+ 11
2326
+ I
2327
+ 8
2328
+ I
2329
+ 1
2330
+ I
2331
+ 0
2332
+ I
2333
+ 0
2334
+ I
2335
+ -2
2336
+ p
2337
+ 14
2338
+ x
2339
+ 6
2340
+ Object
2341
+ n
2342
+ x
2343
+ 3
2344
+ new
2345
+ x
2346
+ 8
2347
+ allocate
2348
+ x
2349
+ 10
2350
+ initialize
2351
+ x
2352
+ 16
2353
+ object_metaclass
2354
+ x
2355
+ 18
2356
+ __metaclass_init__
2357
+ M
2358
+ 1
2359
+ n
2360
+ n
2361
+ x
2362
+ 18
2363
+ __metaclass_init__
2364
+ i
2365
+ 16
2366
+ 5
2367
+ 66
2368
+ 99
2369
+ 7
2370
+ 0
2371
+ 7
2372
+ 1
2373
+ 65
2374
+ 67
2375
+ 49
2376
+ 2
2377
+ 0
2378
+ 49
2379
+ 3
2380
+ 4
2381
+ 11
2382
+ I
2383
+ 5
2384
+ I
2385
+ 0
2386
+ I
2387
+ 0
2388
+ I
2389
+ 0
2390
+ n
2391
+ p
2392
+ 4
2393
+ x
2394
+ 3
2395
+ url
2396
+ M
2397
+ 1
2398
+ n
2399
+ n
2400
+ x
2401
+ 3
2402
+ url
2403
+ i
2404
+ 12
2405
+ 45
2406
+ 0
2407
+ 1
2408
+ 43
2409
+ 2
2410
+ 5
2411
+ 7
2412
+ 3
2413
+ 49
2414
+ 4
2415
+ 2
2416
+ 11
2417
+ I
2418
+ 4
2419
+ I
2420
+ 1
2421
+ I
2422
+ 0
2423
+ I
2424
+ 0
2425
+ I
2426
+ 0
2427
+ p
2428
+ 5
2429
+ x
2430
+ 9
2431
+ Paperclip
2432
+ n
2433
+ x
2434
+ 14
2435
+ Interpolations
2436
+ x
2437
+ 5
2438
+ style
2439
+ x
2440
+ 3
2441
+ url
2442
+ p
2443
+ 5
2444
+ I
2445
+ 0
2446
+ I
2447
+ 5c
2448
+ I
2449
+ 0
2450
+ I
2451
+ 5d
2452
+ I
2453
+ c
2454
+ x
2455
+ 63
2456
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2457
+ p
2458
+ 1
2459
+ x
2460
+ 4
2461
+ args
2462
+ x
2463
+ 17
2464
+ method_visibility
2465
+ x
2466
+ 15
2467
+ add_defn_method
2468
+ p
2469
+ 3
2470
+ I
2471
+ 2
2472
+ I
2473
+ 5c
2474
+ I
2475
+ 10
2476
+ x
2477
+ 63
2478
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2479
+ p
2480
+ 0
2481
+ x
2482
+ 13
2483
+ attach_method
2484
+ x
2485
+ 9
2486
+ Paperclip
2487
+ n
2488
+ x
2489
+ 26
2490
+ InfiniteInterpolationError
2491
+ M
2492
+ 1
2493
+ p
2494
+ 2
2495
+ x
2496
+ 9
2497
+ for_block
2498
+ t
2499
+ n
2500
+ x
2501
+ 18
2502
+ InterpolationsTest
2503
+ i
2504
+ 14
2505
+ 45
2506
+ 0
2507
+ 1
2508
+ 43
2509
+ 2
2510
+ 21
2511
+ 1
2512
+ 0
2513
+ 7
2514
+ 3
2515
+ 49
2516
+ 4
2517
+ 2
2518
+ 11
2519
+ I
2520
+ 4
2521
+ I
2522
+ 0
2523
+ I
2524
+ 0
2525
+ I
2526
+ 0
2527
+ I
2528
+ -2
2529
+ p
2530
+ 5
2531
+ x
2532
+ 9
2533
+ Paperclip
2534
+ n
2535
+ x
2536
+ 14
2537
+ Interpolations
2538
+ x
2539
+ 5
2540
+ style
2541
+ x
2542
+ 3
2543
+ url
2544
+ p
2545
+ 3
2546
+ I
2547
+ 0
2548
+ I
2549
+ 60
2550
+ I
2551
+ e
2552
+ x
2553
+ 63
2554
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2555
+ p
2556
+ 0
2557
+ x
2558
+ 13
2559
+ assert_raises
2560
+ p
2561
+ 9
2562
+ I
2563
+ 0
2564
+ I
2565
+ 59
2566
+ I
2567
+ 0
2568
+ I
2569
+ 5a
2570
+ I
2571
+ 1b
2572
+ I
2573
+ 5b
2574
+ I
2575
+ 36
2576
+ I
2577
+ 60
2578
+ I
2579
+ 43
2580
+ x
2581
+ 63
2582
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2583
+ p
2584
+ 1
2585
+ x
2586
+ 10
2587
+ attachment
2588
+ s
2589
+ 41
2590
+ return the filename as basename.extension
2591
+ M
2592
+ 1
2593
+ p
2594
+ 2
2595
+ x
2596
+ 9
2597
+ for_block
2598
+ t
2599
+ n
2600
+ x
2601
+ 18
2602
+ InterpolationsTest
2603
+ i
2604
+ 64
2605
+ 5
2606
+ 48
2607
+ 0
2608
+ 19
2609
+ 0
2610
+ 15
2611
+ 20
2612
+ 0
2613
+ 7
2614
+ 1
2615
+ 49
2616
+ 2
2617
+ 1
2618
+ 44
2619
+ 43
2620
+ 3
2621
+ 78
2622
+ 49
2623
+ 4
2624
+ 1
2625
+ 49
2626
+ 5
2627
+ 1
2628
+ 15
2629
+ 20
2630
+ 0
2631
+ 7
2632
+ 6
2633
+ 49
2634
+ 2
2635
+ 1
2636
+ 7
2637
+ 7
2638
+ 64
2639
+ 49
2640
+ 5
2641
+ 1
2642
+ 4
2643
+ 3
2644
+ 49
2645
+ 8
2646
+ 1
2647
+ 15
2648
+ 5
2649
+ 7
2650
+ 7
2651
+ 64
2652
+ 45
2653
+ 9
2654
+ 10
2655
+ 43
2656
+ 11
2657
+ 20
2658
+ 0
2659
+ 7
2660
+ 12
2661
+ 49
2662
+ 13
2663
+ 2
2664
+ 47
2665
+ 49
2666
+ 14
2667
+ 2
2668
+ 11
2669
+ I
2670
+ 7
2671
+ I
2672
+ 1
2673
+ I
2674
+ 0
2675
+ I
2676
+ 0
2677
+ I
2678
+ -2
2679
+ p
2680
+ 15
2681
+ x
2682
+ 4
2683
+ mock
2684
+ x
2685
+ 6
2686
+ styles
2687
+ x
2688
+ 7
2689
+ expects
2690
+ x
2691
+ 4
2692
+ Hash
2693
+ x
2694
+ 16
2695
+ new_from_literal
2696
+ x
2697
+ 7
2698
+ returns
2699
+ x
2700
+ 17
2701
+ original_filename
2702
+ s
2703
+ 7
2704
+ one.jpg
2705
+ x
2706
+ 5
2707
+ times
2708
+ x
2709
+ 9
2710
+ Paperclip
2711
+ n
2712
+ x
2713
+ 14
2714
+ Interpolations
2715
+ x
2716
+ 5
2717
+ style
2718
+ x
2719
+ 8
2720
+ filename
2721
+ x
2722
+ 12
2723
+ assert_equal
2724
+ p
2725
+ 11
2726
+ I
2727
+ 0
2728
+ I
2729
+ 63
2730
+ I
2731
+ 0
2732
+ I
2733
+ 64
2734
+ I
2735
+ 6
2736
+ I
2737
+ 65
2738
+ I
2739
+ 18
2740
+ I
2741
+ 66
2742
+ I
2743
+ 2b
2744
+ I
2745
+ 67
2746
+ I
2747
+ 40
2748
+ x
2749
+ 63
2750
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2751
+ p
2752
+ 1
2753
+ x
2754
+ 10
2755
+ attachment
2756
+ s
2757
+ 62
2758
+ return the filename as basename.extension when format supplied
2759
+ M
2760
+ 1
2761
+ p
2762
+ 2
2763
+ x
2764
+ 9
2765
+ for_block
2766
+ t
2767
+ n
2768
+ x
2769
+ 18
2770
+ InterpolationsTest
2771
+ i
2772
+ 86
2773
+ 5
2774
+ 48
2775
+ 0
2776
+ 19
2777
+ 0
2778
+ 15
2779
+ 20
2780
+ 0
2781
+ 7
2782
+ 1
2783
+ 49
2784
+ 2
2785
+ 1
2786
+ 44
2787
+ 43
2788
+ 3
2789
+ 79
2790
+ 49
2791
+ 4
2792
+ 1
2793
+ 13
2794
+ 7
2795
+ 5
2796
+ 44
2797
+ 43
2798
+ 3
2799
+ 79
2800
+ 49
2801
+ 4
2802
+ 1
2803
+ 13
2804
+ 7
2805
+ 6
2806
+ 7
2807
+ 7
2808
+ 49
2809
+ 8
2810
+ 2
2811
+ 15
2812
+ 49
2813
+ 8
2814
+ 2
2815
+ 15
2816
+ 49
2817
+ 9
2818
+ 1
2819
+ 15
2820
+ 20
2821
+ 0
2822
+ 7
2823
+ 10
2824
+ 49
2825
+ 2
2826
+ 1
2827
+ 7
2828
+ 11
2829
+ 64
2830
+ 49
2831
+ 9
2832
+ 1
2833
+ 80
2834
+ 49
2835
+ 12
2836
+ 1
2837
+ 15
2838
+ 5
2839
+ 7
2840
+ 13
2841
+ 64
2842
+ 45
2843
+ 14
2844
+ 15
2845
+ 43
2846
+ 16
2847
+ 20
2848
+ 0
2849
+ 7
2850
+ 5
2851
+ 49
2852
+ 17
2853
+ 2
2854
+ 47
2855
+ 49
2856
+ 18
2857
+ 2
2858
+ 11
2859
+ I
2860
+ a
2861
+ I
2862
+ 1
2863
+ I
2864
+ 0
2865
+ I
2866
+ 0
2867
+ I
2868
+ -2
2869
+ p
2870
+ 19
2871
+ x
2872
+ 4
2873
+ mock
2874
+ x
2875
+ 6
2876
+ styles
2877
+ x
2878
+ 7
2879
+ expects
2880
+ x
2881
+ 4
2882
+ Hash
2883
+ x
2884
+ 16
2885
+ new_from_literal
2886
+ x
2887
+ 5
2888
+ style
2889
+ x
2890
+ 6
2891
+ format
2892
+ x
2893
+ 3
2894
+ png
2895
+ x
2896
+ 3
2897
+ []=
2898
+ x
2899
+ 7
2900
+ returns
2901
+ x
2902
+ 17
2903
+ original_filename
2904
+ s
2905
+ 7
2906
+ one.jpg
2907
+ x
2908
+ 5
2909
+ times
2910
+ s
2911
+ 7
2912
+ one.png
2913
+ x
2914
+ 9
2915
+ Paperclip
2916
+ n
2917
+ x
2918
+ 14
2919
+ Interpolations
2920
+ x
2921
+ 8
2922
+ filename
2923
+ x
2924
+ 12
2925
+ assert_equal
2926
+ p
2927
+ 11
2928
+ I
2929
+ 0
2930
+ I
2931
+ 6a
2932
+ I
2933
+ 0
2934
+ I
2935
+ 6b
2936
+ I
2937
+ 6
2938
+ I
2939
+ 6c
2940
+ I
2941
+ 2f
2942
+ I
2943
+ 6d
2944
+ I
2945
+ 41
2946
+ I
2947
+ 6e
2948
+ I
2949
+ 56
2950
+ x
2951
+ 63
2952
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
2953
+ p
2954
+ 1
2955
+ x
2956
+ 10
2957
+ attachment
2958
+ s
2959
+ 20
2960
+ return the timestamp
2961
+ M
2962
+ 1
2963
+ p
2964
+ 2
2965
+ x
2966
+ 9
2967
+ for_block
2968
+ t
2969
+ n
2970
+ x
2971
+ 18
2972
+ InterpolationsTest
2973
+ i
2974
+ 56
2975
+ 45
2976
+ 0
2977
+ 1
2978
+ 49
2979
+ 2
2980
+ 0
2981
+ 19
2982
+ 0
2983
+ 15
2984
+ 5
2985
+ 48
2986
+ 3
2987
+ 19
2988
+ 1
2989
+ 15
2990
+ 20
2991
+ 1
2992
+ 7
2993
+ 4
2994
+ 49
2995
+ 5
2996
+ 1
2997
+ 7
2998
+ 6
2999
+ 49
3000
+ 7
3001
+ 1
3002
+ 20
3003
+ 0
3004
+ 49
3005
+ 8
3006
+ 1
3007
+ 15
3008
+ 5
3009
+ 20
3010
+ 0
3011
+ 49
3012
+ 9
3013
+ 0
3014
+ 45
3015
+ 10
3016
+ 11
3017
+ 43
3018
+ 12
3019
+ 20
3020
+ 1
3021
+ 7
3022
+ 13
3023
+ 49
3024
+ 14
3025
+ 2
3026
+ 47
3027
+ 49
3028
+ 15
3029
+ 2
3030
+ 11
3031
+ I
3032
+ 8
3033
+ I
3034
+ 2
3035
+ I
3036
+ 0
3037
+ I
3038
+ 0
3039
+ I
3040
+ -2
3041
+ p
3042
+ 16
3043
+ x
3044
+ 4
3045
+ Time
3046
+ n
3047
+ x
3048
+ 3
3049
+ now
3050
+ x
3051
+ 4
3052
+ mock
3053
+ x
3054
+ 13
3055
+ instance_read
3056
+ x
3057
+ 7
3058
+ expects
3059
+ x
3060
+ 10
3061
+ updated_at
3062
+ x
3063
+ 4
3064
+ with
3065
+ x
3066
+ 7
3067
+ returns
3068
+ x
3069
+ 4
3070
+ to_s
3071
+ x
3072
+ 9
3073
+ Paperclip
3074
+ n
3075
+ x
3076
+ 14
3077
+ Interpolations
3078
+ x
3079
+ 5
3080
+ style
3081
+ x
3082
+ 9
3083
+ timestamp
3084
+ x
3085
+ 12
3086
+ assert_equal
3087
+ p
3088
+ 11
3089
+ I
3090
+ 0
3091
+ I
3092
+ 71
3093
+ I
3094
+ 0
3095
+ I
3096
+ 72
3097
+ I
3098
+ 9
3099
+ I
3100
+ 73
3101
+ I
3102
+ f
3103
+ I
3104
+ 74
3105
+ I
3106
+ 21
3107
+ I
3108
+ 75
3109
+ I
3110
+ 38
3111
+ x
3112
+ 63
3113
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
3114
+ p
3115
+ 2
3116
+ x
3117
+ 3
3118
+ now
3119
+ x
3120
+ 10
3121
+ attachment
3122
+ s
3123
+ 57
3124
+ call all expected interpolations with the given arguments
3125
+ M
3126
+ 1
3127
+ p
3128
+ 2
3129
+ x
3130
+ 9
3131
+ for_block
3132
+ t
3133
+ n
3134
+ x
3135
+ 18
3136
+ InterpolationsTest
3137
+ i
3138
+ 90
3139
+ 45
3140
+ 0
3141
+ 1
3142
+ 43
3143
+ 2
3144
+ 7
3145
+ 3
3146
+ 49
3147
+ 4
3148
+ 1
3149
+ 7
3150
+ 5
3151
+ 7
3152
+ 6
3153
+ 49
3154
+ 7
3155
+ 2
3156
+ 7
3157
+ 8
3158
+ 49
3159
+ 9
3160
+ 1
3161
+ 15
3162
+ 45
3163
+ 0
3164
+ 10
3165
+ 43
3166
+ 2
3167
+ 7
3168
+ 5
3169
+ 49
3170
+ 4
3171
+ 1
3172
+ 7
3173
+ 5
3174
+ 7
3175
+ 6
3176
+ 49
3177
+ 7
3178
+ 2
3179
+ 7
3180
+ 11
3181
+ 64
3182
+ 49
3183
+ 9
3184
+ 1
3185
+ 15
3186
+ 45
3187
+ 0
3188
+ 12
3189
+ 43
3190
+ 2
3191
+ 7
3192
+ 13
3193
+ 49
3194
+ 4
3195
+ 1
3196
+ 49
3197
+ 14
3198
+ 0
3199
+ 15
3200
+ 45
3201
+ 0
3202
+ 15
3203
+ 43
3204
+ 2
3205
+ 7
3206
+ 16
3207
+ 64
3208
+ 7
3209
+ 5
3210
+ 7
3211
+ 6
3212
+ 49
3213
+ 17
3214
+ 3
3215
+ 19
3216
+ 0
3217
+ 15
3218
+ 5
3219
+ 7
3220
+ 18
3221
+ 64
3222
+ 20
3223
+ 0
3224
+ 47
3225
+ 49
3226
+ 19
3227
+ 2
3228
+ 11
3229
+ I
3230
+ 6
3231
+ I
3232
+ 1
3233
+ I
3234
+ 0
3235
+ I
3236
+ 0
3237
+ I
3238
+ -2
3239
+ p
3240
+ 20
3241
+ x
3242
+ 9
3243
+ Paperclip
3244
+ n
3245
+ x
3246
+ 14
3247
+ Interpolations
3248
+ x
3249
+ 2
3250
+ id
3251
+ x
3252
+ 7
3253
+ expects
3254
+ x
3255
+ 10
3256
+ attachment
3257
+ x
3258
+ 5
3259
+ style
3260
+ x
3261
+ 4
3262
+ with
3263
+ I
3264
+ 4d2
3265
+ x
3266
+ 7
3267
+ returns
3268
+ n
3269
+ s
3270
+ 11
3271
+ attachments
3272
+ n
3273
+ x
3274
+ 7
3275
+ notreal
3276
+ x
3277
+ 5
3278
+ never
3279
+ n
3280
+ s
3281
+ 24
3282
+ :notreal/:id/:attachment
3283
+ x
3284
+ 11
3285
+ interpolate
3286
+ s
3287
+ 25
3288
+ :notreal/1234/attachments
3289
+ x
3290
+ 12
3291
+ assert_equal
3292
+ p
3293
+ 13
3294
+ I
3295
+ 0
3296
+ I
3297
+ 78
3298
+ I
3299
+ 0
3300
+ I
3301
+ 79
3302
+ I
3303
+ 17
3304
+ I
3305
+ 7a
3306
+ I
3307
+ 2f
3308
+ I
3309
+ 7b
3310
+ I
3311
+ 3d
3312
+ I
3313
+ 7c
3314
+ I
3315
+ 4f
3316
+ I
3317
+ 7d
3318
+ I
3319
+ 5a
3320
+ x
3321
+ 63
3322
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
3323
+ p
3324
+ 1
3325
+ x
3326
+ 5
3327
+ value
3328
+ p
3329
+ 39
3330
+ I
3331
+ 2
3332
+ I
3333
+ 4
3334
+ I
3335
+ d
3336
+ I
3337
+ e
3338
+ I
3339
+ 18
3340
+ I
3341
+ 12
3342
+ I
3343
+ 23
3344
+ I
3345
+ 16
3346
+ I
3347
+ 2e
3348
+ I
3349
+ 1a
3350
+ I
3351
+ 39
3352
+ I
3353
+ 21
3354
+ I
3355
+ 44
3356
+ I
3357
+ 27
3358
+ I
3359
+ 4f
3360
+ I
3361
+ 2e
3362
+ I
3363
+ 5a
3364
+ I
3365
+ 35
3366
+ I
3367
+ 65
3368
+ I
3369
+ 3c
3370
+ I
3371
+ 70
3372
+ I
3373
+ 43
3374
+ I
3375
+ 7b
3376
+ I
3377
+ 49
3378
+ I
3379
+ 86
3380
+ I
3381
+ 4d
3382
+ I
3383
+ 91
3384
+ I
3385
+ 53
3386
+ I
3387
+ 9c
3388
+ I
3389
+ 59
3390
+ I
3391
+ a7
3392
+ I
3393
+ 63
3394
+ I
3395
+ b2
3396
+ I
3397
+ 6a
3398
+ I
3399
+ bd
3400
+ I
3401
+ 71
3402
+ I
3403
+ c8
3404
+ I
3405
+ 78
3406
+ I
3407
+ d3
3408
+ x
3409
+ 63
3410
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
3411
+ p
3412
+ 0
3413
+ x
3414
+ 13
3415
+ attach_method
3416
+ p
3417
+ 5
3418
+ I
3419
+ 0
3420
+ I
3421
+ 1
3422
+ I
3423
+ 9
3424
+ I
3425
+ 3
3426
+ I
3427
+ 2c
3428
+ x
3429
+ 63
3430
+ /Users/jyurek/Development/paperclip/test/interpolations_test.rb
3431
+ p
3432
+ 0