bibtex-ruby 1.3.10 → 1.3.11

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