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
@@ -0,0 +1,127 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 6
54
+ BibTeX
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 6
67
+ BibTeX
68
+ i
69
+ 12
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 65
76
+ 49
77
+ 1
78
+ 2
79
+ 15
80
+ 1
81
+ 11
82
+ I
83
+ 3
84
+ I
85
+ 0
86
+ I
87
+ 0
88
+ I
89
+ 0
90
+ n
91
+ p
92
+ 2
93
+ x
94
+ 10
95
+ Extensions
96
+ x
97
+ 11
98
+ open_module
99
+ p
100
+ 3
101
+ I
102
+ 2
103
+ I
104
+ 15
105
+ I
106
+ c
107
+ x
108
+ 58
109
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/extensions.rb
110
+ p
111
+ 0
112
+ x
113
+ 13
114
+ attach_method
115
+ p
116
+ 3
117
+ I
118
+ 0
119
+ I
120
+ 13
121
+ I
122
+ 1c
123
+ x
124
+ 58
125
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/extensions.rb
126
+ p
127
+ 0
@@ -0,0 +1,1178 @@
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
+ 9
63
+ singleton
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
+ 55
85
+ 5
86
+ 66
87
+ 99
88
+ 7
89
+ 0
90
+ 1
91
+ 65
92
+ 49
93
+ 1
94
+ 3
95
+ 13
96
+ 99
97
+ 12
98
+ 7
99
+ 2
100
+ 12
101
+ 7
102
+ 3
103
+ 12
104
+ 65
105
+ 12
106
+ 49
107
+ 4
108
+ 4
109
+ 15
110
+ 49
111
+ 2
112
+ 0
113
+ 15
114
+ 99
115
+ 7
116
+ 5
117
+ 65
118
+ 49
119
+ 6
120
+ 2
121
+ 13
122
+ 99
123
+ 12
124
+ 7
125
+ 7
126
+ 12
127
+ 7
128
+ 8
129
+ 12
130
+ 65
131
+ 12
132
+ 49
133
+ 4
134
+ 4
135
+ 15
136
+ 49
137
+ 7
138
+ 0
139
+ 11
140
+ I
141
+ 6
142
+ I
143
+ 0
144
+ I
145
+ 0
146
+ I
147
+ 0
148
+ n
149
+ p
150
+ 9
151
+ x
152
+ 6
153
+ Filter
154
+ x
155
+ 10
156
+ open_class
157
+ x
158
+ 14
159
+ __class_init__
160
+ M
161
+ 1
162
+ n
163
+ n
164
+ x
165
+ 6
166
+ Filter
167
+ i
168
+ 73
169
+ 5
170
+ 66
171
+ 5
172
+ 45
173
+ 0
174
+ 1
175
+ 47
176
+ 49
177
+ 2
178
+ 1
179
+ 15
180
+ 5
181
+ 99
182
+ 43
183
+ 3
184
+ 12
185
+ 49
186
+ 4
187
+ 1
188
+ 13
189
+ 99
190
+ 12
191
+ 7
192
+ 5
193
+ 12
194
+ 7
195
+ 6
196
+ 12
197
+ 65
198
+ 12
199
+ 49
200
+ 7
201
+ 4
202
+ 15
203
+ 54
204
+ 50
205
+ 5
206
+ 0
207
+ 15
208
+ 99
209
+ 7
210
+ 8
211
+ 7
212
+ 9
213
+ 65
214
+ 67
215
+ 49
216
+ 10
217
+ 0
218
+ 49
219
+ 11
220
+ 4
221
+ 15
222
+ 65
223
+ 7
224
+ 12
225
+ 7
226
+ 8
227
+ 47
228
+ 49
229
+ 13
230
+ 2
231
+ 15
232
+ 65
233
+ 7
234
+ 14
235
+ 7
236
+ 8
237
+ 47
238
+ 49
239
+ 13
240
+ 2
241
+ 11
242
+ I
243
+ 6
244
+ I
245
+ 0
246
+ I
247
+ 0
248
+ I
249
+ 0
250
+ n
251
+ p
252
+ 15
253
+ x
254
+ 9
255
+ Singleton
256
+ n
257
+ x
258
+ 7
259
+ include
260
+ x
261
+ 4
262
+ Type
263
+ x
264
+ 22
265
+ object_singleton_class
266
+ x
267
+ 18
268
+ __metaclass_init__
269
+ M
270
+ 1
271
+ n
272
+ n
273
+ x
274
+ 18
275
+ __metaclass_init__
276
+ i
277
+ 30
278
+ 5
279
+ 66
280
+ 99
281
+ 7
282
+ 0
283
+ 7
284
+ 1
285
+ 65
286
+ 67
287
+ 49
288
+ 2
289
+ 0
290
+ 49
291
+ 3
292
+ 4
293
+ 15
294
+ 99
295
+ 7
296
+ 4
297
+ 7
298
+ 5
299
+ 65
300
+ 67
301
+ 49
302
+ 2
303
+ 0
304
+ 49
305
+ 3
306
+ 4
307
+ 11
308
+ I
309
+ 5
310
+ I
311
+ 0
312
+ I
313
+ 0
314
+ I
315
+ 0
316
+ n
317
+ p
318
+ 6
319
+ x
320
+ 9
321
+ inherited
322
+ M
323
+ 1
324
+ n
325
+ n
326
+ x
327
+ 9
328
+ inherited
329
+ i
330
+ 17
331
+ 20
332
+ 0
333
+ 56
334
+ 0
335
+ 50
336
+ 1
337
+ 0
338
+ 15
339
+ 5
340
+ 48
341
+ 2
342
+ 20
343
+ 0
344
+ 49
345
+ 3
346
+ 1
347
+ 11
348
+ I
349
+ 3
350
+ I
351
+ 1
352
+ I
353
+ 1
354
+ I
355
+ 1
356
+ n
357
+ p
358
+ 4
359
+ M
360
+ 1
361
+ p
362
+ 2
363
+ x
364
+ 9
365
+ for_block
366
+ t
367
+ n
368
+ x
369
+ 9
370
+ inherited
371
+ i
372
+ 9
373
+ 5
374
+ 45
375
+ 0
376
+ 1
377
+ 47
378
+ 49
379
+ 2
380
+ 1
381
+ 11
382
+ I
383
+ 3
384
+ I
385
+ 0
386
+ I
387
+ 0
388
+ I
389
+ 0
390
+ I
391
+ -2
392
+ p
393
+ 3
394
+ x
395
+ 9
396
+ Singleton
397
+ n
398
+ x
399
+ 7
400
+ include
401
+ p
402
+ 3
403
+ I
404
+ 0
405
+ I
406
+ a
407
+ I
408
+ 9
409
+ x
410
+ 55
411
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
412
+ p
413
+ 0
414
+ x
415
+ 10
416
+ class_eval
417
+ x
418
+ 10
419
+ subclasses
420
+ x
421
+ 2
422
+ <<
423
+ p
424
+ 7
425
+ I
426
+ -1
427
+ I
428
+ 9
429
+ I
430
+ 0
431
+ I
432
+ a
433
+ I
434
+ 8
435
+ I
436
+ b
437
+ I
438
+ 11
439
+ x
440
+ 55
441
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
442
+ p
443
+ 1
444
+ x
445
+ 4
446
+ base
447
+ x
448
+ 17
449
+ method_visibility
450
+ x
451
+ 15
452
+ add_defn_method
453
+ x
454
+ 10
455
+ subclasses
456
+ M
457
+ 1
458
+ n
459
+ n
460
+ x
461
+ 10
462
+ subclasses
463
+ i
464
+ 11
465
+ 39
466
+ 0
467
+ 13
468
+ 10
469
+ 10
470
+ 15
471
+ 35
472
+ 0
473
+ 38
474
+ 0
475
+ 11
476
+ I
477
+ 2
478
+ I
479
+ 0
480
+ I
481
+ 0
482
+ I
483
+ 0
484
+ n
485
+ p
486
+ 1
487
+ x
488
+ 11
489
+ @subclasses
490
+ p
491
+ 5
492
+ I
493
+ -1
494
+ I
495
+ f
496
+ I
497
+ 0
498
+ I
499
+ 10
500
+ I
501
+ b
502
+ x
503
+ 55
504
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
505
+ p
506
+ 0
507
+ p
508
+ 5
509
+ I
510
+ 2
511
+ I
512
+ 9
513
+ I
514
+ 10
515
+ I
516
+ f
517
+ I
518
+ 1e
519
+ x
520
+ 55
521
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
522
+ p
523
+ 0
524
+ x
525
+ 13
526
+ attach_method
527
+ x
528
+ 5
529
+ apply
530
+ M
531
+ 1
532
+ n
533
+ n
534
+ x
535
+ 5
536
+ apply
537
+ i
538
+ 3
539
+ 20
540
+ 0
541
+ 11
542
+ I
543
+ 2
544
+ I
545
+ 1
546
+ I
547
+ 1
548
+ I
549
+ 1
550
+ n
551
+ p
552
+ 0
553
+ p
554
+ 3
555
+ I
556
+ -1
557
+ I
558
+ 14
559
+ I
560
+ 3
561
+ x
562
+ 55
563
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
564
+ p
565
+ 1
566
+ x
567
+ 5
568
+ value
569
+ x
570
+ 17
571
+ method_visibility
572
+ x
573
+ 15
574
+ add_defn_method
575
+ x
576
+ 7
577
+ convert
578
+ x
579
+ 12
580
+ alias_method
581
+ x
582
+ 2
583
+ <<
584
+ p
585
+ 11
586
+ I
587
+ 2
588
+ I
589
+ 5
590
+ I
591
+ b
592
+ I
593
+ 7
594
+ I
595
+ 27
596
+ I
597
+ 14
598
+ I
599
+ 35
600
+ I
601
+ 16
602
+ I
603
+ 3f
604
+ I
605
+ 17
606
+ I
607
+ 49
608
+ x
609
+ 55
610
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
611
+ p
612
+ 0
613
+ x
614
+ 13
615
+ attach_method
616
+ x
617
+ 7
618
+ Filters
619
+ x
620
+ 11
621
+ open_module
622
+ x
623
+ 15
624
+ __module_init__
625
+ M
626
+ 1
627
+ n
628
+ n
629
+ x
630
+ 7
631
+ Filters
632
+ i
633
+ 69
634
+ 5
635
+ 66
636
+ 65
637
+ 7
638
+ 0
639
+ 45
640
+ 1
641
+ 2
642
+ 7
643
+ 3
644
+ 64
645
+ 65
646
+ 49
647
+ 4
648
+ 0
649
+ 49
650
+ 5
651
+ 2
652
+ 7
653
+ 6
654
+ 64
655
+ 35
656
+ 2
657
+ 7
658
+ 7
659
+ 64
660
+ 49
661
+ 8
662
+ 1
663
+ 49
664
+ 9
665
+ 0
666
+ 49
667
+ 10
668
+ 2
669
+ 15
670
+ 45
671
+ 11
672
+ 12
673
+ 45
674
+ 0
675
+ 13
676
+ 47
677
+ 101
678
+ 14
679
+ 7
680
+ 15
681
+ 63
682
+ 2
683
+ 49
684
+ 16
685
+ 1
686
+ 56
687
+ 17
688
+ 50
689
+ 18
690
+ 0
691
+ 15
692
+ 99
693
+ 7
694
+ 19
695
+ 7
696
+ 20
697
+ 65
698
+ 5
699
+ 49
700
+ 21
701
+ 4
702
+ 11
703
+ I
704
+ 5
705
+ I
706
+ 0
707
+ I
708
+ 0
709
+ I
710
+ 0
711
+ n
712
+ p
713
+ 22
714
+ x
715
+ 9
716
+ LOAD_PATH
717
+ x
718
+ 4
719
+ File
720
+ n
721
+ s
722
+ 2
723
+ ..
724
+ x
725
+ 11
726
+ active_path
727
+ x
728
+ 11
729
+ expand_path
730
+ s
731
+ 7
732
+ filters
733
+ s
734
+ 1
735
+ /
736
+ x
737
+ 4
738
+ join
739
+ x
740
+ 6
741
+ freeze
742
+ x
743
+ 9
744
+ const_set
745
+ x
746
+ 3
747
+ Dir
748
+ n
749
+ n
750
+ x
751
+ 4
752
+ to_s
753
+ s
754
+ 5
755
+ /*.rb
756
+ x
757
+ 4
758
+ glob
759
+ M
760
+ 1
761
+ p
762
+ 2
763
+ x
764
+ 9
765
+ for_block
766
+ t
767
+ n
768
+ x
769
+ 7
770
+ Filters
771
+ i
772
+ 12
773
+ 57
774
+ 19
775
+ 0
776
+ 15
777
+ 5
778
+ 20
779
+ 0
780
+ 47
781
+ 49
782
+ 0
783
+ 1
784
+ 11
785
+ I
786
+ 4
787
+ I
788
+ 1
789
+ I
790
+ 1
791
+ I
792
+ 1
793
+ n
794
+ p
795
+ 1
796
+ x
797
+ 7
798
+ require
799
+ p
800
+ 5
801
+ I
802
+ 0
803
+ I
804
+ 1e
805
+ I
806
+ 4
807
+ I
808
+ 1f
809
+ I
810
+ c
811
+ x
812
+ 55
813
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
814
+ p
815
+ 1
816
+ x
817
+ 6
818
+ filter
819
+ x
820
+ 4
821
+ each
822
+ x
823
+ 7
824
+ resolve
825
+ M
826
+ 1
827
+ n
828
+ n
829
+ x
830
+ 7
831
+ resolve
832
+ i
833
+ 51
834
+ 20
835
+ 0
836
+ 7
837
+ 0
838
+ 49
839
+ 1
840
+ 1
841
+ 9
842
+ 13
843
+ 20
844
+ 0
845
+ 8
846
+ 50
847
+ 20
848
+ 0
849
+ 7
850
+ 2
851
+ 49
852
+ 1
853
+ 1
854
+ 9
855
+ 49
856
+ 45
857
+ 3
858
+ 4
859
+ 49
860
+ 5
861
+ 0
862
+ 56
863
+ 6
864
+ 50
865
+ 7
866
+ 0
867
+ 19
868
+ 1
869
+ 15
870
+ 20
871
+ 1
872
+ 13
873
+ 9
874
+ 47
875
+ 15
876
+ 20
877
+ 1
878
+ 49
879
+ 8
880
+ 0
881
+ 8
882
+ 50
883
+ 1
884
+ 11
885
+ I
886
+ 4
887
+ I
888
+ 2
889
+ I
890
+ 1
891
+ I
892
+ 1
893
+ n
894
+ p
895
+ 9
896
+ x
897
+ 5
898
+ apply
899
+ x
900
+ 11
901
+ respond_to?
902
+ x
903
+ 4
904
+ to_s
905
+ x
906
+ 6
907
+ Filter
908
+ n
909
+ x
910
+ 10
911
+ subclasses
912
+ M
913
+ 1
914
+ p
915
+ 2
916
+ x
917
+ 9
918
+ for_block
919
+ t
920
+ n
921
+ x
922
+ 7
923
+ resolve
924
+ i
925
+ 74
926
+ 57
927
+ 19
928
+ 0
929
+ 15
930
+ 20
931
+ 0
932
+ 49
933
+ 0
934
+ 0
935
+ 21
936
+ 1
937
+ 0
938
+ 49
939
+ 1
940
+ 0
941
+ 83
942
+ 2
943
+ 13
944
+ 10
945
+ 73
946
+ 15
947
+ 20
948
+ 0
949
+ 49
950
+ 0
951
+ 0
952
+ 7
953
+ 3
954
+ 13
955
+ 70
956
+ 9
957
+ 44
958
+ 15
959
+ 44
960
+ 43
961
+ 4
962
+ 7
963
+ 5
964
+ 78
965
+ 49
966
+ 6
967
+ 2
968
+ 6
969
+ 3
970
+ 49
971
+ 7
972
+ 1
973
+ 77
974
+ 49
975
+ 8
976
+ 1
977
+ 44
978
+ 43
979
+ 4
980
+ 7
981
+ 9
982
+ 21
983
+ 1
984
+ 0
985
+ 47
986
+ 101
987
+ 1
988
+ 7
989
+ 10
990
+ 63
991
+ 3
992
+ 79
993
+ 49
994
+ 6
995
+ 2
996
+ 49
997
+ 11
998
+ 1
999
+ 11
1000
+ I
1001
+ 7
1002
+ I
1003
+ 1
1004
+ I
1005
+ 1
1006
+ I
1007
+ 1
1008
+ n
1009
+ p
1010
+ 12
1011
+ x
1012
+ 4
1013
+ name
1014
+ x
1015
+ 4
1016
+ to_s
1017
+ x
1018
+ 2
1019
+ ==
1020
+ n
1021
+ x
1022
+ 6
1023
+ Regexp
1024
+ s
1025
+ 2
1026
+ ::
1027
+ x
1028
+ 3
1029
+ new
1030
+ x
1031
+ 5
1032
+ split
1033
+ x
1034
+ 2
1035
+ []
1036
+ s
1037
+ 1
1038
+ ^
1039
+ s
1040
+ 1
1041
+ $
1042
+ x
1043
+ 2
1044
+ =~
1045
+ p
1046
+ 5
1047
+ I
1048
+ 0
1049
+ I
1050
+ 27
1051
+ I
1052
+ 4
1053
+ I
1054
+ 28
1055
+ I
1056
+ 4a
1057
+ x
1058
+ 55
1059
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
1060
+ p
1061
+ 1
1062
+ x
1063
+ 1
1064
+ c
1065
+ x
1066
+ 6
1067
+ detect
1068
+ x
1069
+ 8
1070
+ instance
1071
+ p
1072
+ 17
1073
+ I
1074
+ -1
1075
+ I
1076
+ 22
1077
+ I
1078
+ 0
1079
+ I
1080
+ 24
1081
+ I
1082
+ 9
1083
+ I
1084
+ 25
1085
+ I
1086
+ d
1087
+ I
1088
+ 26
1089
+ I
1090
+ 16
1091
+ I
1092
+ 27
1093
+ I
1094
+ 24
1095
+ I
1096
+ 2a
1097
+ I
1098
+ 31
1099
+ I
1100
+ 2c
1101
+ I
1102
+ 32
1103
+ I
1104
+ 0
1105
+ I
1106
+ 33
1107
+ x
1108
+ 55
1109
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
1110
+ p
1111
+ 2
1112
+ x
1113
+ 6
1114
+ filter
1115
+ x
1116
+ 5
1117
+ klass
1118
+ x
1119
+ 13
1120
+ attach_method
1121
+ p
1122
+ 7
1123
+ I
1124
+ 2
1125
+ I
1126
+ 1c
1127
+ I
1128
+ 24
1129
+ I
1130
+ 1e
1131
+ I
1132
+ 3a
1133
+ I
1134
+ 22
1135
+ I
1136
+ 45
1137
+ x
1138
+ 55
1139
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
1140
+ p
1141
+ 0
1142
+ p
1143
+ 5
1144
+ I
1145
+ 2
1146
+ I
1147
+ 4
1148
+ I
1149
+ 1d
1150
+ I
1151
+ 1b
1152
+ I
1153
+ 37
1154
+ x
1155
+ 55
1156
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
1157
+ p
1158
+ 0
1159
+ x
1160
+ 13
1161
+ attach_method
1162
+ p
1163
+ 5
1164
+ I
1165
+ 0
1166
+ I
1167
+ 1
1168
+ I
1169
+ 9
1170
+ I
1171
+ 3
1172
+ I
1173
+ 25
1174
+ x
1175
+ 55
1176
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/filters.rb
1177
+ p
1178
+ 0