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