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