noe 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/CHANGELOG.md +6 -0
  2. data/Gemfile +1 -2
  3. data/Gemfile.lock +3 -2
  4. data/lib/noe.rbc +393 -0
  5. data/lib/noe/commons.rbc +1012 -0
  6. data/lib/noe/config.rbc +1534 -0
  7. data/lib/noe/ext/array.rbc +330 -0
  8. data/lib/noe/ext/hash.rbc +1193 -0
  9. data/lib/noe/go.rbc +5618 -0
  10. data/lib/noe/help.rbc +473 -0
  11. data/lib/noe/install.rbc +1521 -0
  12. data/lib/noe/list.rbc +1692 -0
  13. data/lib/noe/loader.rb +1 -1
  14. data/lib/noe/loader.rbc +85 -0
  15. data/lib/noe/main.rbc +1323 -0
  16. data/lib/noe/prepare.rb +14 -7
  17. data/lib/noe/prepare.rbc +1622 -0
  18. data/lib/noe/show_spec.rbc +627 -0
  19. data/lib/noe/template.rbc +4256 -0
  20. data/lib/noe/version.rb +5 -5
  21. data/lib/noe/version.rbc +350 -0
  22. data/noe.gemspec +25 -25
  23. data/noe.noespec +3 -3
  24. data/spec/fixtures/test.noespec +19 -0
  25. data/spec/integration/go/go_spec.rbc +236 -0
  26. data/spec/integration/spaces_spec.rb +30 -0
  27. data/spec/integration/spaces_spec.rbc +996 -0
  28. data/spec/integration/spec_helper.rbc +143 -0
  29. data/spec/unit/config/new_spec.rbc +1590 -0
  30. data/spec/unit/config/templates_dir_spec.rbc +1398 -0
  31. data/spec/unit/ext/hash/methodize_spec.rbc +851 -0
  32. data/spec/unit/ext/hash/noe_merge_spec.rbc +1544 -0
  33. data/spec/unit/noe_spec.rbc +309 -0
  34. data/spec/unit/spec_helper.rbc +143 -0
  35. data/spec/unit/template/entry/infer_wlang_dialect_spec.rbc +1236 -0
  36. data/spec/unit/template/entry/relocate_spec.rbc +1584 -0
  37. data/spec/unit/template/entry/rename_one_spec.rbc +1114 -0
  38. data/tasks/debug_mail.rake +13 -13
  39. data/tasks/gem.rake +13 -13
  40. data/tasks/spec_test.rake +10 -10
  41. data/tasks/unit_test.rake +9 -10
  42. data/tasks/yard.rake +13 -13
  43. data/templates/ruby/CHANGELOG.md +5 -0
  44. data/templates/ruby/README.md +13 -13
  45. data/templates/ruby/noespec.yaml +48 -48
  46. data/templates/ruby/short.yaml +10 -10
  47. data/templates/ruby/src/Gemfile +1 -2
  48. data/templates/ruby/src/Manifest.txt +1 -1
  49. data/templates/ruby/src/README.md +0 -1
  50. data/templates/ruby/src/__lower__.gemspec +24 -24
  51. data/templates/ruby/src/lib/__lower__.rb +1 -1
  52. data/templates/ruby/src/lib/__lower__/loader.rb +1 -1
  53. data/templates/ruby/src/lib/__lower__/version.rb +4 -4
  54. data/templates/ruby/src/spec/test___lower__.rb +2 -2
  55. data/templates/ruby/src/tasks/debug_mail.rake +13 -13
  56. data/templates/ruby/src/tasks/gem.rake +13 -13
  57. data/templates/ruby/src/tasks/spec_test.rake +9 -9
  58. data/templates/ruby/src/tasks/unit_test.rake +9 -10
  59. data/templates/ruby/src/tasks/yard.rake +13 -13
  60. metadata +125 -75
@@ -0,0 +1,1398 @@
1
+ !RBIX
2
+ 11817445442317083511
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 47
13
+ 5
14
+ 45
15
+ 0
16
+ 1
17
+ 7
18
+ 2
19
+ 64
20
+ 65
21
+ 49
22
+ 3
23
+ 0
24
+ 49
25
+ 4
26
+ 2
27
+ 47
28
+ 49
29
+ 5
30
+ 1
31
+ 15
32
+ 99
33
+ 7
34
+ 6
35
+ 65
36
+ 49
37
+ 7
38
+ 2
39
+ 13
40
+ 99
41
+ 12
42
+ 7
43
+ 8
44
+ 12
45
+ 7
46
+ 9
47
+ 12
48
+ 65
49
+ 12
50
+ 49
51
+ 10
52
+ 4
53
+ 15
54
+ 49
55
+ 8
56
+ 0
57
+ 15
58
+ 2
59
+ 11
60
+ I
61
+ 6
62
+ I
63
+ 0
64
+ I
65
+ 0
66
+ I
67
+ 0
68
+ n
69
+ p
70
+ 11
71
+ x
72
+ 4
73
+ File
74
+ n
75
+ s
76
+ 17
77
+ ../../spec_helper
78
+ x
79
+ 11
80
+ active_path
81
+ x
82
+ 11
83
+ expand_path
84
+ x
85
+ 7
86
+ require
87
+ x
88
+ 3
89
+ Noe
90
+ x
91
+ 11
92
+ open_module
93
+ x
94
+ 15
95
+ __module_init__
96
+ M
97
+ 1
98
+ n
99
+ n
100
+ x
101
+ 3
102
+ Noe
103
+ i
104
+ 13
105
+ 5
106
+ 66
107
+ 5
108
+ 7
109
+ 0
110
+ 64
111
+ 56
112
+ 1
113
+ 47
114
+ 50
115
+ 2
116
+ 1
117
+ 11
118
+ I
119
+ 3
120
+ I
121
+ 0
122
+ I
123
+ 0
124
+ I
125
+ 0
126
+ n
127
+ p
128
+ 3
129
+ s
130
+ 20
131
+ Config#templates_dir
132
+ M
133
+ 1
134
+ p
135
+ 2
136
+ x
137
+ 9
138
+ for_block
139
+ t
140
+ n
141
+ x
142
+ 3
143
+ Noe
144
+ i
145
+ 41
146
+ 5
147
+ 56
148
+ 0
149
+ 47
150
+ 50
151
+ 1
152
+ 0
153
+ 15
154
+ 5
155
+ 7
156
+ 2
157
+ 64
158
+ 56
159
+ 3
160
+ 47
161
+ 50
162
+ 4
163
+ 1
164
+ 15
165
+ 5
166
+ 7
167
+ 5
168
+ 64
169
+ 56
170
+ 6
171
+ 47
172
+ 50
173
+ 4
174
+ 1
175
+ 15
176
+ 5
177
+ 7
178
+ 7
179
+ 64
180
+ 56
181
+ 8
182
+ 47
183
+ 50
184
+ 4
185
+ 1
186
+ 11
187
+ I
188
+ 4
189
+ I
190
+ 0
191
+ I
192
+ 0
193
+ I
194
+ 0
195
+ I
196
+ -2
197
+ p
198
+ 9
199
+ M
200
+ 1
201
+ p
202
+ 2
203
+ x
204
+ 9
205
+ for_block
206
+ t
207
+ n
208
+ x
209
+ 3
210
+ Noe
211
+ i
212
+ 7
213
+ 5
214
+ 48
215
+ 0
216
+ 49
217
+ 1
218
+ 0
219
+ 11
220
+ I
221
+ 2
222
+ I
223
+ 0
224
+ I
225
+ 0
226
+ I
227
+ 0
228
+ I
229
+ -2
230
+ p
231
+ 2
232
+ x
233
+ 6
234
+ config
235
+ x
236
+ 13
237
+ templates_dir
238
+ p
239
+ 3
240
+ I
241
+ 0
242
+ I
243
+ 5
244
+ I
245
+ 7
246
+ x
247
+ 68
248
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
249
+ p
250
+ 0
251
+ x
252
+ 7
253
+ subject
254
+ s
255
+ 17
256
+ on default config
257
+ M
258
+ 1
259
+ p
260
+ 2
261
+ x
262
+ 9
263
+ for_block
264
+ t
265
+ n
266
+ x
267
+ 3
268
+ Noe
269
+ i
270
+ 21
271
+ 5
272
+ 7
273
+ 0
274
+ 56
275
+ 1
276
+ 47
277
+ 50
278
+ 2
279
+ 1
280
+ 15
281
+ 5
282
+ 7
283
+ 3
284
+ 64
285
+ 56
286
+ 4
287
+ 47
288
+ 50
289
+ 5
290
+ 1
291
+ 11
292
+ I
293
+ 4
294
+ I
295
+ 0
296
+ I
297
+ 0
298
+ I
299
+ 0
300
+ I
301
+ -2
302
+ p
303
+ 6
304
+ x
305
+ 6
306
+ config
307
+ M
308
+ 1
309
+ p
310
+ 2
311
+ x
312
+ 9
313
+ for_block
314
+ t
315
+ n
316
+ x
317
+ 3
318
+ Noe
319
+ i
320
+ 25
321
+ 45
322
+ 0
323
+ 1
324
+ 13
325
+ 71
326
+ 2
327
+ 47
328
+ 9
329
+ 21
330
+ 47
331
+ 49
332
+ 3
333
+ 0
334
+ 13
335
+ 47
336
+ 49
337
+ 4
338
+ 0
339
+ 15
340
+ 8
341
+ 24
342
+ 49
343
+ 2
344
+ 0
345
+ 11
346
+ I
347
+ 3
348
+ I
349
+ 0
350
+ I
351
+ 0
352
+ I
353
+ 0
354
+ I
355
+ -2
356
+ p
357
+ 5
358
+ x
359
+ 6
360
+ Config
361
+ n
362
+ x
363
+ 3
364
+ new
365
+ x
366
+ 8
367
+ allocate
368
+ x
369
+ 10
370
+ initialize
371
+ p
372
+ 3
373
+ I
374
+ 0
375
+ I
376
+ 8
377
+ I
378
+ 19
379
+ x
380
+ 68
381
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
382
+ p
383
+ 0
384
+ x
385
+ 3
386
+ let
387
+ s
388
+ 28
389
+ should be Noe's template dir
390
+ M
391
+ 1
392
+ p
393
+ 2
394
+ x
395
+ 9
396
+ for_block
397
+ t
398
+ n
399
+ x
400
+ 3
401
+ Noe
402
+ i
403
+ 26
404
+ 5
405
+ 48
406
+ 0
407
+ 49
408
+ 1
409
+ 0
410
+ 45
411
+ 2
412
+ 3
413
+ 99
414
+ 43
415
+ 4
416
+ 7
417
+ 5
418
+ 49
419
+ 6
420
+ 1
421
+ 7
422
+ 7
423
+ 64
424
+ 49
425
+ 8
426
+ 2
427
+ 83
428
+ 9
429
+ 11
430
+ I
431
+ 5
432
+ I
433
+ 0
434
+ I
435
+ 0
436
+ I
437
+ 0
438
+ I
439
+ -2
440
+ p
441
+ 10
442
+ x
443
+ 7
444
+ subject
445
+ x
446
+ 6
447
+ should
448
+ x
449
+ 4
450
+ File
451
+ n
452
+ x
453
+ 7
454
+ Globals
455
+ x
456
+ 9
457
+ $noe_root
458
+ x
459
+ 2
460
+ []
461
+ s
462
+ 9
463
+ templates
464
+ x
465
+ 4
466
+ join
467
+ x
468
+ 2
469
+ ==
470
+ p
471
+ 3
472
+ I
473
+ 0
474
+ I
475
+ b
476
+ I
477
+ 1a
478
+ x
479
+ 68
480
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
481
+ p
482
+ 0
483
+ x
484
+ 2
485
+ it
486
+ p
487
+ 5
488
+ I
489
+ 0
490
+ I
491
+ 8
492
+ I
493
+ a
494
+ I
495
+ a
496
+ I
497
+ 15
498
+ x
499
+ 68
500
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
501
+ p
502
+ 0
503
+ x
504
+ 7
505
+ context
506
+ s
507
+ 28
508
+ when a relative path is used
509
+ M
510
+ 1
511
+ p
512
+ 2
513
+ x
514
+ 9
515
+ for_block
516
+ t
517
+ n
518
+ x
519
+ 3
520
+ Noe
521
+ i
522
+ 31
523
+ 5
524
+ 7
525
+ 0
526
+ 56
527
+ 1
528
+ 47
529
+ 50
530
+ 2
531
+ 1
532
+ 15
533
+ 5
534
+ 7
535
+ 3
536
+ 56
537
+ 4
538
+ 47
539
+ 50
540
+ 2
541
+ 1
542
+ 15
543
+ 5
544
+ 7
545
+ 5
546
+ 64
547
+ 56
548
+ 6
549
+ 47
550
+ 50
551
+ 7
552
+ 1
553
+ 11
554
+ I
555
+ 4
556
+ I
557
+ 0
558
+ I
559
+ 0
560
+ I
561
+ 0
562
+ I
563
+ -2
564
+ p
565
+ 8
566
+ x
567
+ 4
568
+ file
569
+ M
570
+ 1
571
+ p
572
+ 2
573
+ x
574
+ 9
575
+ for_block
576
+ t
577
+ n
578
+ x
579
+ 3
580
+ Noe
581
+ i
582
+ 14
583
+ 45
584
+ 0
585
+ 1
586
+ 7
587
+ 2
588
+ 64
589
+ 65
590
+ 49
591
+ 3
592
+ 0
593
+ 49
594
+ 4
595
+ 2
596
+ 11
597
+ I
598
+ 4
599
+ I
600
+ 0
601
+ I
602
+ 0
603
+ I
604
+ 0
605
+ I
606
+ -2
607
+ p
608
+ 5
609
+ x
610
+ 4
611
+ File
612
+ n
613
+ s
614
+ 15
615
+ ../config1.yaml
616
+ x
617
+ 11
618
+ active_path
619
+ x
620
+ 11
621
+ expand_path
622
+ p
623
+ 3
624
+ I
625
+ 0
626
+ I
627
+ 11
628
+ I
629
+ e
630
+ x
631
+ 68
632
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
633
+ p
634
+ 0
635
+ x
636
+ 3
637
+ let
638
+ x
639
+ 6
640
+ config
641
+ M
642
+ 1
643
+ p
644
+ 2
645
+ x
646
+ 9
647
+ for_block
648
+ t
649
+ n
650
+ x
651
+ 3
652
+ Noe
653
+ i
654
+ 31
655
+ 45
656
+ 0
657
+ 1
658
+ 13
659
+ 71
660
+ 2
661
+ 47
662
+ 9
663
+ 24
664
+ 47
665
+ 49
666
+ 3
667
+ 0
668
+ 13
669
+ 5
670
+ 48
671
+ 4
672
+ 47
673
+ 49
674
+ 5
675
+ 1
676
+ 15
677
+ 8
678
+ 30
679
+ 5
680
+ 48
681
+ 4
682
+ 49
683
+ 2
684
+ 1
685
+ 11
686
+ I
687
+ 4
688
+ I
689
+ 0
690
+ I
691
+ 0
692
+ I
693
+ 0
694
+ I
695
+ -2
696
+ p
697
+ 6
698
+ x
699
+ 6
700
+ Config
701
+ n
702
+ x
703
+ 3
704
+ new
705
+ x
706
+ 8
707
+ allocate
708
+ x
709
+ 4
710
+ file
711
+ x
712
+ 10
713
+ initialize
714
+ p
715
+ 3
716
+ I
717
+ 0
718
+ I
719
+ 12
720
+ I
721
+ 1f
722
+ x
723
+ 68
724
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
725
+ p
726
+ 0
727
+ s
728
+ 26
729
+ should be an absolute path
730
+ M
731
+ 1
732
+ p
733
+ 2
734
+ x
735
+ 9
736
+ for_block
737
+ t
738
+ n
739
+ x
740
+ 3
741
+ Noe
742
+ i
743
+ 22
744
+ 5
745
+ 48
746
+ 0
747
+ 49
748
+ 1
749
+ 0
750
+ 45
751
+ 2
752
+ 3
753
+ 7
754
+ 4
755
+ 64
756
+ 65
757
+ 49
758
+ 5
759
+ 0
760
+ 49
761
+ 6
762
+ 2
763
+ 83
764
+ 7
765
+ 11
766
+ I
767
+ 5
768
+ I
769
+ 0
770
+ I
771
+ 0
772
+ I
773
+ 0
774
+ I
775
+ -2
776
+ p
777
+ 8
778
+ x
779
+ 7
780
+ subject
781
+ x
782
+ 6
783
+ should
784
+ x
785
+ 4
786
+ File
787
+ n
788
+ s
789
+ 12
790
+ ../templates
791
+ x
792
+ 11
793
+ active_path
794
+ x
795
+ 11
796
+ expand_path
797
+ x
798
+ 2
799
+ ==
800
+ p
801
+ 3
802
+ I
803
+ 0
804
+ I
805
+ 15
806
+ I
807
+ 16
808
+ x
809
+ 68
810
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
811
+ p
812
+ 0
813
+ x
814
+ 2
815
+ it
816
+ p
817
+ 7
818
+ I
819
+ 0
820
+ I
821
+ 11
822
+ I
823
+ a
824
+ I
825
+ 12
826
+ I
827
+ 14
828
+ I
829
+ 14
830
+ I
831
+ 1f
832
+ x
833
+ 68
834
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
835
+ p
836
+ 0
837
+ s
838
+ 29
839
+ when an absolute path is used
840
+ M
841
+ 1
842
+ p
843
+ 2
844
+ x
845
+ 9
846
+ for_block
847
+ t
848
+ n
849
+ x
850
+ 3
851
+ Noe
852
+ i
853
+ 51
854
+ 5
855
+ 7
856
+ 0
857
+ 56
858
+ 1
859
+ 47
860
+ 50
861
+ 2
862
+ 1
863
+ 15
864
+ 5
865
+ 7
866
+ 3
867
+ 56
868
+ 4
869
+ 47
870
+ 50
871
+ 2
872
+ 1
873
+ 15
874
+ 5
875
+ 7
876
+ 5
877
+ 56
878
+ 6
879
+ 47
880
+ 50
881
+ 2
882
+ 1
883
+ 15
884
+ 5
885
+ 7
886
+ 7
887
+ 56
888
+ 8
889
+ 47
890
+ 50
891
+ 2
892
+ 1
893
+ 15
894
+ 5
895
+ 7
896
+ 9
897
+ 64
898
+ 56
899
+ 10
900
+ 47
901
+ 50
902
+ 11
903
+ 1
904
+ 11
905
+ I
906
+ 4
907
+ I
908
+ 0
909
+ I
910
+ 0
911
+ I
912
+ 0
913
+ I
914
+ -2
915
+ p
916
+ 12
917
+ x
918
+ 4
919
+ file
920
+ M
921
+ 1
922
+ p
923
+ 2
924
+ x
925
+ 9
926
+ for_block
927
+ t
928
+ n
929
+ x
930
+ 3
931
+ Noe
932
+ i
933
+ 14
934
+ 45
935
+ 0
936
+ 1
937
+ 7
938
+ 2
939
+ 64
940
+ 65
941
+ 49
942
+ 3
943
+ 0
944
+ 49
945
+ 4
946
+ 2
947
+ 11
948
+ I
949
+ 4
950
+ I
951
+ 0
952
+ I
953
+ 0
954
+ I
955
+ 0
956
+ I
957
+ -2
958
+ p
959
+ 5
960
+ x
961
+ 4
962
+ File
963
+ n
964
+ s
965
+ 15
966
+ ../config1.yaml
967
+ x
968
+ 11
969
+ active_path
970
+ x
971
+ 11
972
+ expand_path
973
+ p
974
+ 3
975
+ I
976
+ 0
977
+ I
978
+ 1b
979
+ I
980
+ e
981
+ x
982
+ 68
983
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
984
+ p
985
+ 0
986
+ x
987
+ 3
988
+ let
989
+ x
990
+ 4
991
+ tdir
992
+ M
993
+ 1
994
+ p
995
+ 2
996
+ x
997
+ 9
998
+ for_block
999
+ t
1000
+ n
1001
+ x
1002
+ 3
1003
+ Noe
1004
+ i
1005
+ 14
1006
+ 45
1007
+ 0
1008
+ 1
1009
+ 7
1010
+ 2
1011
+ 64
1012
+ 65
1013
+ 49
1014
+ 3
1015
+ 0
1016
+ 49
1017
+ 4
1018
+ 2
1019
+ 11
1020
+ I
1021
+ 4
1022
+ I
1023
+ 0
1024
+ I
1025
+ 0
1026
+ I
1027
+ 0
1028
+ I
1029
+ -2
1030
+ p
1031
+ 5
1032
+ x
1033
+ 4
1034
+ File
1035
+ n
1036
+ s
1037
+ 12
1038
+ ../templates
1039
+ x
1040
+ 11
1041
+ active_path
1042
+ x
1043
+ 11
1044
+ expand_path
1045
+ p
1046
+ 3
1047
+ I
1048
+ 0
1049
+ I
1050
+ 1c
1051
+ I
1052
+ e
1053
+ x
1054
+ 68
1055
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1056
+ p
1057
+ 0
1058
+ x
1059
+ 4
1060
+ hash
1061
+ M
1062
+ 1
1063
+ p
1064
+ 2
1065
+ x
1066
+ 9
1067
+ for_block
1068
+ t
1069
+ n
1070
+ x
1071
+ 3
1072
+ Noe
1073
+ i
1074
+ 30
1075
+ 44
1076
+ 43
1077
+ 0
1078
+ 80
1079
+ 49
1080
+ 1
1081
+ 1
1082
+ 13
1083
+ 7
1084
+ 2
1085
+ 64
1086
+ 5
1087
+ 48
1088
+ 3
1089
+ 49
1090
+ 4
1091
+ 2
1092
+ 15
1093
+ 13
1094
+ 7
1095
+ 5
1096
+ 64
1097
+ 5
1098
+ 48
1099
+ 6
1100
+ 49
1101
+ 4
1102
+ 2
1103
+ 15
1104
+ 11
1105
+ I
1106
+ 5
1107
+ I
1108
+ 0
1109
+ I
1110
+ 0
1111
+ I
1112
+ 0
1113
+ I
1114
+ -2
1115
+ p
1116
+ 7
1117
+ x
1118
+ 4
1119
+ Hash
1120
+ x
1121
+ 16
1122
+ new_from_literal
1123
+ s
1124
+ 11
1125
+ config_file
1126
+ x
1127
+ 4
1128
+ file
1129
+ x
1130
+ 3
1131
+ []=
1132
+ s
1133
+ 13
1134
+ templates-dir
1135
+ x
1136
+ 4
1137
+ tdir
1138
+ p
1139
+ 3
1140
+ I
1141
+ 0
1142
+ I
1143
+ 1d
1144
+ I
1145
+ 1e
1146
+ x
1147
+ 68
1148
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1149
+ p
1150
+ 0
1151
+ x
1152
+ 6
1153
+ config
1154
+ M
1155
+ 1
1156
+ p
1157
+ 2
1158
+ x
1159
+ 9
1160
+ for_block
1161
+ t
1162
+ n
1163
+ x
1164
+ 3
1165
+ Noe
1166
+ i
1167
+ 31
1168
+ 45
1169
+ 0
1170
+ 1
1171
+ 13
1172
+ 71
1173
+ 2
1174
+ 47
1175
+ 9
1176
+ 24
1177
+ 47
1178
+ 49
1179
+ 3
1180
+ 0
1181
+ 13
1182
+ 5
1183
+ 48
1184
+ 4
1185
+ 47
1186
+ 49
1187
+ 5
1188
+ 1
1189
+ 15
1190
+ 8
1191
+ 30
1192
+ 5
1193
+ 48
1194
+ 4
1195
+ 49
1196
+ 2
1197
+ 1
1198
+ 11
1199
+ I
1200
+ 4
1201
+ I
1202
+ 0
1203
+ I
1204
+ 0
1205
+ I
1206
+ 0
1207
+ I
1208
+ -2
1209
+ p
1210
+ 6
1211
+ x
1212
+ 6
1213
+ Config
1214
+ n
1215
+ x
1216
+ 3
1217
+ new
1218
+ x
1219
+ 8
1220
+ allocate
1221
+ x
1222
+ 4
1223
+ hash
1224
+ x
1225
+ 10
1226
+ initialize
1227
+ p
1228
+ 3
1229
+ I
1230
+ 0
1231
+ I
1232
+ 1e
1233
+ I
1234
+ 1f
1235
+ x
1236
+ 68
1237
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1238
+ p
1239
+ 0
1240
+ s
1241
+ 28
1242
+ should stay an absolute path
1243
+ M
1244
+ 1
1245
+ p
1246
+ 2
1247
+ x
1248
+ 9
1249
+ for_block
1250
+ t
1251
+ n
1252
+ x
1253
+ 3
1254
+ Noe
1255
+ i
1256
+ 12
1257
+ 5
1258
+ 48
1259
+ 0
1260
+ 49
1261
+ 1
1262
+ 0
1263
+ 5
1264
+ 48
1265
+ 2
1266
+ 83
1267
+ 3
1268
+ 11
1269
+ I
1270
+ 3
1271
+ I
1272
+ 0
1273
+ I
1274
+ 0
1275
+ I
1276
+ 0
1277
+ I
1278
+ -2
1279
+ p
1280
+ 4
1281
+ x
1282
+ 7
1283
+ subject
1284
+ x
1285
+ 6
1286
+ should
1287
+ x
1288
+ 4
1289
+ tdir
1290
+ x
1291
+ 2
1292
+ ==
1293
+ p
1294
+ 3
1295
+ I
1296
+ 0
1297
+ I
1298
+ 21
1299
+ I
1300
+ c
1301
+ x
1302
+ 68
1303
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1304
+ p
1305
+ 0
1306
+ x
1307
+ 2
1308
+ it
1309
+ p
1310
+ 11
1311
+ I
1312
+ 0
1313
+ I
1314
+ 1b
1315
+ I
1316
+ a
1317
+ I
1318
+ 1c
1319
+ I
1320
+ 14
1321
+ I
1322
+ 1d
1323
+ I
1324
+ 1e
1325
+ I
1326
+ 1e
1327
+ I
1328
+ 28
1329
+ I
1330
+ 20
1331
+ I
1332
+ 33
1333
+ x
1334
+ 68
1335
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1336
+ p
1337
+ 0
1338
+ p
1339
+ 9
1340
+ I
1341
+ 0
1342
+ I
1343
+ 5
1344
+ I
1345
+ 8
1346
+ I
1347
+ 7
1348
+ I
1349
+ 13
1350
+ I
1351
+ 10
1352
+ I
1353
+ 1e
1354
+ I
1355
+ 1a
1356
+ I
1357
+ 29
1358
+ x
1359
+ 68
1360
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1361
+ p
1362
+ 0
1363
+ x
1364
+ 8
1365
+ describe
1366
+ p
1367
+ 3
1368
+ I
1369
+ 2
1370
+ I
1371
+ 3
1372
+ I
1373
+ d
1374
+ x
1375
+ 68
1376
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1377
+ p
1378
+ 0
1379
+ x
1380
+ 13
1381
+ attach_method
1382
+ p
1383
+ 5
1384
+ I
1385
+ 0
1386
+ I
1387
+ 1
1388
+ I
1389
+ 13
1390
+ I
1391
+ 2
1392
+ I
1393
+ 2f
1394
+ x
1395
+ 68
1396
+ /home/blambeau/work/devel/noe/spec/unit/config/templates_dir_spec.rb
1397
+ p
1398
+ 0