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,1236 @@
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
+ 35
131
+ Template::Entry#infer_wlang_dialect
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
+ 62
146
+ 5
147
+ 56
148
+ 0
149
+ 47
150
+ 50
151
+ 1
152
+ 0
153
+ 15
154
+ 5
155
+ 7
156
+ 2
157
+ 56
158
+ 3
159
+ 47
160
+ 50
161
+ 4
162
+ 1
163
+ 15
164
+ 5
165
+ 7
166
+ 5
167
+ 64
168
+ 56
169
+ 6
170
+ 47
171
+ 50
172
+ 7
173
+ 1
174
+ 15
175
+ 5
176
+ 7
177
+ 8
178
+ 64
179
+ 56
180
+ 9
181
+ 47
182
+ 50
183
+ 7
184
+ 1
185
+ 15
186
+ 5
187
+ 7
188
+ 10
189
+ 64
190
+ 56
191
+ 11
192
+ 47
193
+ 50
194
+ 7
195
+ 1
196
+ 15
197
+ 5
198
+ 7
199
+ 12
200
+ 64
201
+ 56
202
+ 13
203
+ 47
204
+ 50
205
+ 7
206
+ 1
207
+ 11
208
+ I
209
+ 4
210
+ I
211
+ 0
212
+ I
213
+ 0
214
+ I
215
+ 0
216
+ I
217
+ -2
218
+ p
219
+ 14
220
+ M
221
+ 1
222
+ p
223
+ 2
224
+ x
225
+ 9
226
+ for_block
227
+ t
228
+ n
229
+ x
230
+ 3
231
+ Noe
232
+ i
233
+ 15
234
+ 45
235
+ 0
236
+ 1
237
+ 43
238
+ 2
239
+ 5
240
+ 48
241
+ 3
242
+ 5
243
+ 48
244
+ 4
245
+ 49
246
+ 5
247
+ 2
248
+ 11
249
+ I
250
+ 4
251
+ I
252
+ 0
253
+ I
254
+ 0
255
+ I
256
+ 0
257
+ I
258
+ -2
259
+ p
260
+ 6
261
+ x
262
+ 8
263
+ Template
264
+ n
265
+ x
266
+ 5
267
+ Entry
268
+ x
269
+ 3
270
+ uri
271
+ x
272
+ 7
273
+ default
274
+ x
275
+ 19
276
+ infer_wlang_dialect
277
+ p
278
+ 3
279
+ I
280
+ 0
281
+ I
282
+ 5
283
+ I
284
+ f
285
+ x
286
+ 82
287
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
288
+ p
289
+ 0
290
+ x
291
+ 7
292
+ subject
293
+ x
294
+ 7
295
+ default
296
+ M
297
+ 1
298
+ p
299
+ 2
300
+ x
301
+ 9
302
+ for_block
303
+ t
304
+ n
305
+ x
306
+ 3
307
+ Noe
308
+ i
309
+ 2
310
+ 1
311
+ 11
312
+ I
313
+ 2
314
+ I
315
+ 0
316
+ I
317
+ 0
318
+ I
319
+ 0
320
+ I
321
+ -2
322
+ p
323
+ 0
324
+ p
325
+ 3
326
+ I
327
+ 0
328
+ I
329
+ 6
330
+ I
331
+ 2
332
+ x
333
+ 82
334
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
335
+ p
336
+ 0
337
+ x
338
+ 3
339
+ let
340
+ s
341
+ 50
342
+ when invoked on explicit wlang dialects extensions
343
+ M
344
+ 1
345
+ p
346
+ 2
347
+ x
348
+ 9
349
+ for_block
350
+ t
351
+ n
352
+ x
353
+ 3
354
+ Noe
355
+ i
356
+ 18
357
+ 5
358
+ 7
359
+ 0
360
+ 56
361
+ 1
362
+ 47
363
+ 50
364
+ 2
365
+ 1
366
+ 15
367
+ 5
368
+ 56
369
+ 3
370
+ 47
371
+ 50
372
+ 4
373
+ 0
374
+ 11
375
+ I
376
+ 4
377
+ I
378
+ 0
379
+ I
380
+ 0
381
+ I
382
+ 0
383
+ I
384
+ -2
385
+ p
386
+ 5
387
+ x
388
+ 3
389
+ uri
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
+ 4
404
+ 7
405
+ 0
406
+ 64
407
+ 11
408
+ I
409
+ 2
410
+ I
411
+ 0
412
+ I
413
+ 0
414
+ I
415
+ 0
416
+ I
417
+ -2
418
+ p
419
+ 1
420
+ s
421
+ 9
422
+ test.wtpl
423
+ p
424
+ 3
425
+ I
426
+ 0
427
+ I
428
+ 9
429
+ I
430
+ 4
431
+ x
432
+ 82
433
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
434
+ p
435
+ 0
436
+ x
437
+ 3
438
+ let
439
+ M
440
+ 1
441
+ p
442
+ 2
443
+ x
444
+ 9
445
+ for_block
446
+ t
447
+ n
448
+ x
449
+ 3
450
+ Noe
451
+ i
452
+ 9
453
+ 5
454
+ 48
455
+ 0
456
+ 7
457
+ 1
458
+ 64
459
+ 83
460
+ 2
461
+ 11
462
+ I
463
+ 3
464
+ I
465
+ 0
466
+ I
467
+ 0
468
+ I
469
+ 0
470
+ I
471
+ -2
472
+ p
473
+ 3
474
+ x
475
+ 6
476
+ should
477
+ s
478
+ 11
479
+ wlang/xhtml
480
+ x
481
+ 2
482
+ ==
483
+ p
484
+ 3
485
+ I
486
+ 0
487
+ I
488
+ a
489
+ I
490
+ 9
491
+ x
492
+ 82
493
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
494
+ p
495
+ 0
496
+ x
497
+ 2
498
+ it
499
+ p
500
+ 5
501
+ I
502
+ 0
503
+ I
504
+ 9
505
+ I
506
+ a
507
+ I
508
+ a
509
+ I
510
+ 12
511
+ x
512
+ 82
513
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
514
+ p
515
+ 0
516
+ x
517
+ 7
518
+ context
519
+ s
520
+ 50
521
+ when invoked on implicit wlang dialects extensions
522
+ M
523
+ 1
524
+ p
525
+ 2
526
+ x
527
+ 9
528
+ for_block
529
+ t
530
+ n
531
+ x
532
+ 3
533
+ Noe
534
+ i
535
+ 18
536
+ 5
537
+ 7
538
+ 0
539
+ 56
540
+ 1
541
+ 47
542
+ 50
543
+ 2
544
+ 1
545
+ 15
546
+ 5
547
+ 56
548
+ 3
549
+ 47
550
+ 50
551
+ 4
552
+ 0
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
+ 5
566
+ x
567
+ 3
568
+ uri
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
+ 4
583
+ 7
584
+ 0
585
+ 64
586
+ 11
587
+ I
588
+ 2
589
+ I
590
+ 0
591
+ I
592
+ 0
593
+ I
594
+ 0
595
+ I
596
+ -2
597
+ p
598
+ 1
599
+ s
600
+ 7
601
+ test.rb
602
+ p
603
+ 3
604
+ I
605
+ 0
606
+ I
607
+ e
608
+ I
609
+ 4
610
+ x
611
+ 82
612
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
613
+ p
614
+ 0
615
+ x
616
+ 3
617
+ let
618
+ M
619
+ 1
620
+ p
621
+ 2
622
+ x
623
+ 9
624
+ for_block
625
+ t
626
+ n
627
+ x
628
+ 3
629
+ Noe
630
+ i
631
+ 9
632
+ 5
633
+ 48
634
+ 0
635
+ 7
636
+ 1
637
+ 64
638
+ 83
639
+ 2
640
+ 11
641
+ I
642
+ 3
643
+ I
644
+ 0
645
+ I
646
+ 0
647
+ I
648
+ 0
649
+ I
650
+ -2
651
+ p
652
+ 3
653
+ x
654
+ 6
655
+ should
656
+ s
657
+ 10
658
+ wlang/ruby
659
+ x
660
+ 2
661
+ ==
662
+ p
663
+ 3
664
+ I
665
+ 0
666
+ I
667
+ f
668
+ I
669
+ 9
670
+ x
671
+ 82
672
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
673
+ p
674
+ 0
675
+ x
676
+ 2
677
+ it
678
+ p
679
+ 5
680
+ I
681
+ 0
682
+ I
683
+ e
684
+ I
685
+ a
686
+ I
687
+ f
688
+ I
689
+ 12
690
+ x
691
+ 82
692
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
693
+ p
694
+ 0
695
+ s
696
+ 50
697
+ when invoked on something else and a default value
698
+ M
699
+ 1
700
+ p
701
+ 2
702
+ x
703
+ 9
704
+ for_block
705
+ t
706
+ n
707
+ x
708
+ 3
709
+ Noe
710
+ i
711
+ 28
712
+ 5
713
+ 7
714
+ 0
715
+ 56
716
+ 1
717
+ 47
718
+ 50
719
+ 2
720
+ 1
721
+ 15
722
+ 5
723
+ 7
724
+ 3
725
+ 56
726
+ 4
727
+ 47
728
+ 50
729
+ 2
730
+ 1
731
+ 15
732
+ 5
733
+ 56
734
+ 5
735
+ 47
736
+ 50
737
+ 6
738
+ 0
739
+ 11
740
+ I
741
+ 4
742
+ I
743
+ 0
744
+ I
745
+ 0
746
+ I
747
+ 0
748
+ I
749
+ -2
750
+ p
751
+ 7
752
+ x
753
+ 3
754
+ uri
755
+ M
756
+ 1
757
+ p
758
+ 2
759
+ x
760
+ 9
761
+ for_block
762
+ t
763
+ n
764
+ x
765
+ 3
766
+ Noe
767
+ i
768
+ 4
769
+ 7
770
+ 0
771
+ 64
772
+ 11
773
+ I
774
+ 2
775
+ I
776
+ 0
777
+ I
778
+ 0
779
+ I
780
+ 0
781
+ I
782
+ -2
783
+ p
784
+ 1
785
+ s
786
+ 19
787
+ test.notanextension
788
+ p
789
+ 3
790
+ I
791
+ 0
792
+ I
793
+ 13
794
+ I
795
+ 4
796
+ x
797
+ 82
798
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
799
+ p
800
+ 0
801
+ x
802
+ 3
803
+ let
804
+ x
805
+ 7
806
+ default
807
+ M
808
+ 1
809
+ p
810
+ 2
811
+ x
812
+ 9
813
+ for_block
814
+ t
815
+ n
816
+ x
817
+ 3
818
+ Noe
819
+ i
820
+ 4
821
+ 7
822
+ 0
823
+ 64
824
+ 11
825
+ I
826
+ 2
827
+ I
828
+ 0
829
+ I
830
+ 0
831
+ I
832
+ 0
833
+ I
834
+ -2
835
+ p
836
+ 1
837
+ s
838
+ 5
839
+ hello
840
+ p
841
+ 3
842
+ I
843
+ 0
844
+ I
845
+ 14
846
+ I
847
+ 4
848
+ x
849
+ 82
850
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
851
+ p
852
+ 0
853
+ M
854
+ 1
855
+ p
856
+ 2
857
+ x
858
+ 9
859
+ for_block
860
+ t
861
+ n
862
+ x
863
+ 3
864
+ Noe
865
+ i
866
+ 9
867
+ 5
868
+ 48
869
+ 0
870
+ 7
871
+ 1
872
+ 64
873
+ 83
874
+ 2
875
+ 11
876
+ I
877
+ 3
878
+ I
879
+ 0
880
+ I
881
+ 0
882
+ I
883
+ 0
884
+ I
885
+ -2
886
+ p
887
+ 3
888
+ x
889
+ 6
890
+ should
891
+ s
892
+ 5
893
+ hello
894
+ x
895
+ 2
896
+ ==
897
+ p
898
+ 3
899
+ I
900
+ 0
901
+ I
902
+ 15
903
+ I
904
+ 9
905
+ x
906
+ 82
907
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
908
+ p
909
+ 0
910
+ x
911
+ 2
912
+ it
913
+ p
914
+ 7
915
+ I
916
+ 0
917
+ I
918
+ 13
919
+ I
920
+ a
921
+ I
922
+ 14
923
+ I
924
+ 14
925
+ I
926
+ 15
927
+ I
928
+ 1c
929
+ x
930
+ 82
931
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
932
+ p
933
+ 0
934
+ s
935
+ 51
936
+ when invoked on something else and no default value
937
+ M
938
+ 1
939
+ p
940
+ 2
941
+ x
942
+ 9
943
+ for_block
944
+ t
945
+ n
946
+ x
947
+ 3
948
+ Noe
949
+ i
950
+ 28
951
+ 5
952
+ 7
953
+ 0
954
+ 56
955
+ 1
956
+ 47
957
+ 50
958
+ 2
959
+ 1
960
+ 15
961
+ 5
962
+ 7
963
+ 3
964
+ 56
965
+ 4
966
+ 47
967
+ 50
968
+ 2
969
+ 1
970
+ 15
971
+ 5
972
+ 56
973
+ 5
974
+ 47
975
+ 50
976
+ 6
977
+ 0
978
+ 11
979
+ I
980
+ 4
981
+ I
982
+ 0
983
+ I
984
+ 0
985
+ I
986
+ 0
987
+ I
988
+ -2
989
+ p
990
+ 7
991
+ x
992
+ 3
993
+ uri
994
+ M
995
+ 1
996
+ p
997
+ 2
998
+ x
999
+ 9
1000
+ for_block
1001
+ t
1002
+ n
1003
+ x
1004
+ 3
1005
+ Noe
1006
+ i
1007
+ 4
1008
+ 7
1009
+ 0
1010
+ 64
1011
+ 11
1012
+ I
1013
+ 2
1014
+ I
1015
+ 0
1016
+ I
1017
+ 0
1018
+ I
1019
+ 0
1020
+ I
1021
+ -2
1022
+ p
1023
+ 1
1024
+ s
1025
+ 19
1026
+ test.notanextension
1027
+ p
1028
+ 3
1029
+ I
1030
+ 0
1031
+ I
1032
+ 19
1033
+ I
1034
+ 4
1035
+ x
1036
+ 82
1037
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1038
+ p
1039
+ 0
1040
+ x
1041
+ 3
1042
+ let
1043
+ x
1044
+ 7
1045
+ default
1046
+ M
1047
+ 1
1048
+ p
1049
+ 2
1050
+ x
1051
+ 9
1052
+ for_block
1053
+ t
1054
+ n
1055
+ x
1056
+ 3
1057
+ Noe
1058
+ i
1059
+ 2
1060
+ 1
1061
+ 11
1062
+ I
1063
+ 2
1064
+ I
1065
+ 0
1066
+ I
1067
+ 0
1068
+ I
1069
+ 0
1070
+ I
1071
+ -2
1072
+ p
1073
+ 0
1074
+ p
1075
+ 3
1076
+ I
1077
+ 0
1078
+ I
1079
+ 1a
1080
+ I
1081
+ 2
1082
+ x
1083
+ 82
1084
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1085
+ p
1086
+ 0
1087
+ M
1088
+ 1
1089
+ p
1090
+ 2
1091
+ x
1092
+ 9
1093
+ for_block
1094
+ t
1095
+ n
1096
+ x
1097
+ 3
1098
+ Noe
1099
+ i
1100
+ 9
1101
+ 5
1102
+ 48
1103
+ 0
1104
+ 7
1105
+ 1
1106
+ 64
1107
+ 83
1108
+ 2
1109
+ 11
1110
+ I
1111
+ 3
1112
+ I
1113
+ 0
1114
+ I
1115
+ 0
1116
+ I
1117
+ 0
1118
+ I
1119
+ -2
1120
+ p
1121
+ 3
1122
+ x
1123
+ 6
1124
+ should
1125
+ s
1126
+ 17
1127
+ wlang/active-text
1128
+ x
1129
+ 2
1130
+ ==
1131
+ p
1132
+ 3
1133
+ I
1134
+ 0
1135
+ I
1136
+ 1b
1137
+ I
1138
+ 9
1139
+ x
1140
+ 82
1141
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1142
+ p
1143
+ 0
1144
+ x
1145
+ 2
1146
+ it
1147
+ p
1148
+ 7
1149
+ I
1150
+ 0
1151
+ I
1152
+ 19
1153
+ I
1154
+ a
1155
+ I
1156
+ 1a
1157
+ I
1158
+ 14
1159
+ I
1160
+ 1b
1161
+ I
1162
+ 1c
1163
+ x
1164
+ 82
1165
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1166
+ p
1167
+ 0
1168
+ p
1169
+ 13
1170
+ I
1171
+ 0
1172
+ I
1173
+ 5
1174
+ I
1175
+ 8
1176
+ I
1177
+ 6
1178
+ I
1179
+ 12
1180
+ I
1181
+ 8
1182
+ I
1183
+ 1d
1184
+ I
1185
+ d
1186
+ I
1187
+ 28
1188
+ I
1189
+ 12
1190
+ I
1191
+ 33
1192
+ I
1193
+ 18
1194
+ I
1195
+ 3e
1196
+ x
1197
+ 82
1198
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1199
+ p
1200
+ 0
1201
+ x
1202
+ 8
1203
+ describe
1204
+ p
1205
+ 3
1206
+ I
1207
+ 2
1208
+ I
1209
+ 3
1210
+ I
1211
+ d
1212
+ x
1213
+ 82
1214
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1215
+ p
1216
+ 0
1217
+ x
1218
+ 13
1219
+ attach_method
1220
+ p
1221
+ 5
1222
+ I
1223
+ 0
1224
+ I
1225
+ 1
1226
+ I
1227
+ 13
1228
+ I
1229
+ 2
1230
+ I
1231
+ 2f
1232
+ x
1233
+ 82
1234
+ /home/blambeau/work/devel/noe/spec/unit/template/entry/infer_wlang_dialect_spec.rb
1235
+ p
1236
+ 0