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 CommandLineTest < Test::Unit::TestCase
4
4
  def setup
@@ -0,0 +1,4307 @@
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
+ 15
76
+ CommandLineTest
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
+ 15
99
+ CommandLineTest
100
+ i
101
+ 181
102
+ 5
103
+ 66
104
+ 99
105
+ 7
106
+ 0
107
+ 7
108
+ 1
109
+ 65
110
+ 67
111
+ 49
112
+ 2
113
+ 0
114
+ 49
115
+ 3
116
+ 4
117
+ 15
118
+ 5
119
+ 7
120
+ 4
121
+ 64
122
+ 56
123
+ 5
124
+ 47
125
+ 50
126
+ 6
127
+ 1
128
+ 15
129
+ 5
130
+ 7
131
+ 7
132
+ 64
133
+ 56
134
+ 8
135
+ 47
136
+ 50
137
+ 6
138
+ 1
139
+ 15
140
+ 5
141
+ 7
142
+ 9
143
+ 64
144
+ 56
145
+ 10
146
+ 47
147
+ 50
148
+ 6
149
+ 1
150
+ 15
151
+ 5
152
+ 7
153
+ 11
154
+ 64
155
+ 56
156
+ 12
157
+ 47
158
+ 50
159
+ 6
160
+ 1
161
+ 15
162
+ 5
163
+ 7
164
+ 13
165
+ 64
166
+ 56
167
+ 14
168
+ 47
169
+ 50
170
+ 6
171
+ 1
172
+ 15
173
+ 5
174
+ 7
175
+ 15
176
+ 64
177
+ 56
178
+ 16
179
+ 47
180
+ 50
181
+ 6
182
+ 1
183
+ 15
184
+ 5
185
+ 7
186
+ 17
187
+ 64
188
+ 56
189
+ 18
190
+ 47
191
+ 50
192
+ 6
193
+ 1
194
+ 15
195
+ 5
196
+ 7
197
+ 19
198
+ 64
199
+ 56
200
+ 20
201
+ 47
202
+ 50
203
+ 6
204
+ 1
205
+ 15
206
+ 5
207
+ 7
208
+ 21
209
+ 64
210
+ 56
211
+ 22
212
+ 47
213
+ 50
214
+ 6
215
+ 1
216
+ 15
217
+ 5
218
+ 7
219
+ 23
220
+ 64
221
+ 56
222
+ 24
223
+ 47
224
+ 50
225
+ 6
226
+ 1
227
+ 15
228
+ 5
229
+ 7
230
+ 25
231
+ 64
232
+ 56
233
+ 26
234
+ 47
235
+ 50
236
+ 6
237
+ 1
238
+ 15
239
+ 5
240
+ 7
241
+ 27
242
+ 64
243
+ 56
244
+ 28
245
+ 47
246
+ 50
247
+ 6
248
+ 1
249
+ 15
250
+ 5
251
+ 7
252
+ 29
253
+ 64
254
+ 56
255
+ 30
256
+ 47
257
+ 50
258
+ 6
259
+ 1
260
+ 15
261
+ 5
262
+ 7
263
+ 31
264
+ 64
265
+ 56
266
+ 32
267
+ 47
268
+ 50
269
+ 6
270
+ 1
271
+ 15
272
+ 5
273
+ 7
274
+ 33
275
+ 64
276
+ 56
277
+ 34
278
+ 47
279
+ 50
280
+ 6
281
+ 1
282
+ 11
283
+ I
284
+ 5
285
+ I
286
+ 0
287
+ I
288
+ 0
289
+ I
290
+ 0
291
+ n
292
+ p
293
+ 35
294
+ x
295
+ 5
296
+ setup
297
+ M
298
+ 1
299
+ n
300
+ n
301
+ x
302
+ 5
303
+ setup
304
+ i
305
+ 33
306
+ 45
307
+ 0
308
+ 1
309
+ 43
310
+ 2
311
+ 1
312
+ 13
313
+ 18
314
+ 2
315
+ 49
316
+ 3
317
+ 1
318
+ 15
319
+ 15
320
+ 45
321
+ 4
322
+ 5
323
+ 7
324
+ 6
325
+ 49
326
+ 7
327
+ 1
328
+ 7
329
+ 8
330
+ 64
331
+ 49
332
+ 9
333
+ 1
334
+ 2
335
+ 49
336
+ 10
337
+ 1
338
+ 11
339
+ I
340
+ 3
341
+ I
342
+ 0
343
+ I
344
+ 0
345
+ I
346
+ 0
347
+ n
348
+ p
349
+ 11
350
+ x
351
+ 9
352
+ Paperclip
353
+ n
354
+ x
355
+ 11
356
+ CommandLine
357
+ x
358
+ 5
359
+ path=
360
+ x
361
+ 4
362
+ File
363
+ n
364
+ x
365
+ 6
366
+ exist?
367
+ x
368
+ 5
369
+ stubs
370
+ s
371
+ 9
372
+ /dev/null
373
+ x
374
+ 4
375
+ with
376
+ x
377
+ 7
378
+ returns
379
+ p
380
+ 7
381
+ I
382
+ 0
383
+ I
384
+ 4
385
+ I
386
+ 0
387
+ I
388
+ 5
389
+ I
390
+ e
391
+ I
392
+ 6
393
+ I
394
+ 21
395
+ x
396
+ 61
397
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
398
+ p
399
+ 0
400
+ x
401
+ 17
402
+ method_visibility
403
+ x
404
+ 15
405
+ add_defn_method
406
+ s
407
+ 66
408
+ take a command and parameters and produce a shell command for bash
409
+ M
410
+ 1
411
+ p
412
+ 2
413
+ x
414
+ 9
415
+ for_block
416
+ t
417
+ n
418
+ x
419
+ 15
420
+ CommandLineTest
421
+ i
422
+ 85
423
+ 45
424
+ 0
425
+ 1
426
+ 43
427
+ 2
428
+ 13
429
+ 71
430
+ 3
431
+ 47
432
+ 9
433
+ 44
434
+ 47
435
+ 49
436
+ 4
437
+ 0
438
+ 13
439
+ 7
440
+ 5
441
+ 64
442
+ 7
443
+ 6
444
+ 64
445
+ 44
446
+ 43
447
+ 7
448
+ 79
449
+ 49
450
+ 8
451
+ 1
452
+ 13
453
+ 7
454
+ 9
455
+ 3
456
+ 49
457
+ 10
458
+ 2
459
+ 15
460
+ 47
461
+ 49
462
+ 11
463
+ 3
464
+ 15
465
+ 8
466
+ 68
467
+ 7
468
+ 5
469
+ 64
470
+ 7
471
+ 6
472
+ 64
473
+ 44
474
+ 43
475
+ 7
476
+ 79
477
+ 49
478
+ 8
479
+ 1
480
+ 13
481
+ 7
482
+ 9
483
+ 3
484
+ 49
485
+ 10
486
+ 2
487
+ 15
488
+ 49
489
+ 3
490
+ 3
491
+ 19
492
+ 0
493
+ 15
494
+ 5
495
+ 7
496
+ 12
497
+ 64
498
+ 20
499
+ 0
500
+ 49
501
+ 13
502
+ 0
503
+ 47
504
+ 49
505
+ 14
506
+ 2
507
+ 11
508
+ I
509
+ a
510
+ I
511
+ 1
512
+ I
513
+ 0
514
+ I
515
+ 0
516
+ I
517
+ -2
518
+ p
519
+ 15
520
+ x
521
+ 9
522
+ Paperclip
523
+ n
524
+ x
525
+ 11
526
+ CommandLine
527
+ x
528
+ 3
529
+ new
530
+ x
531
+ 8
532
+ allocate
533
+ s
534
+ 7
535
+ convert
536
+ s
537
+ 11
538
+ a.jpg b.png
539
+ x
540
+ 4
541
+ Hash
542
+ x
543
+ 16
544
+ new_from_literal
545
+ x
546
+ 14
547
+ swallow_stderr
548
+ x
549
+ 3
550
+ []=
551
+ x
552
+ 10
553
+ initialize
554
+ s
555
+ 19
556
+ convert a.jpg b.png
557
+ x
558
+ 7
559
+ command
560
+ x
561
+ 12
562
+ assert_equal
563
+ p
564
+ 7
565
+ I
566
+ 0
567
+ I
568
+ 9
569
+ I
570
+ 0
571
+ I
572
+ a
573
+ I
574
+ 47
575
+ I
576
+ b
577
+ I
578
+ 55
579
+ x
580
+ 61
581
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
582
+ p
583
+ 1
584
+ x
585
+ 3
586
+ cmd
587
+ x
588
+ 6
589
+ should
590
+ s
591
+ 57
592
+ be able to set a path and produce commands with that path
593
+ M
594
+ 1
595
+ p
596
+ 2
597
+ x
598
+ 9
599
+ for_block
600
+ t
601
+ n
602
+ x
603
+ 15
604
+ CommandLineTest
605
+ i
606
+ 101
607
+ 45
608
+ 0
609
+ 1
610
+ 43
611
+ 2
612
+ 7
613
+ 3
614
+ 64
615
+ 13
616
+ 18
617
+ 2
618
+ 49
619
+ 4
620
+ 1
621
+ 15
622
+ 15
623
+ 45
624
+ 0
625
+ 5
626
+ 43
627
+ 2
628
+ 13
629
+ 71
630
+ 6
631
+ 47
632
+ 9
633
+ 60
634
+ 47
635
+ 49
636
+ 7
637
+ 0
638
+ 13
639
+ 7
640
+ 8
641
+ 64
642
+ 7
643
+ 9
644
+ 64
645
+ 44
646
+ 43
647
+ 10
648
+ 79
649
+ 49
650
+ 11
651
+ 1
652
+ 13
653
+ 7
654
+ 12
655
+ 3
656
+ 49
657
+ 13
658
+ 2
659
+ 15
660
+ 47
661
+ 49
662
+ 14
663
+ 3
664
+ 15
665
+ 8
666
+ 84
667
+ 7
668
+ 8
669
+ 64
670
+ 7
671
+ 9
672
+ 64
673
+ 44
674
+ 43
675
+ 10
676
+ 79
677
+ 49
678
+ 11
679
+ 1
680
+ 13
681
+ 7
682
+ 12
683
+ 3
684
+ 49
685
+ 13
686
+ 2
687
+ 15
688
+ 49
689
+ 6
690
+ 3
691
+ 19
692
+ 0
693
+ 15
694
+ 5
695
+ 7
696
+ 15
697
+ 64
698
+ 20
699
+ 0
700
+ 49
701
+ 16
702
+ 0
703
+ 47
704
+ 49
705
+ 17
706
+ 2
707
+ 11
708
+ I
709
+ a
710
+ I
711
+ 1
712
+ I
713
+ 0
714
+ I
715
+ 0
716
+ I
717
+ -2
718
+ p
719
+ 18
720
+ x
721
+ 9
722
+ Paperclip
723
+ n
724
+ x
725
+ 11
726
+ CommandLine
727
+ s
728
+ 8
729
+ /opt/bin
730
+ x
731
+ 5
732
+ path=
733
+ n
734
+ x
735
+ 3
736
+ new
737
+ x
738
+ 8
739
+ allocate
740
+ s
741
+ 7
742
+ convert
743
+ s
744
+ 11
745
+ a.jpg b.png
746
+ x
747
+ 4
748
+ Hash
749
+ x
750
+ 16
751
+ new_from_literal
752
+ x
753
+ 14
754
+ swallow_stderr
755
+ x
756
+ 3
757
+ []=
758
+ x
759
+ 10
760
+ initialize
761
+ s
762
+ 28
763
+ /opt/bin/convert a.jpg b.png
764
+ x
765
+ 7
766
+ command
767
+ x
768
+ 12
769
+ assert_equal
770
+ p
771
+ 9
772
+ I
773
+ 0
774
+ I
775
+ e
776
+ I
777
+ 0
778
+ I
779
+ f
780
+ I
781
+ 10
782
+ I
783
+ 10
784
+ I
785
+ 57
786
+ I
787
+ 11
788
+ I
789
+ 65
790
+ x
791
+ 61
792
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
793
+ p
794
+ 1
795
+ x
796
+ 3
797
+ cmd
798
+ s
799
+ 59
800
+ be able to interpolate quoted variables into the parameters
801
+ M
802
+ 1
803
+ p
804
+ 2
805
+ x
806
+ 9
807
+ for_block
808
+ t
809
+ n
810
+ x
811
+ 15
812
+ CommandLineTest
813
+ i
814
+ 127
815
+ 45
816
+ 0
817
+ 1
818
+ 43
819
+ 2
820
+ 13
821
+ 71
822
+ 3
823
+ 47
824
+ 9
825
+ 65
826
+ 47
827
+ 49
828
+ 4
829
+ 0
830
+ 13
831
+ 7
832
+ 5
833
+ 64
834
+ 7
835
+ 6
836
+ 64
837
+ 44
838
+ 43
839
+ 7
840
+ 4
841
+ 3
842
+ 49
843
+ 8
844
+ 1
845
+ 13
846
+ 7
847
+ 9
848
+ 7
849
+ 10
850
+ 64
851
+ 49
852
+ 11
853
+ 2
854
+ 15
855
+ 13
856
+ 7
857
+ 12
858
+ 7
859
+ 13
860
+ 64
861
+ 49
862
+ 11
863
+ 2
864
+ 15
865
+ 13
866
+ 7
867
+ 14
868
+ 3
869
+ 49
870
+ 11
871
+ 2
872
+ 15
873
+ 47
874
+ 49
875
+ 15
876
+ 3
877
+ 15
878
+ 8
879
+ 110
880
+ 7
881
+ 5
882
+ 64
883
+ 7
884
+ 6
885
+ 64
886
+ 44
887
+ 43
888
+ 7
889
+ 4
890
+ 3
891
+ 49
892
+ 8
893
+ 1
894
+ 13
895
+ 7
896
+ 9
897
+ 7
898
+ 10
899
+ 64
900
+ 49
901
+ 11
902
+ 2
903
+ 15
904
+ 13
905
+ 7
906
+ 12
907
+ 7
908
+ 13
909
+ 64
910
+ 49
911
+ 11
912
+ 2
913
+ 15
914
+ 13
915
+ 7
916
+ 14
917
+ 3
918
+ 49
919
+ 11
920
+ 2
921
+ 15
922
+ 49
923
+ 3
924
+ 3
925
+ 19
926
+ 0
927
+ 15
928
+ 5
929
+ 7
930
+ 16
931
+ 64
932
+ 20
933
+ 0
934
+ 49
935
+ 17
936
+ 0
937
+ 47
938
+ 49
939
+ 18
940
+ 2
941
+ 11
942
+ I
943
+ a
944
+ I
945
+ 1
946
+ I
947
+ 0
948
+ I
949
+ 0
950
+ I
951
+ -2
952
+ p
953
+ 19
954
+ x
955
+ 9
956
+ Paperclip
957
+ n
958
+ x
959
+ 11
960
+ CommandLine
961
+ x
962
+ 3
963
+ new
964
+ x
965
+ 8
966
+ allocate
967
+ s
968
+ 7
969
+ convert
970
+ s
971
+ 11
972
+ :one :{two}
973
+ x
974
+ 4
975
+ Hash
976
+ x
977
+ 16
978
+ new_from_literal
979
+ x
980
+ 3
981
+ one
982
+ s
983
+ 5
984
+ a.jpg
985
+ x
986
+ 3
987
+ []=
988
+ x
989
+ 3
990
+ two
991
+ s
992
+ 5
993
+ b.png
994
+ x
995
+ 14
996
+ swallow_stderr
997
+ x
998
+ 10
999
+ initialize
1000
+ s
1001
+ 23
1002
+ convert 'a.jpg' 'b.png'
1003
+ x
1004
+ 7
1005
+ command
1006
+ x
1007
+ 12
1008
+ assert_equal
1009
+ p
1010
+ 29
1011
+ I
1012
+ 0
1013
+ I
1014
+ 14
1015
+ I
1016
+ 0
1017
+ I
1018
+ 15
1019
+ I
1020
+ 13
1021
+ I
1022
+ 16
1023
+ I
1024
+ 16
1025
+ I
1026
+ 19
1027
+ I
1028
+ 1f
1029
+ I
1030
+ 17
1031
+ I
1032
+ 29
1033
+ I
1034
+ 18
1035
+ I
1036
+ 33
1037
+ I
1038
+ 19
1039
+ I
1040
+ 41
1041
+ I
1042
+ 15
1043
+ I
1044
+ 44
1045
+ I
1046
+ 16
1047
+ I
1048
+ 47
1049
+ I
1050
+ 19
1051
+ I
1052
+ 50
1053
+ I
1054
+ 17
1055
+ I
1056
+ 5a
1057
+ I
1058
+ 18
1059
+ I
1060
+ 64
1061
+ I
1062
+ 19
1063
+ I
1064
+ 71
1065
+ I
1066
+ 1a
1067
+ I
1068
+ 7f
1069
+ x
1070
+ 61
1071
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
1072
+ p
1073
+ 1
1074
+ x
1075
+ 3
1076
+ cmd
1077
+ s
1078
+ 58
1079
+ quote command line options differently if we're on windows
1080
+ M
1081
+ 1
1082
+ p
1083
+ 2
1084
+ x
1085
+ 9
1086
+ for_block
1087
+ t
1088
+ n
1089
+ x
1090
+ 15
1091
+ CommandLineTest
1092
+ i
1093
+ 146
1094
+ 45
1095
+ 0
1096
+ 1
1097
+ 7
1098
+ 2
1099
+ 49
1100
+ 3
1101
+ 1
1102
+ 7
1103
+ 4
1104
+ 64
1105
+ 49
1106
+ 5
1107
+ 1
1108
+ 3
1109
+ 49
1110
+ 6
1111
+ 1
1112
+ 15
1113
+ 45
1114
+ 7
1115
+ 8
1116
+ 43
1117
+ 9
1118
+ 13
1119
+ 71
1120
+ 10
1121
+ 47
1122
+ 9
1123
+ 84
1124
+ 47
1125
+ 49
1126
+ 11
1127
+ 0
1128
+ 13
1129
+ 7
1130
+ 12
1131
+ 64
1132
+ 7
1133
+ 13
1134
+ 64
1135
+ 44
1136
+ 43
1137
+ 14
1138
+ 4
1139
+ 3
1140
+ 49
1141
+ 15
1142
+ 1
1143
+ 13
1144
+ 7
1145
+ 16
1146
+ 7
1147
+ 17
1148
+ 64
1149
+ 49
1150
+ 18
1151
+ 2
1152
+ 15
1153
+ 13
1154
+ 7
1155
+ 19
1156
+ 7
1157
+ 20
1158
+ 64
1159
+ 49
1160
+ 18
1161
+ 2
1162
+ 15
1163
+ 13
1164
+ 7
1165
+ 21
1166
+ 3
1167
+ 49
1168
+ 18
1169
+ 2
1170
+ 15
1171
+ 47
1172
+ 49
1173
+ 22
1174
+ 3
1175
+ 15
1176
+ 8
1177
+ 129
1178
+ 7
1179
+ 12
1180
+ 64
1181
+ 7
1182
+ 13
1183
+ 64
1184
+ 44
1185
+ 43
1186
+ 14
1187
+ 4
1188
+ 3
1189
+ 49
1190
+ 15
1191
+ 1
1192
+ 13
1193
+ 7
1194
+ 16
1195
+ 7
1196
+ 17
1197
+ 64
1198
+ 49
1199
+ 18
1200
+ 2
1201
+ 15
1202
+ 13
1203
+ 7
1204
+ 19
1205
+ 7
1206
+ 20
1207
+ 64
1208
+ 49
1209
+ 18
1210
+ 2
1211
+ 15
1212
+ 13
1213
+ 7
1214
+ 21
1215
+ 3
1216
+ 49
1217
+ 18
1218
+ 2
1219
+ 15
1220
+ 49
1221
+ 10
1222
+ 3
1223
+ 19
1224
+ 0
1225
+ 15
1226
+ 5
1227
+ 7
1228
+ 23
1229
+ 64
1230
+ 20
1231
+ 0
1232
+ 49
1233
+ 24
1234
+ 0
1235
+ 47
1236
+ 49
1237
+ 25
1238
+ 2
1239
+ 11
1240
+ I
1241
+ a
1242
+ I
1243
+ 1
1244
+ I
1245
+ 0
1246
+ I
1247
+ 0
1248
+ I
1249
+ -2
1250
+ p
1251
+ 26
1252
+ x
1253
+ 4
1254
+ File
1255
+ n
1256
+ x
1257
+ 6
1258
+ exist?
1259
+ x
1260
+ 5
1261
+ stubs
1262
+ s
1263
+ 9
1264
+ /dev/null
1265
+ x
1266
+ 4
1267
+ with
1268
+ x
1269
+ 7
1270
+ returns
1271
+ x
1272
+ 9
1273
+ Paperclip
1274
+ n
1275
+ x
1276
+ 11
1277
+ CommandLine
1278
+ x
1279
+ 3
1280
+ new
1281
+ x
1282
+ 8
1283
+ allocate
1284
+ s
1285
+ 7
1286
+ convert
1287
+ s
1288
+ 11
1289
+ :one :{two}
1290
+ x
1291
+ 4
1292
+ Hash
1293
+ x
1294
+ 16
1295
+ new_from_literal
1296
+ x
1297
+ 3
1298
+ one
1299
+ s
1300
+ 5
1301
+ a.jpg
1302
+ x
1303
+ 3
1304
+ []=
1305
+ x
1306
+ 3
1307
+ two
1308
+ s
1309
+ 5
1310
+ b.png
1311
+ x
1312
+ 14
1313
+ swallow_stderr
1314
+ x
1315
+ 10
1316
+ initialize
1317
+ s
1318
+ 23
1319
+ convert "a.jpg" "b.png"
1320
+ x
1321
+ 7
1322
+ command
1323
+ x
1324
+ 12
1325
+ assert_equal
1326
+ p
1327
+ 31
1328
+ I
1329
+ 0
1330
+ I
1331
+ 1d
1332
+ I
1333
+ 0
1334
+ I
1335
+ 1e
1336
+ I
1337
+ 13
1338
+ I
1339
+ 1f
1340
+ I
1341
+ 26
1342
+ I
1343
+ 20
1344
+ I
1345
+ 29
1346
+ I
1347
+ 23
1348
+ I
1349
+ 32
1350
+ I
1351
+ 21
1352
+ I
1353
+ 3c
1354
+ I
1355
+ 22
1356
+ I
1357
+ 46
1358
+ I
1359
+ 23
1360
+ I
1361
+ 54
1362
+ I
1363
+ 1f
1364
+ I
1365
+ 57
1366
+ I
1367
+ 20
1368
+ I
1369
+ 5a
1370
+ I
1371
+ 23
1372
+ I
1373
+ 63
1374
+ I
1375
+ 21
1376
+ I
1377
+ 6d
1378
+ I
1379
+ 22
1380
+ I
1381
+ 77
1382
+ I
1383
+ 23
1384
+ I
1385
+ 84
1386
+ I
1387
+ 24
1388
+ I
1389
+ 92
1390
+ x
1391
+ 61
1392
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
1393
+ p
1394
+ 1
1395
+ x
1396
+ 3
1397
+ cmd
1398
+ s
1399
+ 52
1400
+ be able to quote and interpolate dangerous variables
1401
+ M
1402
+ 1
1403
+ p
1404
+ 2
1405
+ x
1406
+ 9
1407
+ for_block
1408
+ t
1409
+ n
1410
+ x
1411
+ 15
1412
+ CommandLineTest
1413
+ i
1414
+ 127
1415
+ 45
1416
+ 0
1417
+ 1
1418
+ 43
1419
+ 2
1420
+ 13
1421
+ 71
1422
+ 3
1423
+ 47
1424
+ 9
1425
+ 65
1426
+ 47
1427
+ 49
1428
+ 4
1429
+ 0
1430
+ 13
1431
+ 7
1432
+ 5
1433
+ 64
1434
+ 7
1435
+ 6
1436
+ 64
1437
+ 44
1438
+ 43
1439
+ 7
1440
+ 4
1441
+ 3
1442
+ 49
1443
+ 8
1444
+ 1
1445
+ 13
1446
+ 7
1447
+ 9
1448
+ 7
1449
+ 10
1450
+ 64
1451
+ 49
1452
+ 11
1453
+ 2
1454
+ 15
1455
+ 13
1456
+ 7
1457
+ 12
1458
+ 7
1459
+ 13
1460
+ 64
1461
+ 49
1462
+ 11
1463
+ 2
1464
+ 15
1465
+ 13
1466
+ 7
1467
+ 14
1468
+ 3
1469
+ 49
1470
+ 11
1471
+ 2
1472
+ 15
1473
+ 47
1474
+ 49
1475
+ 15
1476
+ 3
1477
+ 15
1478
+ 8
1479
+ 110
1480
+ 7
1481
+ 5
1482
+ 64
1483
+ 7
1484
+ 6
1485
+ 64
1486
+ 44
1487
+ 43
1488
+ 7
1489
+ 4
1490
+ 3
1491
+ 49
1492
+ 8
1493
+ 1
1494
+ 13
1495
+ 7
1496
+ 9
1497
+ 7
1498
+ 10
1499
+ 64
1500
+ 49
1501
+ 11
1502
+ 2
1503
+ 15
1504
+ 13
1505
+ 7
1506
+ 12
1507
+ 7
1508
+ 13
1509
+ 64
1510
+ 49
1511
+ 11
1512
+ 2
1513
+ 15
1514
+ 13
1515
+ 7
1516
+ 14
1517
+ 3
1518
+ 49
1519
+ 11
1520
+ 2
1521
+ 15
1522
+ 49
1523
+ 3
1524
+ 3
1525
+ 19
1526
+ 0
1527
+ 15
1528
+ 5
1529
+ 7
1530
+ 16
1531
+ 64
1532
+ 20
1533
+ 0
1534
+ 49
1535
+ 17
1536
+ 0
1537
+ 47
1538
+ 49
1539
+ 18
1540
+ 2
1541
+ 11
1542
+ I
1543
+ a
1544
+ I
1545
+ 1
1546
+ I
1547
+ 0
1548
+ I
1549
+ 0
1550
+ I
1551
+ -2
1552
+ p
1553
+ 19
1554
+ x
1555
+ 9
1556
+ Paperclip
1557
+ n
1558
+ x
1559
+ 11
1560
+ CommandLine
1561
+ x
1562
+ 3
1563
+ new
1564
+ x
1565
+ 8
1566
+ allocate
1567
+ s
1568
+ 7
1569
+ convert
1570
+ s
1571
+ 9
1572
+ :one :two
1573
+ x
1574
+ 4
1575
+ Hash
1576
+ x
1577
+ 16
1578
+ new_from_literal
1579
+ x
1580
+ 3
1581
+ one
1582
+ s
1583
+ 12
1584
+ `rm -rf`.jpg
1585
+ x
1586
+ 3
1587
+ []=
1588
+ x
1589
+ 3
1590
+ two
1591
+ s
1592
+ 9
1593
+ ha'ha.png
1594
+ x
1595
+ 14
1596
+ swallow_stderr
1597
+ x
1598
+ 10
1599
+ initialize
1600
+ s
1601
+ 37
1602
+ convert '`rm -rf`.jpg' 'ha'\''ha.png'
1603
+ x
1604
+ 7
1605
+ command
1606
+ x
1607
+ 12
1608
+ assert_equal
1609
+ p
1610
+ 29
1611
+ I
1612
+ 0
1613
+ I
1614
+ 27
1615
+ I
1616
+ 0
1617
+ I
1618
+ 28
1619
+ I
1620
+ 13
1621
+ I
1622
+ 29
1623
+ I
1624
+ 16
1625
+ I
1626
+ 2c
1627
+ I
1628
+ 1f
1629
+ I
1630
+ 2a
1631
+ I
1632
+ 29
1633
+ I
1634
+ 2b
1635
+ I
1636
+ 33
1637
+ I
1638
+ 2c
1639
+ I
1640
+ 41
1641
+ I
1642
+ 28
1643
+ I
1644
+ 44
1645
+ I
1646
+ 29
1647
+ I
1648
+ 47
1649
+ I
1650
+ 2c
1651
+ I
1652
+ 50
1653
+ I
1654
+ 2a
1655
+ I
1656
+ 5a
1657
+ I
1658
+ 2b
1659
+ I
1660
+ 64
1661
+ I
1662
+ 2c
1663
+ I
1664
+ 71
1665
+ I
1666
+ 2d
1667
+ I
1668
+ 7f
1669
+ x
1670
+ 61
1671
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
1672
+ p
1673
+ 1
1674
+ x
1675
+ 3
1676
+ cmd
1677
+ s
1678
+ 68
1679
+ be able to quote and interpolate dangerous variables even on windows
1680
+ M
1681
+ 1
1682
+ p
1683
+ 2
1684
+ x
1685
+ 9
1686
+ for_block
1687
+ t
1688
+ n
1689
+ x
1690
+ 15
1691
+ CommandLineTest
1692
+ i
1693
+ 146
1694
+ 45
1695
+ 0
1696
+ 1
1697
+ 7
1698
+ 2
1699
+ 49
1700
+ 3
1701
+ 1
1702
+ 7
1703
+ 4
1704
+ 64
1705
+ 49
1706
+ 5
1707
+ 1
1708
+ 3
1709
+ 49
1710
+ 6
1711
+ 1
1712
+ 15
1713
+ 45
1714
+ 7
1715
+ 8
1716
+ 43
1717
+ 9
1718
+ 13
1719
+ 71
1720
+ 10
1721
+ 47
1722
+ 9
1723
+ 84
1724
+ 47
1725
+ 49
1726
+ 11
1727
+ 0
1728
+ 13
1729
+ 7
1730
+ 12
1731
+ 64
1732
+ 7
1733
+ 13
1734
+ 64
1735
+ 44
1736
+ 43
1737
+ 14
1738
+ 4
1739
+ 3
1740
+ 49
1741
+ 15
1742
+ 1
1743
+ 13
1744
+ 7
1745
+ 16
1746
+ 7
1747
+ 17
1748
+ 64
1749
+ 49
1750
+ 18
1751
+ 2
1752
+ 15
1753
+ 13
1754
+ 7
1755
+ 19
1756
+ 7
1757
+ 20
1758
+ 64
1759
+ 49
1760
+ 18
1761
+ 2
1762
+ 15
1763
+ 13
1764
+ 7
1765
+ 21
1766
+ 3
1767
+ 49
1768
+ 18
1769
+ 2
1770
+ 15
1771
+ 47
1772
+ 49
1773
+ 22
1774
+ 3
1775
+ 15
1776
+ 8
1777
+ 129
1778
+ 7
1779
+ 12
1780
+ 64
1781
+ 7
1782
+ 13
1783
+ 64
1784
+ 44
1785
+ 43
1786
+ 14
1787
+ 4
1788
+ 3
1789
+ 49
1790
+ 15
1791
+ 1
1792
+ 13
1793
+ 7
1794
+ 16
1795
+ 7
1796
+ 17
1797
+ 64
1798
+ 49
1799
+ 18
1800
+ 2
1801
+ 15
1802
+ 13
1803
+ 7
1804
+ 19
1805
+ 7
1806
+ 20
1807
+ 64
1808
+ 49
1809
+ 18
1810
+ 2
1811
+ 15
1812
+ 13
1813
+ 7
1814
+ 21
1815
+ 3
1816
+ 49
1817
+ 18
1818
+ 2
1819
+ 15
1820
+ 49
1821
+ 10
1822
+ 3
1823
+ 19
1824
+ 0
1825
+ 15
1826
+ 5
1827
+ 7
1828
+ 23
1829
+ 64
1830
+ 20
1831
+ 0
1832
+ 49
1833
+ 24
1834
+ 0
1835
+ 47
1836
+ 49
1837
+ 25
1838
+ 2
1839
+ 11
1840
+ I
1841
+ a
1842
+ I
1843
+ 1
1844
+ I
1845
+ 0
1846
+ I
1847
+ 0
1848
+ I
1849
+ -2
1850
+ p
1851
+ 26
1852
+ x
1853
+ 4
1854
+ File
1855
+ n
1856
+ x
1857
+ 6
1858
+ exist?
1859
+ x
1860
+ 5
1861
+ stubs
1862
+ s
1863
+ 9
1864
+ /dev/null
1865
+ x
1866
+ 4
1867
+ with
1868
+ x
1869
+ 7
1870
+ returns
1871
+ x
1872
+ 9
1873
+ Paperclip
1874
+ n
1875
+ x
1876
+ 11
1877
+ CommandLine
1878
+ x
1879
+ 3
1880
+ new
1881
+ x
1882
+ 8
1883
+ allocate
1884
+ s
1885
+ 7
1886
+ convert
1887
+ s
1888
+ 9
1889
+ :one :two
1890
+ x
1891
+ 4
1892
+ Hash
1893
+ x
1894
+ 16
1895
+ new_from_literal
1896
+ x
1897
+ 3
1898
+ one
1899
+ s
1900
+ 12
1901
+ `rm -rf`.jpg
1902
+ x
1903
+ 3
1904
+ []=
1905
+ x
1906
+ 3
1907
+ two
1908
+ s
1909
+ 9
1910
+ ha'ha.png
1911
+ x
1912
+ 14
1913
+ swallow_stderr
1914
+ x
1915
+ 10
1916
+ initialize
1917
+ s
1918
+ 34
1919
+ convert "`rm -rf`.jpg" "ha'ha.png"
1920
+ x
1921
+ 7
1922
+ command
1923
+ x
1924
+ 12
1925
+ assert_equal
1926
+ p
1927
+ 31
1928
+ I
1929
+ 0
1930
+ I
1931
+ 30
1932
+ I
1933
+ 0
1934
+ I
1935
+ 31
1936
+ I
1937
+ 13
1938
+ I
1939
+ 32
1940
+ I
1941
+ 26
1942
+ I
1943
+ 33
1944
+ I
1945
+ 29
1946
+ I
1947
+ 36
1948
+ I
1949
+ 32
1950
+ I
1951
+ 34
1952
+ I
1953
+ 3c
1954
+ I
1955
+ 35
1956
+ I
1957
+ 46
1958
+ I
1959
+ 36
1960
+ I
1961
+ 54
1962
+ I
1963
+ 32
1964
+ I
1965
+ 57
1966
+ I
1967
+ 33
1968
+ I
1969
+ 5a
1970
+ I
1971
+ 36
1972
+ I
1973
+ 63
1974
+ I
1975
+ 34
1976
+ I
1977
+ 6d
1978
+ I
1979
+ 35
1980
+ I
1981
+ 77
1982
+ I
1983
+ 36
1984
+ I
1985
+ 84
1986
+ I
1987
+ 37
1988
+ I
1989
+ 92
1990
+ x
1991
+ 61
1992
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
1993
+ p
1994
+ 1
1995
+ x
1996
+ 3
1997
+ cmd
1998
+ s
1999
+ 44
2000
+ add redirection to get rid of stderr in bash
2001
+ M
2002
+ 1
2003
+ p
2004
+ 2
2005
+ x
2006
+ 9
2007
+ for_block
2008
+ t
2009
+ n
2010
+ x
2011
+ 15
2012
+ CommandLineTest
2013
+ i
2014
+ 104
2015
+ 45
2016
+ 0
2017
+ 1
2018
+ 7
2019
+ 2
2020
+ 49
2021
+ 3
2022
+ 1
2023
+ 7
2024
+ 4
2025
+ 64
2026
+ 49
2027
+ 5
2028
+ 1
2029
+ 2
2030
+ 49
2031
+ 6
2032
+ 1
2033
+ 15
2034
+ 45
2035
+ 7
2036
+ 8
2037
+ 43
2038
+ 9
2039
+ 13
2040
+ 71
2041
+ 10
2042
+ 47
2043
+ 9
2044
+ 63
2045
+ 47
2046
+ 49
2047
+ 11
2048
+ 0
2049
+ 13
2050
+ 7
2051
+ 12
2052
+ 64
2053
+ 7
2054
+ 13
2055
+ 64
2056
+ 44
2057
+ 43
2058
+ 14
2059
+ 79
2060
+ 49
2061
+ 15
2062
+ 1
2063
+ 13
2064
+ 7
2065
+ 16
2066
+ 2
2067
+ 49
2068
+ 17
2069
+ 2
2070
+ 15
2071
+ 47
2072
+ 49
2073
+ 18
2074
+ 3
2075
+ 15
2076
+ 8
2077
+ 87
2078
+ 7
2079
+ 12
2080
+ 64
2081
+ 7
2082
+ 13
2083
+ 64
2084
+ 44
2085
+ 43
2086
+ 14
2087
+ 79
2088
+ 49
2089
+ 15
2090
+ 1
2091
+ 13
2092
+ 7
2093
+ 16
2094
+ 2
2095
+ 49
2096
+ 17
2097
+ 2
2098
+ 15
2099
+ 49
2100
+ 10
2101
+ 3
2102
+ 19
2103
+ 0
2104
+ 15
2105
+ 5
2106
+ 7
2107
+ 19
2108
+ 64
2109
+ 20
2110
+ 0
2111
+ 49
2112
+ 20
2113
+ 0
2114
+ 47
2115
+ 49
2116
+ 21
2117
+ 2
2118
+ 11
2119
+ I
2120
+ a
2121
+ I
2122
+ 1
2123
+ I
2124
+ 0
2125
+ I
2126
+ 0
2127
+ I
2128
+ -2
2129
+ p
2130
+ 22
2131
+ x
2132
+ 4
2133
+ File
2134
+ n
2135
+ x
2136
+ 6
2137
+ exist?
2138
+ x
2139
+ 5
2140
+ stubs
2141
+ s
2142
+ 9
2143
+ /dev/null
2144
+ x
2145
+ 4
2146
+ with
2147
+ x
2148
+ 7
2149
+ returns
2150
+ x
2151
+ 9
2152
+ Paperclip
2153
+ n
2154
+ x
2155
+ 11
2156
+ CommandLine
2157
+ x
2158
+ 3
2159
+ new
2160
+ x
2161
+ 8
2162
+ allocate
2163
+ s
2164
+ 7
2165
+ convert
2166
+ s
2167
+ 11
2168
+ a.jpg b.png
2169
+ x
2170
+ 4
2171
+ Hash
2172
+ x
2173
+ 16
2174
+ new_from_literal
2175
+ x
2176
+ 14
2177
+ swallow_stderr
2178
+ x
2179
+ 3
2180
+ []=
2181
+ x
2182
+ 10
2183
+ initialize
2184
+ s
2185
+ 31
2186
+ convert a.jpg b.png 2>/dev/null
2187
+ x
2188
+ 7
2189
+ command
2190
+ x
2191
+ 12
2192
+ assert_equal
2193
+ p
2194
+ 19
2195
+ I
2196
+ 0
2197
+ I
2198
+ 3a
2199
+ I
2200
+ 0
2201
+ I
2202
+ 3b
2203
+ I
2204
+ 13
2205
+ I
2206
+ 3c
2207
+ I
2208
+ 26
2209
+ I
2210
+ 3d
2211
+ I
2212
+ 29
2213
+ I
2214
+ 3e
2215
+ I
2216
+ 3f
2217
+ I
2218
+ 3c
2219
+ I
2220
+ 42
2221
+ I
2222
+ 3d
2223
+ I
2224
+ 45
2225
+ I
2226
+ 3e
2227
+ I
2228
+ 5a
2229
+ I
2230
+ 40
2231
+ I
2232
+ 68
2233
+ x
2234
+ 61
2235
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
2236
+ p
2237
+ 1
2238
+ x
2239
+ 3
2240
+ cmd
2241
+ s
2242
+ 47
2243
+ add redirection to get rid of stderr in cmd.exe
2244
+ M
2245
+ 1
2246
+ p
2247
+ 2
2248
+ x
2249
+ 9
2250
+ for_block
2251
+ t
2252
+ n
2253
+ x
2254
+ 15
2255
+ CommandLineTest
2256
+ i
2257
+ 104
2258
+ 45
2259
+ 0
2260
+ 1
2261
+ 7
2262
+ 2
2263
+ 49
2264
+ 3
2265
+ 1
2266
+ 7
2267
+ 4
2268
+ 64
2269
+ 49
2270
+ 5
2271
+ 1
2272
+ 3
2273
+ 49
2274
+ 6
2275
+ 1
2276
+ 15
2277
+ 45
2278
+ 7
2279
+ 8
2280
+ 43
2281
+ 9
2282
+ 13
2283
+ 71
2284
+ 10
2285
+ 47
2286
+ 9
2287
+ 63
2288
+ 47
2289
+ 49
2290
+ 11
2291
+ 0
2292
+ 13
2293
+ 7
2294
+ 12
2295
+ 64
2296
+ 7
2297
+ 13
2298
+ 64
2299
+ 44
2300
+ 43
2301
+ 14
2302
+ 79
2303
+ 49
2304
+ 15
2305
+ 1
2306
+ 13
2307
+ 7
2308
+ 16
2309
+ 2
2310
+ 49
2311
+ 17
2312
+ 2
2313
+ 15
2314
+ 47
2315
+ 49
2316
+ 18
2317
+ 3
2318
+ 15
2319
+ 8
2320
+ 87
2321
+ 7
2322
+ 12
2323
+ 64
2324
+ 7
2325
+ 13
2326
+ 64
2327
+ 44
2328
+ 43
2329
+ 14
2330
+ 79
2331
+ 49
2332
+ 15
2333
+ 1
2334
+ 13
2335
+ 7
2336
+ 16
2337
+ 2
2338
+ 49
2339
+ 17
2340
+ 2
2341
+ 15
2342
+ 49
2343
+ 10
2344
+ 3
2345
+ 19
2346
+ 0
2347
+ 15
2348
+ 5
2349
+ 7
2350
+ 19
2351
+ 64
2352
+ 20
2353
+ 0
2354
+ 49
2355
+ 20
2356
+ 0
2357
+ 47
2358
+ 49
2359
+ 21
2360
+ 2
2361
+ 11
2362
+ I
2363
+ a
2364
+ I
2365
+ 1
2366
+ I
2367
+ 0
2368
+ I
2369
+ 0
2370
+ I
2371
+ -2
2372
+ p
2373
+ 22
2374
+ x
2375
+ 4
2376
+ File
2377
+ n
2378
+ x
2379
+ 6
2380
+ exist?
2381
+ x
2382
+ 5
2383
+ stubs
2384
+ s
2385
+ 9
2386
+ /dev/null
2387
+ x
2388
+ 4
2389
+ with
2390
+ x
2391
+ 7
2392
+ returns
2393
+ x
2394
+ 9
2395
+ Paperclip
2396
+ n
2397
+ x
2398
+ 11
2399
+ CommandLine
2400
+ x
2401
+ 3
2402
+ new
2403
+ x
2404
+ 8
2405
+ allocate
2406
+ s
2407
+ 7
2408
+ convert
2409
+ s
2410
+ 11
2411
+ a.jpg b.png
2412
+ x
2413
+ 4
2414
+ Hash
2415
+ x
2416
+ 16
2417
+ new_from_literal
2418
+ x
2419
+ 14
2420
+ swallow_stderr
2421
+ x
2422
+ 3
2423
+ []=
2424
+ x
2425
+ 10
2426
+ initialize
2427
+ s
2428
+ 25
2429
+ convert a.jpg b.png 2>NUL
2430
+ x
2431
+ 7
2432
+ command
2433
+ x
2434
+ 12
2435
+ assert_equal
2436
+ p
2437
+ 19
2438
+ I
2439
+ 0
2440
+ I
2441
+ 43
2442
+ I
2443
+ 0
2444
+ I
2445
+ 44
2446
+ I
2447
+ 13
2448
+ I
2449
+ 45
2450
+ I
2451
+ 26
2452
+ I
2453
+ 46
2454
+ I
2455
+ 29
2456
+ I
2457
+ 47
2458
+ I
2459
+ 3f
2460
+ I
2461
+ 45
2462
+ I
2463
+ 42
2464
+ I
2465
+ 46
2466
+ I
2467
+ 45
2468
+ I
2469
+ 47
2470
+ I
2471
+ 5a
2472
+ I
2473
+ 49
2474
+ I
2475
+ 68
2476
+ x
2477
+ 61
2478
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
2479
+ p
2480
+ 1
2481
+ x
2482
+ 3
2483
+ cmd
2484
+ s
2485
+ 68
2486
+ raise if trying to interpolate :swallow_stderr or :expected_outcodes
2487
+ M
2488
+ 1
2489
+ p
2490
+ 2
2491
+ x
2492
+ 9
2493
+ for_block
2494
+ t
2495
+ n
2496
+ x
2497
+ 15
2498
+ CommandLineTest
2499
+ i
2500
+ 106
2501
+ 45
2502
+ 0
2503
+ 1
2504
+ 43
2505
+ 2
2506
+ 13
2507
+ 71
2508
+ 3
2509
+ 47
2510
+ 9
2511
+ 55
2512
+ 47
2513
+ 49
2514
+ 4
2515
+ 0
2516
+ 13
2517
+ 7
2518
+ 5
2519
+ 64
2520
+ 7
2521
+ 6
2522
+ 64
2523
+ 44
2524
+ 43
2525
+ 7
2526
+ 80
2527
+ 49
2528
+ 8
2529
+ 1
2530
+ 13
2531
+ 7
2532
+ 9
2533
+ 3
2534
+ 49
2535
+ 10
2536
+ 2
2537
+ 15
2538
+ 13
2539
+ 7
2540
+ 11
2541
+ 78
2542
+ 79
2543
+ 35
2544
+ 2
2545
+ 49
2546
+ 10
2547
+ 2
2548
+ 15
2549
+ 47
2550
+ 49
2551
+ 12
2552
+ 3
2553
+ 15
2554
+ 8
2555
+ 90
2556
+ 7
2557
+ 5
2558
+ 64
2559
+ 7
2560
+ 6
2561
+ 64
2562
+ 44
2563
+ 43
2564
+ 7
2565
+ 80
2566
+ 49
2567
+ 8
2568
+ 1
2569
+ 13
2570
+ 7
2571
+ 9
2572
+ 3
2573
+ 49
2574
+ 10
2575
+ 2
2576
+ 15
2577
+ 13
2578
+ 7
2579
+ 11
2580
+ 78
2581
+ 79
2582
+ 35
2583
+ 2
2584
+ 49
2585
+ 10
2586
+ 2
2587
+ 15
2588
+ 49
2589
+ 3
2590
+ 3
2591
+ 19
2592
+ 0
2593
+ 15
2594
+ 5
2595
+ 45
2596
+ 0
2597
+ 13
2598
+ 43
2599
+ 14
2600
+ 56
2601
+ 15
2602
+ 47
2603
+ 50
2604
+ 16
2605
+ 1
2606
+ 11
2607
+ I
2608
+ b
2609
+ I
2610
+ 1
2611
+ I
2612
+ 0
2613
+ I
2614
+ 0
2615
+ I
2616
+ -2
2617
+ p
2618
+ 17
2619
+ x
2620
+ 9
2621
+ Paperclip
2622
+ n
2623
+ x
2624
+ 11
2625
+ CommandLine
2626
+ x
2627
+ 3
2628
+ new
2629
+ x
2630
+ 8
2631
+ allocate
2632
+ s
2633
+ 7
2634
+ convert
2635
+ s
2636
+ 34
2637
+ :swallow_stderr :expected_outcodes
2638
+ x
2639
+ 4
2640
+ Hash
2641
+ x
2642
+ 16
2643
+ new_from_literal
2644
+ x
2645
+ 14
2646
+ swallow_stderr
2647
+ x
2648
+ 3
2649
+ []=
2650
+ x
2651
+ 17
2652
+ expected_outcodes
2653
+ x
2654
+ 10
2655
+ initialize
2656
+ n
2657
+ x
2658
+ 25
2659
+ PaperclipCommandLineError
2660
+ M
2661
+ 1
2662
+ p
2663
+ 2
2664
+ x
2665
+ 9
2666
+ for_block
2667
+ t
2668
+ n
2669
+ x
2670
+ 15
2671
+ CommandLineTest
2672
+ i
2673
+ 7
2674
+ 21
2675
+ 1
2676
+ 0
2677
+ 49
2678
+ 0
2679
+ 0
2680
+ 11
2681
+ I
2682
+ 2
2683
+ I
2684
+ 0
2685
+ I
2686
+ 0
2687
+ I
2688
+ 0
2689
+ I
2690
+ -2
2691
+ p
2692
+ 1
2693
+ x
2694
+ 7
2695
+ command
2696
+ p
2697
+ 5
2698
+ I
2699
+ 0
2700
+ I
2701
+ 51
2702
+ I
2703
+ 0
2704
+ I
2705
+ 52
2706
+ I
2707
+ 7
2708
+ x
2709
+ 61
2710
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
2711
+ p
2712
+ 0
2713
+ x
2714
+ 12
2715
+ assert_raise
2716
+ p
2717
+ 25
2718
+ I
2719
+ 0
2720
+ I
2721
+ 4c
2722
+ I
2723
+ 0
2724
+ I
2725
+ 4d
2726
+ I
2727
+ 13
2728
+ I
2729
+ 4e
2730
+ I
2731
+ 16
2732
+ I
2733
+ 50
2734
+ I
2735
+ 1e
2736
+ I
2737
+ 4f
2738
+ I
2739
+ 26
2740
+ I
2741
+ 50
2742
+ I
2743
+ 37
2744
+ I
2745
+ 4d
2746
+ I
2747
+ 3a
2748
+ I
2749
+ 4e
2750
+ I
2751
+ 3d
2752
+ I
2753
+ 50
2754
+ I
2755
+ 45
2756
+ I
2757
+ 4f
2758
+ I
2759
+ 4d
2760
+ I
2761
+ 50
2762
+ I
2763
+ 5d
2764
+ I
2765
+ 51
2766
+ I
2767
+ 6a
2768
+ x
2769
+ 61
2770
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
2771
+ p
2772
+ 1
2773
+ x
2774
+ 3
2775
+ cmd
2776
+ s
2777
+ 49
2778
+ run the #command it's given and return the output
2779
+ M
2780
+ 1
2781
+ p
2782
+ 2
2783
+ x
2784
+ 9
2785
+ for_block
2786
+ t
2787
+ n
2788
+ x
2789
+ 15
2790
+ CommandLineTest
2791
+ i
2792
+ 102
2793
+ 45
2794
+ 0
2795
+ 1
2796
+ 43
2797
+ 2
2798
+ 13
2799
+ 71
2800
+ 3
2801
+ 47
2802
+ 9
2803
+ 44
2804
+ 47
2805
+ 49
2806
+ 4
2807
+ 0
2808
+ 13
2809
+ 7
2810
+ 5
2811
+ 64
2812
+ 7
2813
+ 6
2814
+ 64
2815
+ 44
2816
+ 43
2817
+ 7
2818
+ 79
2819
+ 49
2820
+ 8
2821
+ 1
2822
+ 13
2823
+ 7
2824
+ 9
2825
+ 3
2826
+ 49
2827
+ 10
2828
+ 2
2829
+ 15
2830
+ 47
2831
+ 49
2832
+ 11
2833
+ 3
2834
+ 15
2835
+ 8
2836
+ 68
2837
+ 7
2838
+ 5
2839
+ 64
2840
+ 7
2841
+ 6
2842
+ 64
2843
+ 44
2844
+ 43
2845
+ 7
2846
+ 79
2847
+ 49
2848
+ 8
2849
+ 1
2850
+ 13
2851
+ 7
2852
+ 9
2853
+ 3
2854
+ 49
2855
+ 10
2856
+ 2
2857
+ 15
2858
+ 49
2859
+ 3
2860
+ 3
2861
+ 19
2862
+ 0
2863
+ 15
2864
+ 20
2865
+ 0
2866
+ 49
2867
+ 12
2868
+ 0
2869
+ 7
2870
+ 13
2871
+ 49
2872
+ 14
2873
+ 1
2874
+ 7
2875
+ 15
2876
+ 64
2877
+ 49
2878
+ 16
2879
+ 1
2880
+ 7
2881
+ 17
2882
+ 49
2883
+ 18
2884
+ 1
2885
+ 15
2886
+ 5
2887
+ 78
2888
+ 56
2889
+ 19
2890
+ 47
2891
+ 50
2892
+ 20
2893
+ 1
2894
+ 11
2895
+ I
2896
+ a
2897
+ I
2898
+ 1
2899
+ I
2900
+ 0
2901
+ I
2902
+ 0
2903
+ I
2904
+ -2
2905
+ p
2906
+ 21
2907
+ x
2908
+ 9
2909
+ Paperclip
2910
+ n
2911
+ x
2912
+ 11
2913
+ CommandLine
2914
+ x
2915
+ 3
2916
+ new
2917
+ x
2918
+ 8
2919
+ allocate
2920
+ s
2921
+ 7
2922
+ convert
2923
+ s
2924
+ 11
2925
+ a.jpg b.png
2926
+ x
2927
+ 4
2928
+ Hash
2929
+ x
2930
+ 16
2931
+ new_from_literal
2932
+ x
2933
+ 14
2934
+ swallow_stderr
2935
+ x
2936
+ 3
2937
+ []=
2938
+ x
2939
+ 10
2940
+ initialize
2941
+ x
2942
+ 5
2943
+ class
2944
+ x
2945
+ 1
2946
+ `
2947
+ x
2948
+ 5
2949
+ stubs
2950
+ s
2951
+ 19
2952
+ convert a.jpg b.png
2953
+ x
2954
+ 4
2955
+ with
2956
+ x
2957
+ 13
2958
+ correct_value
2959
+ x
2960
+ 7
2961
+ returns
2962
+ M
2963
+ 1
2964
+ p
2965
+ 2
2966
+ x
2967
+ 9
2968
+ for_block
2969
+ t
2970
+ n
2971
+ x
2972
+ 15
2973
+ CommandLineTest
2974
+ i
2975
+ 14
2976
+ 5
2977
+ 7
2978
+ 0
2979
+ 21
2980
+ 1
2981
+ 0
2982
+ 49
2983
+ 1
2984
+ 0
2985
+ 47
2986
+ 49
2987
+ 2
2988
+ 2
2989
+ 11
2990
+ I
2991
+ 4
2992
+ I
2993
+ 0
2994
+ I
2995
+ 0
2996
+ I
2997
+ 0
2998
+ I
2999
+ -2
3000
+ p
3001
+ 3
3002
+ x
3003
+ 13
3004
+ correct_value
3005
+ x
3006
+ 3
3007
+ run
3008
+ x
3009
+ 12
3010
+ assert_equal
3011
+ p
3012
+ 5
3013
+ I
3014
+ 0
3015
+ I
3016
+ 59
3017
+ I
3018
+ 0
3019
+ I
3020
+ 5a
3021
+ I
3022
+ e
3023
+ x
3024
+ 61
3025
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3026
+ p
3027
+ 0
3028
+ x
3029
+ 25
3030
+ with_exitstatus_returning
3031
+ p
3032
+ 9
3033
+ I
3034
+ 0
3035
+ I
3036
+ 56
3037
+ I
3038
+ 0
3039
+ I
3040
+ 57
3041
+ I
3042
+ 47
3043
+ I
3044
+ 58
3045
+ I
3046
+ 5d
3047
+ I
3048
+ 59
3049
+ I
3050
+ 66
3051
+ x
3052
+ 61
3053
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3054
+ p
3055
+ 1
3056
+ x
3057
+ 3
3058
+ cmd
3059
+ s
3060
+ 67
3061
+ raise a PaperclipCommandLineError if the result code isn't expected
3062
+ M
3063
+ 1
3064
+ p
3065
+ 2
3066
+ x
3067
+ 9
3068
+ for_block
3069
+ t
3070
+ n
3071
+ x
3072
+ 15
3073
+ CommandLineTest
3074
+ i
3075
+ 102
3076
+ 45
3077
+ 0
3078
+ 1
3079
+ 43
3080
+ 2
3081
+ 13
3082
+ 71
3083
+ 3
3084
+ 47
3085
+ 9
3086
+ 44
3087
+ 47
3088
+ 49
3089
+ 4
3090
+ 0
3091
+ 13
3092
+ 7
3093
+ 5
3094
+ 64
3095
+ 7
3096
+ 6
3097
+ 64
3098
+ 44
3099
+ 43
3100
+ 7
3101
+ 79
3102
+ 49
3103
+ 8
3104
+ 1
3105
+ 13
3106
+ 7
3107
+ 9
3108
+ 3
3109
+ 49
3110
+ 10
3111
+ 2
3112
+ 15
3113
+ 47
3114
+ 49
3115
+ 11
3116
+ 3
3117
+ 15
3118
+ 8
3119
+ 68
3120
+ 7
3121
+ 5
3122
+ 64
3123
+ 7
3124
+ 6
3125
+ 64
3126
+ 44
3127
+ 43
3128
+ 7
3129
+ 79
3130
+ 49
3131
+ 8
3132
+ 1
3133
+ 13
3134
+ 7
3135
+ 9
3136
+ 3
3137
+ 49
3138
+ 10
3139
+ 2
3140
+ 15
3141
+ 49
3142
+ 3
3143
+ 3
3144
+ 19
3145
+ 0
3146
+ 15
3147
+ 20
3148
+ 0
3149
+ 49
3150
+ 12
3151
+ 0
3152
+ 7
3153
+ 13
3154
+ 49
3155
+ 14
3156
+ 1
3157
+ 7
3158
+ 15
3159
+ 64
3160
+ 49
3161
+ 16
3162
+ 1
3163
+ 7
3164
+ 17
3165
+ 49
3166
+ 18
3167
+ 1
3168
+ 15
3169
+ 5
3170
+ 79
3171
+ 56
3172
+ 19
3173
+ 47
3174
+ 50
3175
+ 20
3176
+ 1
3177
+ 11
3178
+ I
3179
+ a
3180
+ I
3181
+ 1
3182
+ I
3183
+ 0
3184
+ I
3185
+ 0
3186
+ I
3187
+ -2
3188
+ p
3189
+ 21
3190
+ x
3191
+ 9
3192
+ Paperclip
3193
+ n
3194
+ x
3195
+ 11
3196
+ CommandLine
3197
+ x
3198
+ 3
3199
+ new
3200
+ x
3201
+ 8
3202
+ allocate
3203
+ s
3204
+ 7
3205
+ convert
3206
+ s
3207
+ 11
3208
+ a.jpg b.png
3209
+ x
3210
+ 4
3211
+ Hash
3212
+ x
3213
+ 16
3214
+ new_from_literal
3215
+ x
3216
+ 14
3217
+ swallow_stderr
3218
+ x
3219
+ 3
3220
+ []=
3221
+ x
3222
+ 10
3223
+ initialize
3224
+ x
3225
+ 5
3226
+ class
3227
+ x
3228
+ 1
3229
+ `
3230
+ x
3231
+ 5
3232
+ stubs
3233
+ s
3234
+ 19
3235
+ convert a.jpg b.png
3236
+ x
3237
+ 4
3238
+ with
3239
+ x
3240
+ 13
3241
+ correct_value
3242
+ x
3243
+ 7
3244
+ returns
3245
+ M
3246
+ 1
3247
+ p
3248
+ 2
3249
+ x
3250
+ 9
3251
+ for_block
3252
+ t
3253
+ n
3254
+ x
3255
+ 15
3256
+ CommandLineTest
3257
+ i
3258
+ 13
3259
+ 5
3260
+ 45
3261
+ 0
3262
+ 1
3263
+ 43
3264
+ 2
3265
+ 56
3266
+ 3
3267
+ 47
3268
+ 50
3269
+ 4
3270
+ 1
3271
+ 11
3272
+ I
3273
+ 4
3274
+ I
3275
+ 0
3276
+ I
3277
+ 0
3278
+ I
3279
+ 0
3280
+ I
3281
+ -2
3282
+ p
3283
+ 5
3284
+ x
3285
+ 9
3286
+ Paperclip
3287
+ n
3288
+ x
3289
+ 25
3290
+ PaperclipCommandLineError
3291
+ M
3292
+ 1
3293
+ p
3294
+ 2
3295
+ x
3296
+ 9
3297
+ for_block
3298
+ t
3299
+ n
3300
+ x
3301
+ 15
3302
+ CommandLineTest
3303
+ i
3304
+ 7
3305
+ 21
3306
+ 2
3307
+ 0
3308
+ 49
3309
+ 0
3310
+ 0
3311
+ 11
3312
+ I
3313
+ 2
3314
+ I
3315
+ 0
3316
+ I
3317
+ 0
3318
+ I
3319
+ 0
3320
+ I
3321
+ -2
3322
+ p
3323
+ 1
3324
+ x
3325
+ 3
3326
+ run
3327
+ p
3328
+ 5
3329
+ I
3330
+ 0
3331
+ I
3332
+ 62
3333
+ I
3334
+ 0
3335
+ I
3336
+ 63
3337
+ I
3338
+ 7
3339
+ x
3340
+ 61
3341
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3342
+ p
3343
+ 0
3344
+ x
3345
+ 13
3346
+ assert_raises
3347
+ p
3348
+ 5
3349
+ I
3350
+ 0
3351
+ I
3352
+ 61
3353
+ I
3354
+ 0
3355
+ I
3356
+ 62
3357
+ I
3358
+ d
3359
+ x
3360
+ 61
3361
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3362
+ p
3363
+ 0
3364
+ x
3365
+ 25
3366
+ with_exitstatus_returning
3367
+ p
3368
+ 9
3369
+ I
3370
+ 0
3371
+ I
3372
+ 5e
3373
+ I
3374
+ 0
3375
+ I
3376
+ 5f
3377
+ I
3378
+ 47
3379
+ I
3380
+ 60
3381
+ I
3382
+ 5d
3383
+ I
3384
+ 61
3385
+ I
3386
+ 66
3387
+ x
3388
+ 61
3389
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3390
+ p
3391
+ 1
3392
+ x
3393
+ 3
3394
+ cmd
3395
+ s
3396
+ 68
3397
+ not raise a PaperclipCommandLineError if the result code is expected
3398
+ M
3399
+ 1
3400
+ p
3401
+ 2
3402
+ x
3403
+ 9
3404
+ for_block
3405
+ t
3406
+ n
3407
+ x
3408
+ 15
3409
+ CommandLineTest
3410
+ i
3411
+ 124
3412
+ 45
3413
+ 0
3414
+ 1
3415
+ 43
3416
+ 2
3417
+ 13
3418
+ 71
3419
+ 3
3420
+ 47
3421
+ 9
3422
+ 55
3423
+ 47
3424
+ 49
3425
+ 4
3426
+ 0
3427
+ 13
3428
+ 7
3429
+ 5
3430
+ 64
3431
+ 7
3432
+ 6
3433
+ 64
3434
+ 44
3435
+ 43
3436
+ 7
3437
+ 80
3438
+ 49
3439
+ 8
3440
+ 1
3441
+ 13
3442
+ 7
3443
+ 9
3444
+ 78
3445
+ 79
3446
+ 35
3447
+ 2
3448
+ 49
3449
+ 10
3450
+ 2
3451
+ 15
3452
+ 13
3453
+ 7
3454
+ 11
3455
+ 3
3456
+ 49
3457
+ 10
3458
+ 2
3459
+ 15
3460
+ 47
3461
+ 49
3462
+ 12
3463
+ 3
3464
+ 15
3465
+ 8
3466
+ 90
3467
+ 7
3468
+ 5
3469
+ 64
3470
+ 7
3471
+ 6
3472
+ 64
3473
+ 44
3474
+ 43
3475
+ 7
3476
+ 80
3477
+ 49
3478
+ 8
3479
+ 1
3480
+ 13
3481
+ 7
3482
+ 9
3483
+ 78
3484
+ 79
3485
+ 35
3486
+ 2
3487
+ 49
3488
+ 10
3489
+ 2
3490
+ 15
3491
+ 13
3492
+ 7
3493
+ 11
3494
+ 3
3495
+ 49
3496
+ 10
3497
+ 2
3498
+ 15
3499
+ 49
3500
+ 3
3501
+ 3
3502
+ 19
3503
+ 0
3504
+ 15
3505
+ 20
3506
+ 0
3507
+ 49
3508
+ 13
3509
+ 0
3510
+ 7
3511
+ 14
3512
+ 49
3513
+ 15
3514
+ 1
3515
+ 7
3516
+ 16
3517
+ 64
3518
+ 49
3519
+ 17
3520
+ 1
3521
+ 7
3522
+ 18
3523
+ 49
3524
+ 19
3525
+ 1
3526
+ 15
3527
+ 5
3528
+ 79
3529
+ 56
3530
+ 20
3531
+ 47
3532
+ 50
3533
+ 21
3534
+ 1
3535
+ 11
3536
+ I
3537
+ b
3538
+ I
3539
+ 1
3540
+ I
3541
+ 0
3542
+ I
3543
+ 0
3544
+ I
3545
+ -2
3546
+ p
3547
+ 22
3548
+ x
3549
+ 9
3550
+ Paperclip
3551
+ n
3552
+ x
3553
+ 11
3554
+ CommandLine
3555
+ x
3556
+ 3
3557
+ new
3558
+ x
3559
+ 8
3560
+ allocate
3561
+ s
3562
+ 7
3563
+ convert
3564
+ s
3565
+ 11
3566
+ a.jpg b.png
3567
+ x
3568
+ 4
3569
+ Hash
3570
+ x
3571
+ 16
3572
+ new_from_literal
3573
+ x
3574
+ 17
3575
+ expected_outcodes
3576
+ x
3577
+ 3
3578
+ []=
3579
+ x
3580
+ 14
3581
+ swallow_stderr
3582
+ x
3583
+ 10
3584
+ initialize
3585
+ x
3586
+ 5
3587
+ class
3588
+ x
3589
+ 1
3590
+ `
3591
+ x
3592
+ 5
3593
+ stubs
3594
+ s
3595
+ 19
3596
+ convert a.jpg b.png
3597
+ x
3598
+ 4
3599
+ with
3600
+ x
3601
+ 13
3602
+ correct_value
3603
+ x
3604
+ 7
3605
+ returns
3606
+ M
3607
+ 1
3608
+ p
3609
+ 2
3610
+ x
3611
+ 9
3612
+ for_block
3613
+ t
3614
+ n
3615
+ x
3616
+ 15
3617
+ CommandLineTest
3618
+ i
3619
+ 8
3620
+ 5
3621
+ 56
3622
+ 0
3623
+ 47
3624
+ 50
3625
+ 1
3626
+ 0
3627
+ 11
3628
+ I
3629
+ 3
3630
+ I
3631
+ 0
3632
+ I
3633
+ 0
3634
+ I
3635
+ 0
3636
+ I
3637
+ -2
3638
+ p
3639
+ 2
3640
+ M
3641
+ 1
3642
+ p
3643
+ 2
3644
+ x
3645
+ 9
3646
+ for_block
3647
+ t
3648
+ n
3649
+ x
3650
+ 15
3651
+ CommandLineTest
3652
+ i
3653
+ 7
3654
+ 21
3655
+ 2
3656
+ 0
3657
+ 49
3658
+ 0
3659
+ 0
3660
+ 11
3661
+ I
3662
+ 2
3663
+ I
3664
+ 0
3665
+ I
3666
+ 0
3667
+ I
3668
+ 0
3669
+ I
3670
+ -2
3671
+ p
3672
+ 1
3673
+ x
3674
+ 3
3675
+ run
3676
+ p
3677
+ 5
3678
+ I
3679
+ 0
3680
+ I
3681
+ 6f
3682
+ I
3683
+ 0
3684
+ I
3685
+ 70
3686
+ I
3687
+ 7
3688
+ x
3689
+ 61
3690
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3691
+ p
3692
+ 0
3693
+ x
3694
+ 21
3695
+ assert_nothing_raised
3696
+ p
3697
+ 5
3698
+ I
3699
+ 0
3700
+ I
3701
+ 6e
3702
+ I
3703
+ 0
3704
+ I
3705
+ 6f
3706
+ I
3707
+ 8
3708
+ x
3709
+ 61
3710
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3711
+ p
3712
+ 0
3713
+ x
3714
+ 25
3715
+ with_exitstatus_returning
3716
+ p
3717
+ 27
3718
+ I
3719
+ 0
3720
+ I
3721
+ 68
3722
+ I
3723
+ 0
3724
+ I
3725
+ 69
3726
+ I
3727
+ 13
3728
+ I
3729
+ 6a
3730
+ I
3731
+ 16
3732
+ I
3733
+ 6c
3734
+ I
3735
+ 1e
3736
+ I
3737
+ 6b
3738
+ I
3739
+ 29
3740
+ I
3741
+ 6c
3742
+ I
3743
+ 37
3744
+ I
3745
+ 69
3746
+ I
3747
+ 3a
3748
+ I
3749
+ 6a
3750
+ I
3751
+ 3d
3752
+ I
3753
+ 6c
3754
+ I
3755
+ 45
3756
+ I
3757
+ 6b
3758
+ I
3759
+ 50
3760
+ I
3761
+ 6c
3762
+ I
3763
+ 5d
3764
+ I
3765
+ 6d
3766
+ I
3767
+ 73
3768
+ I
3769
+ 6e
3770
+ I
3771
+ 7c
3772
+ x
3773
+ 61
3774
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3775
+ p
3776
+ 1
3777
+ x
3778
+ 3
3779
+ cmd
3780
+ s
3781
+ 15
3782
+ log the command
3783
+ M
3784
+ 1
3785
+ p
3786
+ 2
3787
+ x
3788
+ 9
3789
+ for_block
3790
+ t
3791
+ n
3792
+ x
3793
+ 15
3794
+ CommandLineTest
3795
+ i
3796
+ 103
3797
+ 45
3798
+ 0
3799
+ 1
3800
+ 43
3801
+ 2
3802
+ 13
3803
+ 71
3804
+ 3
3805
+ 47
3806
+ 9
3807
+ 44
3808
+ 47
3809
+ 49
3810
+ 4
3811
+ 0
3812
+ 13
3813
+ 7
3814
+ 5
3815
+ 64
3816
+ 7
3817
+ 6
3818
+ 64
3819
+ 44
3820
+ 43
3821
+ 7
3822
+ 79
3823
+ 49
3824
+ 8
3825
+ 1
3826
+ 13
3827
+ 7
3828
+ 9
3829
+ 3
3830
+ 49
3831
+ 10
3832
+ 2
3833
+ 15
3834
+ 47
3835
+ 49
3836
+ 11
3837
+ 3
3838
+ 15
3839
+ 8
3840
+ 68
3841
+ 7
3842
+ 5
3843
+ 64
3844
+ 7
3845
+ 6
3846
+ 64
3847
+ 44
3848
+ 43
3849
+ 7
3850
+ 79
3851
+ 49
3852
+ 8
3853
+ 1
3854
+ 13
3855
+ 7
3856
+ 9
3857
+ 3
3858
+ 49
3859
+ 10
3860
+ 2
3861
+ 15
3862
+ 49
3863
+ 3
3864
+ 3
3865
+ 19
3866
+ 0
3867
+ 15
3868
+ 20
3869
+ 0
3870
+ 49
3871
+ 12
3872
+ 0
3873
+ 7
3874
+ 13
3875
+ 49
3876
+ 14
3877
+ 1
3878
+ 15
3879
+ 45
3880
+ 0
3881
+ 15
3882
+ 7
3883
+ 16
3884
+ 49
3885
+ 17
3886
+ 1
3887
+ 7
3888
+ 18
3889
+ 64
3890
+ 49
3891
+ 19
3892
+ 1
3893
+ 15
3894
+ 20
3895
+ 0
3896
+ 49
3897
+ 20
3898
+ 0
3899
+ 11
3900
+ I
3901
+ a
3902
+ I
3903
+ 1
3904
+ I
3905
+ 0
3906
+ I
3907
+ 0
3908
+ I
3909
+ -2
3910
+ p
3911
+ 21
3912
+ x
3913
+ 9
3914
+ Paperclip
3915
+ n
3916
+ x
3917
+ 11
3918
+ CommandLine
3919
+ x
3920
+ 3
3921
+ new
3922
+ x
3923
+ 8
3924
+ allocate
3925
+ s
3926
+ 7
3927
+ convert
3928
+ s
3929
+ 11
3930
+ a.jpg b.png
3931
+ x
3932
+ 4
3933
+ Hash
3934
+ x
3935
+ 16
3936
+ new_from_literal
3937
+ x
3938
+ 14
3939
+ swallow_stderr
3940
+ x
3941
+ 3
3942
+ []=
3943
+ x
3944
+ 10
3945
+ initialize
3946
+ x
3947
+ 5
3948
+ class
3949
+ x
3950
+ 1
3951
+ `
3952
+ x
3953
+ 5
3954
+ stubs
3955
+ n
3956
+ x
3957
+ 3
3958
+ log
3959
+ x
3960
+ 7
3961
+ expects
3962
+ s
3963
+ 19
3964
+ convert a.jpg b.png
3965
+ x
3966
+ 4
3967
+ with
3968
+ x
3969
+ 3
3970
+ run
3971
+ p
3972
+ 11
3973
+ I
3974
+ 0
3975
+ I
3976
+ 75
3977
+ I
3978
+ 0
3979
+ I
3980
+ 76
3981
+ I
3982
+ 47
3983
+ I
3984
+ 77
3985
+ I
3986
+ 52
3987
+ I
3988
+ 78
3989
+ I
3990
+ 61
3991
+ I
3992
+ 79
3993
+ I
3994
+ 67
3995
+ x
3996
+ 61
3997
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
3998
+ p
3999
+ 1
4000
+ x
4001
+ 3
4002
+ cmd
4003
+ s
4004
+ 72
4005
+ detect that the system is unix or windows based on presence of /dev/null
4006
+ M
4007
+ 1
4008
+ p
4009
+ 2
4010
+ x
4011
+ 9
4012
+ for_block
4013
+ t
4014
+ n
4015
+ x
4016
+ 15
4017
+ CommandLineTest
4018
+ i
4019
+ 27
4020
+ 45
4021
+ 0
4022
+ 1
4023
+ 7
4024
+ 2
4025
+ 49
4026
+ 3
4027
+ 1
4028
+ 2
4029
+ 49
4030
+ 4
4031
+ 1
4032
+ 15
4033
+ 5
4034
+ 45
4035
+ 5
4036
+ 6
4037
+ 43
4038
+ 7
4039
+ 49
4040
+ 8
4041
+ 0
4042
+ 47
4043
+ 49
4044
+ 9
4045
+ 1
4046
+ 11
4047
+ I
4048
+ 3
4049
+ I
4050
+ 0
4051
+ I
4052
+ 0
4053
+ I
4054
+ 0
4055
+ I
4056
+ -2
4057
+ p
4058
+ 10
4059
+ x
4060
+ 4
4061
+ File
4062
+ n
4063
+ x
4064
+ 6
4065
+ exist?
4066
+ x
4067
+ 5
4068
+ stubs
4069
+ x
4070
+ 7
4071
+ returns
4072
+ x
4073
+ 9
4074
+ Paperclip
4075
+ n
4076
+ x
4077
+ 11
4078
+ CommandLine
4079
+ x
4080
+ 5
4081
+ unix?
4082
+ x
4083
+ 6
4084
+ assert
4085
+ p
4086
+ 7
4087
+ I
4088
+ 0
4089
+ I
4090
+ 7c
4091
+ I
4092
+ 0
4093
+ I
4094
+ 7d
4095
+ I
4096
+ d
4097
+ I
4098
+ 7e
4099
+ I
4100
+ 1b
4101
+ x
4102
+ 61
4103
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
4104
+ p
4105
+ 0
4106
+ s
4107
+ 75
4108
+ detect that the system is not unix or windows based on absence of /dev/null
4109
+ M
4110
+ 1
4111
+ p
4112
+ 2
4113
+ x
4114
+ 9
4115
+ for_block
4116
+ t
4117
+ n
4118
+ x
4119
+ 15
4120
+ CommandLineTest
4121
+ i
4122
+ 33
4123
+ 45
4124
+ 0
4125
+ 1
4126
+ 7
4127
+ 2
4128
+ 49
4129
+ 3
4130
+ 1
4131
+ 3
4132
+ 49
4133
+ 4
4134
+ 1
4135
+ 15
4136
+ 5
4137
+ 45
4138
+ 5
4139
+ 6
4140
+ 43
4141
+ 7
4142
+ 49
4143
+ 8
4144
+ 0
4145
+ 10
4146
+ 27
4147
+ 2
4148
+ 8
4149
+ 28
4150
+ 3
4151
+ 47
4152
+ 49
4153
+ 9
4154
+ 1
4155
+ 11
4156
+ I
4157
+ 3
4158
+ I
4159
+ 0
4160
+ I
4161
+ 0
4162
+ I
4163
+ 0
4164
+ I
4165
+ -2
4166
+ p
4167
+ 10
4168
+ x
4169
+ 4
4170
+ File
4171
+ n
4172
+ x
4173
+ 6
4174
+ exist?
4175
+ x
4176
+ 5
4177
+ stubs
4178
+ x
4179
+ 7
4180
+ returns
4181
+ x
4182
+ 9
4183
+ Paperclip
4184
+ n
4185
+ x
4186
+ 11
4187
+ CommandLine
4188
+ x
4189
+ 5
4190
+ unix?
4191
+ x
4192
+ 6
4193
+ assert
4194
+ p
4195
+ 7
4196
+ I
4197
+ 0
4198
+ I
4199
+ 81
4200
+ I
4201
+ 0
4202
+ I
4203
+ 82
4204
+ I
4205
+ d
4206
+ I
4207
+ 83
4208
+ I
4209
+ 21
4210
+ x
4211
+ 61
4212
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
4213
+ p
4214
+ 0
4215
+ p
4216
+ 33
4217
+ I
4218
+ 2
4219
+ I
4220
+ 4
4221
+ I
4222
+ 10
4223
+ I
4224
+ 9
4225
+ I
4226
+ 1b
4227
+ I
4228
+ e
4229
+ I
4230
+ 26
4231
+ I
4232
+ 14
4233
+ I
4234
+ 31
4235
+ I
4236
+ 1d
4237
+ I
4238
+ 3c
4239
+ I
4240
+ 27
4241
+ I
4242
+ 47
4243
+ I
4244
+ 30
4245
+ I
4246
+ 52
4247
+ I
4248
+ 3a
4249
+ I
4250
+ 5d
4251
+ I
4252
+ 43
4253
+ I
4254
+ 68
4255
+ I
4256
+ 4c
4257
+ I
4258
+ 73
4259
+ I
4260
+ 56
4261
+ I
4262
+ 7e
4263
+ I
4264
+ 5e
4265
+ I
4266
+ 89
4267
+ I
4268
+ 68
4269
+ I
4270
+ 94
4271
+ I
4272
+ 75
4273
+ I
4274
+ 9f
4275
+ I
4276
+ 7c
4277
+ I
4278
+ aa
4279
+ I
4280
+ 81
4281
+ I
4282
+ b5
4283
+ x
4284
+ 61
4285
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
4286
+ p
4287
+ 0
4288
+ x
4289
+ 13
4290
+ attach_method
4291
+ p
4292
+ 5
4293
+ I
4294
+ 0
4295
+ I
4296
+ 1
4297
+ I
4298
+ 9
4299
+ I
4300
+ 3
4301
+ I
4302
+ 2c
4303
+ x
4304
+ 61
4305
+ /Users/jyurek/Development/paperclip/test/command_line_test.rb
4306
+ p
4307
+ 0