activemodel 3.0.6 → 3.0.7.rc1

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 (34) hide show
  1. data/CHANGELOG +5 -0
  2. data/lib/active_model.rbc +781 -0
  3. data/lib/active_model/attribute_methods.rbc +4425 -0
  4. data/lib/active_model/callbacks.rbc +1164 -0
  5. data/lib/active_model/conversion.rbc +416 -0
  6. data/lib/active_model/deprecated_error_methods.rbc +899 -0
  7. data/lib/active_model/dirty.rbc +1538 -0
  8. data/lib/active_model/errors.rbc +3944 -0
  9. data/lib/active_model/mass_assignment_security.rbc +1407 -0
  10. data/lib/active_model/mass_assignment_security/permission_set.rbc +956 -0
  11. data/lib/active_model/mass_assignment_security/sanitizer.rbc +663 -0
  12. data/lib/active_model/naming.rbc +1547 -0
  13. data/lib/active_model/observing.rbc +2496 -0
  14. data/lib/active_model/railtie.rbc +69 -0
  15. data/lib/active_model/serialization.rbc +763 -0
  16. data/lib/active_model/serializers/json.rbc +802 -0
  17. data/lib/active_model/serializers/xml.rbc +3540 -0
  18. data/lib/active_model/translation.rbc +988 -0
  19. data/lib/active_model/validations.rbc +2398 -0
  20. data/lib/active_model/validations/acceptance.rbc +955 -0
  21. data/lib/active_model/validations/callbacks.rbc +1441 -0
  22. data/lib/active_model/validations/confirmation.rbc +757 -0
  23. data/lib/active_model/validations/exclusion.rbc +739 -0
  24. data/lib/active_model/validations/format.rbc +972 -0
  25. data/lib/active_model/validations/inclusion.rbc +997 -0
  26. data/lib/active_model/validations/length.rbc +1814 -0
  27. data/lib/active_model/validations/numericality.rbc +2163 -0
  28. data/lib/active_model/validations/presence.rbc +537 -0
  29. data/lib/active_model/validations/validates.rbc +1128 -0
  30. data/lib/active_model/validations/with.rbc +1058 -0
  31. data/lib/active_model/validator.rbc +1507 -0
  32. data/lib/active_model/version.rb +2 -2
  33. data/lib/active_model/version.rbc +295 -0
  34. metadata +50 -13
@@ -0,0 +1,3540 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 73
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 5
41
+ 7
42
+ 4
43
+ 64
44
+ 47
45
+ 49
46
+ 1
47
+ 1
48
+ 15
49
+ 5
50
+ 7
51
+ 5
52
+ 64
53
+ 47
54
+ 49
55
+ 1
56
+ 1
57
+ 15
58
+ 99
59
+ 7
60
+ 6
61
+ 65
62
+ 49
63
+ 7
64
+ 2
65
+ 13
66
+ 99
67
+ 12
68
+ 7
69
+ 8
70
+ 12
71
+ 7
72
+ 9
73
+ 12
74
+ 65
75
+ 12
76
+ 49
77
+ 10
78
+ 4
79
+ 15
80
+ 49
81
+ 8
82
+ 0
83
+ 15
84
+ 2
85
+ 11
86
+ I
87
+ 6
88
+ I
89
+ 0
90
+ I
91
+ 0
92
+ I
93
+ 0
94
+ n
95
+ p
96
+ 11
97
+ s
98
+ 34
99
+ active_support/core_ext/array/wrap
100
+ x
101
+ 7
102
+ require
103
+ s
104
+ 49
105
+ active_support/core_ext/class/attribute_accessors
106
+ s
107
+ 41
108
+ active_support/core_ext/array/conversions
109
+ s
110
+ 40
111
+ active_support/core_ext/hash/conversions
112
+ s
113
+ 34
114
+ active_support/core_ext/hash/slice
115
+ x
116
+ 11
117
+ ActiveModel
118
+ x
119
+ 11
120
+ open_module
121
+ x
122
+ 15
123
+ __module_init__
124
+ M
125
+ 1
126
+ n
127
+ n
128
+ x
129
+ 11
130
+ ActiveModel
131
+ i
132
+ 28
133
+ 5
134
+ 66
135
+ 99
136
+ 7
137
+ 0
138
+ 65
139
+ 49
140
+ 1
141
+ 2
142
+ 13
143
+ 99
144
+ 12
145
+ 7
146
+ 2
147
+ 12
148
+ 7
149
+ 3
150
+ 12
151
+ 65
152
+ 12
153
+ 49
154
+ 4
155
+ 4
156
+ 15
157
+ 49
158
+ 2
159
+ 0
160
+ 11
161
+ I
162
+ 6
163
+ I
164
+ 0
165
+ I
166
+ 0
167
+ I
168
+ 0
169
+ n
170
+ p
171
+ 5
172
+ x
173
+ 11
174
+ Serializers
175
+ x
176
+ 11
177
+ open_module
178
+ x
179
+ 15
180
+ __module_init__
181
+ M
182
+ 1
183
+ n
184
+ n
185
+ x
186
+ 11
187
+ Serializers
188
+ i
189
+ 28
190
+ 5
191
+ 66
192
+ 99
193
+ 7
194
+ 0
195
+ 65
196
+ 49
197
+ 1
198
+ 2
199
+ 13
200
+ 99
201
+ 12
202
+ 7
203
+ 2
204
+ 12
205
+ 7
206
+ 3
207
+ 12
208
+ 65
209
+ 12
210
+ 49
211
+ 4
212
+ 4
213
+ 15
214
+ 49
215
+ 2
216
+ 0
217
+ 11
218
+ I
219
+ 6
220
+ I
221
+ 0
222
+ I
223
+ 0
224
+ I
225
+ 0
226
+ n
227
+ p
228
+ 5
229
+ x
230
+ 3
231
+ Xml
232
+ x
233
+ 11
234
+ open_module
235
+ x
236
+ 15
237
+ __module_init__
238
+ M
239
+ 1
240
+ n
241
+ n
242
+ x
243
+ 3
244
+ Xml
245
+ i
246
+ 79
247
+ 5
248
+ 66
249
+ 5
250
+ 45
251
+ 0
252
+ 1
253
+ 43
254
+ 2
255
+ 47
256
+ 49
257
+ 3
258
+ 1
259
+ 15
260
+ 5
261
+ 45
262
+ 4
263
+ 5
264
+ 43
265
+ 6
266
+ 47
267
+ 49
268
+ 7
269
+ 1
270
+ 15
271
+ 99
272
+ 7
273
+ 8
274
+ 1
275
+ 65
276
+ 49
277
+ 9
278
+ 3
279
+ 13
280
+ 99
281
+ 12
282
+ 7
283
+ 10
284
+ 12
285
+ 7
286
+ 11
287
+ 12
288
+ 65
289
+ 12
290
+ 49
291
+ 12
292
+ 4
293
+ 15
294
+ 49
295
+ 10
296
+ 0
297
+ 15
298
+ 99
299
+ 7
300
+ 13
301
+ 7
302
+ 14
303
+ 65
304
+ 67
305
+ 49
306
+ 15
307
+ 0
308
+ 49
309
+ 16
310
+ 4
311
+ 15
312
+ 99
313
+ 7
314
+ 17
315
+ 7
316
+ 18
317
+ 65
318
+ 67
319
+ 49
320
+ 15
321
+ 0
322
+ 49
323
+ 16
324
+ 4
325
+ 11
326
+ I
327
+ 6
328
+ I
329
+ 0
330
+ I
331
+ 0
332
+ I
333
+ 0
334
+ n
335
+ p
336
+ 19
337
+ x
338
+ 13
339
+ ActiveSupport
340
+ n
341
+ x
342
+ 7
343
+ Concern
344
+ x
345
+ 6
346
+ extend
347
+ x
348
+ 11
349
+ ActiveModel
350
+ n
351
+ x
352
+ 13
353
+ Serialization
354
+ x
355
+ 7
356
+ include
357
+ x
358
+ 10
359
+ Serializer
360
+ x
361
+ 10
362
+ open_class
363
+ x
364
+ 14
365
+ __class_init__
366
+ M
367
+ 1
368
+ n
369
+ n
370
+ x
371
+ 10
372
+ Serializer
373
+ i
374
+ 166
375
+ 5
376
+ 66
377
+ 99
378
+ 7
379
+ 0
380
+ 1
381
+ 65
382
+ 49
383
+ 1
384
+ 3
385
+ 13
386
+ 99
387
+ 12
388
+ 7
389
+ 2
390
+ 12
391
+ 7
392
+ 3
393
+ 12
394
+ 65
395
+ 12
396
+ 49
397
+ 4
398
+ 4
399
+ 15
400
+ 49
401
+ 2
402
+ 0
403
+ 15
404
+ 99
405
+ 7
406
+ 5
407
+ 45
408
+ 0
409
+ 6
410
+ 65
411
+ 49
412
+ 1
413
+ 3
414
+ 15
415
+ 1
416
+ 15
417
+ 5
418
+ 7
419
+ 7
420
+ 47
421
+ 49
422
+ 8
423
+ 1
424
+ 15
425
+ 99
426
+ 7
427
+ 9
428
+ 7
429
+ 10
430
+ 65
431
+ 67
432
+ 49
433
+ 11
434
+ 0
435
+ 49
436
+ 12
437
+ 4
438
+ 15
439
+ 99
440
+ 7
441
+ 13
442
+ 7
443
+ 14
444
+ 65
445
+ 67
446
+ 49
447
+ 11
448
+ 0
449
+ 49
450
+ 12
451
+ 4
452
+ 15
453
+ 99
454
+ 7
455
+ 15
456
+ 7
457
+ 16
458
+ 65
459
+ 67
460
+ 49
461
+ 11
462
+ 0
463
+ 49
464
+ 12
465
+ 4
466
+ 15
467
+ 99
468
+ 7
469
+ 17
470
+ 7
471
+ 18
472
+ 65
473
+ 67
474
+ 49
475
+ 11
476
+ 0
477
+ 49
478
+ 12
479
+ 4
480
+ 15
481
+ 99
482
+ 7
483
+ 19
484
+ 7
485
+ 20
486
+ 65
487
+ 67
488
+ 49
489
+ 11
490
+ 0
491
+ 49
492
+ 12
493
+ 4
494
+ 15
495
+ 5
496
+ 48
497
+ 21
498
+ 15
499
+ 99
500
+ 7
501
+ 22
502
+ 7
503
+ 23
504
+ 65
505
+ 67
506
+ 49
507
+ 11
508
+ 0
509
+ 49
510
+ 12
511
+ 4
512
+ 15
513
+ 99
514
+ 7
515
+ 24
516
+ 7
517
+ 25
518
+ 65
519
+ 67
520
+ 49
521
+ 11
522
+ 0
523
+ 49
524
+ 12
525
+ 4
526
+ 15
527
+ 99
528
+ 7
529
+ 26
530
+ 7
531
+ 27
532
+ 65
533
+ 67
534
+ 49
535
+ 11
536
+ 0
537
+ 49
538
+ 12
539
+ 4
540
+ 11
541
+ I
542
+ 6
543
+ I
544
+ 0
545
+ I
546
+ 0
547
+ I
548
+ 0
549
+ n
550
+ p
551
+ 28
552
+ x
553
+ 9
554
+ Attribute
555
+ x
556
+ 10
557
+ open_class
558
+ x
559
+ 14
560
+ __class_init__
561
+ M
562
+ 1
563
+ n
564
+ n
565
+ x
566
+ 9
567
+ Attribute
568
+ i
569
+ 60
570
+ 5
571
+ 66
572
+ 5
573
+ 7
574
+ 0
575
+ 7
576
+ 1
577
+ 7
578
+ 2
579
+ 47
580
+ 49
581
+ 3
582
+ 3
583
+ 15
584
+ 99
585
+ 7
586
+ 4
587
+ 7
588
+ 5
589
+ 65
590
+ 67
591
+ 49
592
+ 6
593
+ 0
594
+ 49
595
+ 7
596
+ 4
597
+ 15
598
+ 99
599
+ 7
600
+ 8
601
+ 7
602
+ 9
603
+ 65
604
+ 67
605
+ 49
606
+ 6
607
+ 0
608
+ 49
609
+ 7
610
+ 4
611
+ 15
612
+ 5
613
+ 48
614
+ 10
615
+ 15
616
+ 99
617
+ 7
618
+ 11
619
+ 7
620
+ 12
621
+ 65
622
+ 67
623
+ 49
624
+ 6
625
+ 0
626
+ 49
627
+ 7
628
+ 4
629
+ 11
630
+ I
631
+ 5
632
+ I
633
+ 0
634
+ I
635
+ 0
636
+ I
637
+ 0
638
+ n
639
+ p
640
+ 13
641
+ x
642
+ 4
643
+ name
644
+ x
645
+ 5
646
+ value
647
+ x
648
+ 4
649
+ type
650
+ x
651
+ 11
652
+ attr_reader
653
+ x
654
+ 10
655
+ initialize
656
+ M
657
+ 1
658
+ n
659
+ n
660
+ x
661
+ 10
662
+ initialize
663
+ i
664
+ 64
665
+ 23
666
+ 2
667
+ 10
668
+ 8
669
+ 1
670
+ 19
671
+ 2
672
+ 15
673
+ 20
674
+ 0
675
+ 20
676
+ 1
677
+ 17
678
+ 2
679
+ 38
680
+ 0
681
+ 15
682
+ 38
683
+ 1
684
+ 15
685
+ 2
686
+ 15
687
+ 20
688
+ 2
689
+ 7
690
+ 2
691
+ 49
692
+ 3
693
+ 1
694
+ 9
695
+ 40
696
+ 20
697
+ 2
698
+ 49
699
+ 2
700
+ 0
701
+ 19
702
+ 2
703
+ 8
704
+ 41
705
+ 1
706
+ 15
707
+ 20
708
+ 2
709
+ 13
710
+ 10
711
+ 55
712
+ 15
713
+ 39
714
+ 1
715
+ 20
716
+ 0
717
+ 49
718
+ 4
719
+ 1
720
+ 38
721
+ 5
722
+ 15
723
+ 5
724
+ 48
725
+ 6
726
+ 38
727
+ 7
728
+ 11
729
+ I
730
+ 5
731
+ I
732
+ 3
733
+ I
734
+ 2
735
+ I
736
+ 3
737
+ n
738
+ p
739
+ 8
740
+ x
741
+ 5
742
+ @name
743
+ x
744
+ 13
745
+ @serializable
746
+ x
747
+ 12
748
+ in_time_zone
749
+ x
750
+ 11
751
+ respond_to?
752
+ x
753
+ 4
754
+ send
755
+ x
756
+ 6
757
+ @value
758
+ x
759
+ 12
760
+ compute_type
761
+ x
762
+ 5
763
+ @type
764
+ p
765
+ 11
766
+ I
767
+ -1
768
+ I
769
+ 12
770
+ I
771
+ 8
772
+ I
773
+ 13
774
+ I
775
+ 16
776
+ I
777
+ 14
778
+ I
779
+ 2a
780
+ I
781
+ 15
782
+ I
783
+ 3a
784
+ I
785
+ 16
786
+ I
787
+ 40
788
+ x
789
+ 84
790
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
791
+ p
792
+ 3
793
+ x
794
+ 4
795
+ name
796
+ x
797
+ 12
798
+ serializable
799
+ x
800
+ 9
801
+ raw_value
802
+ x
803
+ 17
804
+ method_visibility
805
+ x
806
+ 15
807
+ add_defn_method
808
+ x
809
+ 11
810
+ decorations
811
+ M
812
+ 1
813
+ n
814
+ n
815
+ x
816
+ 11
817
+ decorations
818
+ i
819
+ 91
820
+ 44
821
+ 43
822
+ 0
823
+ 78
824
+ 49
825
+ 1
826
+ 1
827
+ 19
828
+ 0
829
+ 15
830
+ 5
831
+ 48
832
+ 2
833
+ 7
834
+ 3
835
+ 83
836
+ 4
837
+ 9
838
+ 35
839
+ 20
840
+ 0
841
+ 7
842
+ 5
843
+ 7
844
+ 6
845
+ 64
846
+ 13
847
+ 18
848
+ 3
849
+ 49
850
+ 7
851
+ 2
852
+ 15
853
+ 8
854
+ 36
855
+ 1
856
+ 15
857
+ 5
858
+ 48
859
+ 2
860
+ 7
861
+ 8
862
+ 83
863
+ 4
864
+ 9
865
+ 49
866
+ 1
867
+ 8
868
+ 63
869
+ 20
870
+ 0
871
+ 7
872
+ 2
873
+ 5
874
+ 48
875
+ 2
876
+ 13
877
+ 18
878
+ 3
879
+ 49
880
+ 7
881
+ 2
882
+ 15
883
+ 15
884
+ 5
885
+ 48
886
+ 9
887
+ 49
888
+ 10
889
+ 0
890
+ 9
891
+ 86
892
+ 20
893
+ 0
894
+ 7
895
+ 11
896
+ 2
897
+ 13
898
+ 18
899
+ 3
900
+ 49
901
+ 7
902
+ 2
903
+ 15
904
+ 8
905
+ 87
906
+ 1
907
+ 15
908
+ 20
909
+ 0
910
+ 11
911
+ I
912
+ 5
913
+ I
914
+ 1
915
+ I
916
+ 0
917
+ I
918
+ 0
919
+ n
920
+ p
921
+ 12
922
+ x
923
+ 4
924
+ Hash
925
+ x
926
+ 16
927
+ new_from_literal
928
+ x
929
+ 4
930
+ type
931
+ x
932
+ 6
933
+ binary
934
+ x
935
+ 2
936
+ ==
937
+ x
938
+ 8
939
+ encoding
940
+ s
941
+ 6
942
+ base64
943
+ x
944
+ 3
945
+ []=
946
+ x
947
+ 6
948
+ string
949
+ x
950
+ 5
951
+ value
952
+ x
953
+ 4
954
+ nil?
955
+ x
956
+ 3
957
+ nil
958
+ p
959
+ 13
960
+ I
961
+ -1
962
+ I
963
+ 19
964
+ I
965
+ 0
966
+ I
967
+ 1a
968
+ I
969
+ a
970
+ I
971
+ 1b
972
+ I
973
+ 25
974
+ I
975
+ 1c
976
+ I
977
+ 40
978
+ I
979
+ 1d
980
+ I
981
+ 58
982
+ I
983
+ 1e
984
+ I
985
+ 5b
986
+ x
987
+ 84
988
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
989
+ p
990
+ 1
991
+ x
992
+ 11
993
+ decorations
994
+ x
995
+ 9
996
+ protected
997
+ x
998
+ 12
999
+ compute_type
1000
+ M
1001
+ 1
1002
+ n
1003
+ n
1004
+ x
1005
+ 12
1006
+ compute_type
1007
+ i
1008
+ 60
1009
+ 45
1010
+ 0
1011
+ 1
1012
+ 43
1013
+ 2
1014
+ 43
1015
+ 3
1016
+ 5
1017
+ 48
1018
+ 4
1019
+ 49
1020
+ 5
1021
+ 0
1022
+ 49
1023
+ 6
1024
+ 0
1025
+ 49
1026
+ 7
1027
+ 1
1028
+ 19
1029
+ 0
1030
+ 15
1031
+ 5
1032
+ 48
1033
+ 4
1034
+ 7
1035
+ 8
1036
+ 49
1037
+ 9
1038
+ 1
1039
+ 9
1040
+ 44
1041
+ 20
1042
+ 0
1043
+ 13
1044
+ 10
1045
+ 42
1046
+ 15
1047
+ 7
1048
+ 10
1049
+ 19
1050
+ 0
1051
+ 8
1052
+ 45
1053
+ 1
1054
+ 15
1055
+ 20
1056
+ 0
1057
+ 13
1058
+ 10
1059
+ 56
1060
+ 15
1061
+ 7
1062
+ 11
1063
+ 19
1064
+ 0
1065
+ 15
1066
+ 20
1067
+ 0
1068
+ 11
1069
+ I
1070
+ 3
1071
+ I
1072
+ 1
1073
+ I
1074
+ 0
1075
+ I
1076
+ 0
1077
+ n
1078
+ p
1079
+ 12
1080
+ x
1081
+ 13
1082
+ ActiveSupport
1083
+ n
1084
+ x
1085
+ 7
1086
+ XmlMini
1087
+ x
1088
+ 10
1089
+ TYPE_NAMES
1090
+ x
1091
+ 5
1092
+ value
1093
+ x
1094
+ 5
1095
+ class
1096
+ x
1097
+ 4
1098
+ name
1099
+ x
1100
+ 2
1101
+ []
1102
+ x
1103
+ 6
1104
+ to_str
1105
+ x
1106
+ 11
1107
+ respond_to?
1108
+ x
1109
+ 6
1110
+ string
1111
+ x
1112
+ 4
1113
+ yaml
1114
+ p
1115
+ 11
1116
+ I
1117
+ -1
1118
+ I
1119
+ 23
1120
+ I
1121
+ 0
1122
+ I
1123
+ 24
1124
+ I
1125
+ 16
1126
+ I
1127
+ 25
1128
+ I
1129
+ 2e
1130
+ I
1131
+ 26
1132
+ I
1133
+ 39
1134
+ I
1135
+ 27
1136
+ I
1137
+ 3c
1138
+ x
1139
+ 84
1140
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1141
+ p
1142
+ 1
1143
+ x
1144
+ 4
1145
+ type
1146
+ p
1147
+ 11
1148
+ I
1149
+ 2
1150
+ I
1151
+ 10
1152
+ I
1153
+ e
1154
+ I
1155
+ 12
1156
+ I
1157
+ 1c
1158
+ I
1159
+ 19
1160
+ I
1161
+ 2a
1162
+ I
1163
+ 21
1164
+ I
1165
+ 2e
1166
+ I
1167
+ 23
1168
+ I
1169
+ 3c
1170
+ x
1171
+ 84
1172
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1173
+ p
1174
+ 0
1175
+ x
1176
+ 13
1177
+ attach_method
1178
+ x
1179
+ 15
1180
+ MethodAttribute
1181
+ n
1182
+ x
1183
+ 7
1184
+ options
1185
+ x
1186
+ 11
1187
+ attr_reader
1188
+ x
1189
+ 10
1190
+ initialize
1191
+ M
1192
+ 1
1193
+ n
1194
+ n
1195
+ x
1196
+ 10
1197
+ initialize
1198
+ i
1199
+ 94
1200
+ 23
1201
+ 1
1202
+ 10
1203
+ 8
1204
+ 1
1205
+ 19
1206
+ 1
1207
+ 15
1208
+ 20
1209
+ 0
1210
+ 38
1211
+ 0
1212
+ 15
1213
+ 20
1214
+ 1
1215
+ 9
1216
+ 24
1217
+ 20
1218
+ 1
1219
+ 49
1220
+ 1
1221
+ 0
1222
+ 8
1223
+ 31
1224
+ 44
1225
+ 43
1226
+ 2
1227
+ 78
1228
+ 49
1229
+ 3
1230
+ 1
1231
+ 38
1232
+ 4
1233
+ 15
1234
+ 39
1235
+ 4
1236
+ 7
1237
+ 5
1238
+ 45
1239
+ 6
1240
+ 7
1241
+ 39
1242
+ 4
1243
+ 7
1244
+ 5
1245
+ 49
1246
+ 8
1247
+ 1
1248
+ 49
1249
+ 9
1250
+ 1
1251
+ 56
1252
+ 10
1253
+ 50
1254
+ 11
1255
+ 0
1256
+ 13
1257
+ 18
1258
+ 3
1259
+ 49
1260
+ 12
1261
+ 2
1262
+ 15
1263
+ 15
1264
+ 39
1265
+ 4
1266
+ 7
1267
+ 13
1268
+ 45
1269
+ 6
1270
+ 14
1271
+ 39
1272
+ 4
1273
+ 7
1274
+ 13
1275
+ 49
1276
+ 8
1277
+ 1
1278
+ 49
1279
+ 9
1280
+ 1
1281
+ 56
1282
+ 15
1283
+ 50
1284
+ 11
1285
+ 0
1286
+ 13
1287
+ 18
1288
+ 3
1289
+ 49
1290
+ 12
1291
+ 2
1292
+ 15
1293
+ 11
1294
+ I
1295
+ 7
1296
+ I
1297
+ 2
1298
+ I
1299
+ 1
1300
+ I
1301
+ 2
1302
+ n
1303
+ p
1304
+ 16
1305
+ x
1306
+ 13
1307
+ @serializable
1308
+ x
1309
+ 3
1310
+ dup
1311
+ x
1312
+ 4
1313
+ Hash
1314
+ x
1315
+ 16
1316
+ new_from_literal
1317
+ x
1318
+ 8
1319
+ @options
1320
+ x
1321
+ 4
1322
+ only
1323
+ x
1324
+ 5
1325
+ Array
1326
+ n
1327
+ x
1328
+ 2
1329
+ []
1330
+ x
1331
+ 4
1332
+ wrap
1333
+ M
1334
+ 1
1335
+ p
1336
+ 2
1337
+ x
1338
+ 9
1339
+ for_block
1340
+ t
1341
+ n
1342
+ x
1343
+ 10
1344
+ initialize
1345
+ i
1346
+ 10
1347
+ 57
1348
+ 19
1349
+ 0
1350
+ 15
1351
+ 20
1352
+ 0
1353
+ 49
1354
+ 0
1355
+ 0
1356
+ 11
1357
+ I
1358
+ 3
1359
+ I
1360
+ 1
1361
+ I
1362
+ 1
1363
+ I
1364
+ 1
1365
+ n
1366
+ p
1367
+ 1
1368
+ x
1369
+ 4
1370
+ to_s
1371
+ p
1372
+ 3
1373
+ I
1374
+ 0
1375
+ I
1376
+ 34
1377
+ I
1378
+ a
1379
+ x
1380
+ 84
1381
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1382
+ p
1383
+ 1
1384
+ x
1385
+ 1
1386
+ n
1387
+ x
1388
+ 3
1389
+ map
1390
+ x
1391
+ 3
1392
+ []=
1393
+ x
1394
+ 6
1395
+ except
1396
+ n
1397
+ M
1398
+ 1
1399
+ p
1400
+ 2
1401
+ x
1402
+ 9
1403
+ for_block
1404
+ t
1405
+ n
1406
+ x
1407
+ 10
1408
+ initialize
1409
+ i
1410
+ 10
1411
+ 57
1412
+ 19
1413
+ 0
1414
+ 15
1415
+ 20
1416
+ 0
1417
+ 49
1418
+ 0
1419
+ 0
1420
+ 11
1421
+ I
1422
+ 3
1423
+ I
1424
+ 1
1425
+ I
1426
+ 1
1427
+ I
1428
+ 1
1429
+ n
1430
+ p
1431
+ 1
1432
+ x
1433
+ 4
1434
+ to_s
1435
+ p
1436
+ 3
1437
+ I
1438
+ 0
1439
+ I
1440
+ 35
1441
+ I
1442
+ a
1443
+ x
1444
+ 84
1445
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1446
+ p
1447
+ 1
1448
+ x
1449
+ 1
1450
+ n
1451
+ p
1452
+ 11
1453
+ I
1454
+ -1
1455
+ I
1456
+ 30
1457
+ I
1458
+ 8
1459
+ I
1460
+ 31
1461
+ I
1462
+ d
1463
+ I
1464
+ 32
1465
+ I
1466
+ 22
1467
+ I
1468
+ 34
1469
+ I
1470
+ 40
1471
+ I
1472
+ 35
1473
+ I
1474
+ 5e
1475
+ x
1476
+ 84
1477
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1478
+ p
1479
+ 2
1480
+ x
1481
+ 12
1482
+ serializable
1483
+ x
1484
+ 7
1485
+ options
1486
+ x
1487
+ 17
1488
+ method_visibility
1489
+ x
1490
+ 15
1491
+ add_defn_method
1492
+ x
1493
+ 15
1494
+ attributes_hash
1495
+ M
1496
+ 1
1497
+ n
1498
+ n
1499
+ x
1500
+ 15
1501
+ attributes_hash
1502
+ i
1503
+ 71
1504
+ 39
1505
+ 0
1506
+ 49
1507
+ 1
1508
+ 0
1509
+ 19
1510
+ 0
1511
+ 15
1512
+ 5
1513
+ 48
1514
+ 2
1515
+ 7
1516
+ 3
1517
+ 49
1518
+ 4
1519
+ 1
1520
+ 49
1521
+ 5
1522
+ 0
1523
+ 9
1524
+ 38
1525
+ 20
1526
+ 0
1527
+ 5
1528
+ 48
1529
+ 2
1530
+ 7
1531
+ 3
1532
+ 49
1533
+ 4
1534
+ 1
1535
+ 36
1536
+ 1
1537
+ 51
1538
+ 6
1539
+ 0
1540
+ 8
1541
+ 70
1542
+ 5
1543
+ 48
1544
+ 2
1545
+ 7
1546
+ 7
1547
+ 49
1548
+ 4
1549
+ 1
1550
+ 49
1551
+ 5
1552
+ 0
1553
+ 9
1554
+ 68
1555
+ 20
1556
+ 0
1557
+ 5
1558
+ 48
1559
+ 2
1560
+ 7
1561
+ 7
1562
+ 49
1563
+ 4
1564
+ 1
1565
+ 36
1566
+ 1
1567
+ 51
1568
+ 7
1569
+ 0
1570
+ 8
1571
+ 70
1572
+ 20
1573
+ 0
1574
+ 11
1575
+ I
1576
+ 4
1577
+ I
1578
+ 1
1579
+ I
1580
+ 0
1581
+ I
1582
+ 0
1583
+ n
1584
+ p
1585
+ 8
1586
+ x
1587
+ 13
1588
+ @serializable
1589
+ x
1590
+ 10
1591
+ attributes
1592
+ x
1593
+ 7
1594
+ options
1595
+ x
1596
+ 4
1597
+ only
1598
+ x
1599
+ 2
1600
+ []
1601
+ x
1602
+ 4
1603
+ any?
1604
+ x
1605
+ 5
1606
+ slice
1607
+ x
1608
+ 6
1609
+ except
1610
+ p
1611
+ 15
1612
+ I
1613
+ -1
1614
+ I
1615
+ 3e
1616
+ I
1617
+ 0
1618
+ I
1619
+ 3f
1620
+ I
1621
+ 8
1622
+ I
1623
+ 40
1624
+ I
1625
+ 15
1626
+ I
1627
+ 41
1628
+ I
1629
+ 26
1630
+ I
1631
+ 42
1632
+ I
1633
+ 33
1634
+ I
1635
+ 43
1636
+ I
1637
+ 44
1638
+ I
1639
+ 45
1640
+ I
1641
+ 47
1642
+ x
1643
+ 84
1644
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1645
+ p
1646
+ 1
1647
+ x
1648
+ 10
1649
+ attributes
1650
+ x
1651
+ 23
1652
+ serializable_attributes
1653
+ M
1654
+ 1
1655
+ n
1656
+ n
1657
+ x
1658
+ 23
1659
+ serializable_attributes
1660
+ i
1661
+ 9
1662
+ 5
1663
+ 48
1664
+ 0
1665
+ 56
1666
+ 1
1667
+ 50
1668
+ 2
1669
+ 0
1670
+ 11
1671
+ I
1672
+ 2
1673
+ I
1674
+ 0
1675
+ I
1676
+ 0
1677
+ I
1678
+ 0
1679
+ n
1680
+ p
1681
+ 3
1682
+ x
1683
+ 15
1684
+ attributes_hash
1685
+ M
1686
+ 1
1687
+ p
1688
+ 2
1689
+ x
1690
+ 9
1691
+ for_block
1692
+ t
1693
+ n
1694
+ x
1695
+ 23
1696
+ serializable_attributes
1697
+ i
1698
+ 50
1699
+ 58
1700
+ 37
1701
+ 19
1702
+ 0
1703
+ 15
1704
+ 37
1705
+ 19
1706
+ 1
1707
+ 15
1708
+ 15
1709
+ 5
1710
+ 49
1711
+ 0
1712
+ 0
1713
+ 43
1714
+ 1
1715
+ 13
1716
+ 71
1717
+ 2
1718
+ 47
1719
+ 9
1720
+ 40
1721
+ 47
1722
+ 49
1723
+ 3
1724
+ 0
1725
+ 13
1726
+ 20
1727
+ 0
1728
+ 39
1729
+ 4
1730
+ 20
1731
+ 1
1732
+ 47
1733
+ 49
1734
+ 5
1735
+ 3
1736
+ 15
1737
+ 8
1738
+ 49
1739
+ 20
1740
+ 0
1741
+ 39
1742
+ 4
1743
+ 20
1744
+ 1
1745
+ 49
1746
+ 2
1747
+ 3
1748
+ 11
1749
+ I
1750
+ 8
1751
+ I
1752
+ 2
1753
+ I
1754
+ 2
1755
+ I
1756
+ 2
1757
+ n
1758
+ p
1759
+ 6
1760
+ x
1761
+ 5
1762
+ class
1763
+ x
1764
+ 9
1765
+ Attribute
1766
+ x
1767
+ 3
1768
+ new
1769
+ x
1770
+ 8
1771
+ allocate
1772
+ x
1773
+ 13
1774
+ @serializable
1775
+ x
1776
+ 10
1777
+ initialize
1778
+ p
1779
+ 5
1780
+ I
1781
+ 0
1782
+ I
1783
+ 4a
1784
+ I
1785
+ a
1786
+ I
1787
+ 4b
1788
+ I
1789
+ 32
1790
+ x
1791
+ 84
1792
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1793
+ p
1794
+ 2
1795
+ x
1796
+ 4
1797
+ name
1798
+ x
1799
+ 5
1800
+ value
1801
+ x
1802
+ 3
1803
+ map
1804
+ p
1805
+ 5
1806
+ I
1807
+ -1
1808
+ I
1809
+ 49
1810
+ I
1811
+ 0
1812
+ I
1813
+ 4a
1814
+ I
1815
+ 9
1816
+ x
1817
+ 84
1818
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
1819
+ p
1820
+ 0
1821
+ x
1822
+ 20
1823
+ serializable_methods
1824
+ M
1825
+ 1
1826
+ n
1827
+ n
1828
+ x
1829
+ 20
1830
+ serializable_methods
1831
+ i
1832
+ 22
1833
+ 45
1834
+ 0
1835
+ 1
1836
+ 5
1837
+ 48
1838
+ 2
1839
+ 7
1840
+ 3
1841
+ 49
1842
+ 4
1843
+ 1
1844
+ 49
1845
+ 5
1846
+ 1
1847
+ 35
1848
+ 0
1849
+ 56
1850
+ 6
1851
+ 50
1852
+ 7
1853
+ 1
1854
+ 11
1855
+ I
1856
+ 3
1857
+ I
1858
+ 0
1859
+ I
1860
+ 0
1861
+ I
1862
+ 0
1863
+ n
1864
+ p
1865
+ 8
1866
+ x
1867
+ 5
1868
+ Array
1869
+ n
1870
+ x
1871
+ 7
1872
+ options
1873
+ x
1874
+ 7
1875
+ methods
1876
+ x
1877
+ 2
1878
+ []
1879
+ x
1880
+ 4
1881
+ wrap
1882
+ M
1883
+ 1
1884
+ p
1885
+ 2
1886
+ x
1887
+ 9
1888
+ for_block
1889
+ t
1890
+ n
1891
+ x
1892
+ 20
1893
+ serializable_methods
1894
+ i
1895
+ 75
1896
+ 58
1897
+ 37
1898
+ 19
1899
+ 0
1900
+ 15
1901
+ 37
1902
+ 19
1903
+ 1
1904
+ 15
1905
+ 15
1906
+ 39
1907
+ 0
1908
+ 20
1909
+ 1
1910
+ 49
1911
+ 1
1912
+ 0
1913
+ 49
1914
+ 2
1915
+ 1
1916
+ 9
1917
+ 70
1918
+ 20
1919
+ 0
1920
+ 5
1921
+ 49
1922
+ 3
1923
+ 0
1924
+ 43
1925
+ 4
1926
+ 13
1927
+ 71
1928
+ 5
1929
+ 47
1930
+ 9
1931
+ 55
1932
+ 47
1933
+ 49
1934
+ 6
1935
+ 0
1936
+ 13
1937
+ 20
1938
+ 1
1939
+ 49
1940
+ 1
1941
+ 0
1942
+ 39
1943
+ 0
1944
+ 47
1945
+ 49
1946
+ 7
1947
+ 2
1948
+ 15
1949
+ 8
1950
+ 65
1951
+ 20
1952
+ 1
1953
+ 49
1954
+ 1
1955
+ 0
1956
+ 39
1957
+ 0
1958
+ 49
1959
+ 5
1960
+ 2
1961
+ 49
1962
+ 8
1963
+ 1
1964
+ 8
1965
+ 71
1966
+ 1
1967
+ 15
1968
+ 20
1969
+ 0
1970
+ 11
1971
+ I
1972
+ 8
1973
+ I
1974
+ 2
1975
+ I
1976
+ 2
1977
+ I
1978
+ 2
1979
+ n
1980
+ p
1981
+ 9
1982
+ x
1983
+ 13
1984
+ @serializable
1985
+ x
1986
+ 4
1987
+ to_s
1988
+ x
1989
+ 11
1990
+ respond_to?
1991
+ x
1992
+ 5
1993
+ class
1994
+ x
1995
+ 15
1996
+ MethodAttribute
1997
+ x
1998
+ 3
1999
+ new
2000
+ x
2001
+ 8
2002
+ allocate
2003
+ x
2004
+ 10
2005
+ initialize
2006
+ x
2007
+ 2
2008
+ <<
2009
+ p
2010
+ 7
2011
+ I
2012
+ 0
2013
+ I
2014
+ 50
2015
+ I
2016
+ a
2017
+ I
2018
+ 51
2019
+ I
2020
+ 48
2021
+ I
2022
+ 52
2023
+ I
2024
+ 4b
2025
+ x
2026
+ 84
2027
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2028
+ p
2029
+ 2
2030
+ x
2031
+ 7
2032
+ methods
2033
+ x
2034
+ 4
2035
+ name
2036
+ x
2037
+ 6
2038
+ inject
2039
+ p
2040
+ 5
2041
+ I
2042
+ -1
2043
+ I
2044
+ 4f
2045
+ I
2046
+ 0
2047
+ I
2048
+ 50
2049
+ I
2050
+ 16
2051
+ x
2052
+ 84
2053
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2054
+ p
2055
+ 0
2056
+ x
2057
+ 9
2058
+ serialize
2059
+ M
2060
+ 1
2061
+ n
2062
+ n
2063
+ x
2064
+ 9
2065
+ serialize
2066
+ i
2067
+ 363
2068
+ 26
2069
+ 93
2070
+ 0
2071
+ 15
2072
+ 29
2073
+ 17
2074
+ 0
2075
+ 44
2076
+ 7
2077
+ 0
2078
+ 3
2079
+ 98
2080
+ 1
2081
+ 3
2082
+ 30
2083
+ 8
2084
+ 23
2085
+ 25
2086
+ 92
2087
+ 0
2088
+ 27
2089
+ 8
2090
+ 28
2091
+ 15
2092
+ 7
2093
+ 2
2094
+ 8
2095
+ 29
2096
+ 1
2097
+ 9
2098
+ 34
2099
+ 1
2100
+ 8
2101
+ 42
2102
+ 5
2103
+ 7
2104
+ 3
2105
+ 64
2106
+ 47
2107
+ 49
2108
+ 4
2109
+ 1
2110
+ 15
2111
+ 5
2112
+ 48
2113
+ 5
2114
+ 7
2115
+ 6
2116
+ 14
2117
+ 2
2118
+ 49
2119
+ 7
2120
+ 1
2121
+ 13
2122
+ 10
2123
+ 67
2124
+ 15
2125
+ 80
2126
+ 13
2127
+ 18
2128
+ 3
2129
+ 49
2130
+ 8
2131
+ 2
2132
+ 15
2133
+ 8
2134
+ 71
2135
+ 18
2136
+ 2
2137
+ 16
2138
+ 2
2139
+ 15
2140
+ 5
2141
+ 48
2142
+ 5
2143
+ 7
2144
+ 9
2145
+ 14
2146
+ 2
2147
+ 49
2148
+ 7
2149
+ 1
2150
+ 13
2151
+ 10
2152
+ 165
2153
+ 15
2154
+ 44
2155
+ 43
2156
+ 0
2157
+ 43
2158
+ 10
2159
+ 13
2160
+ 71
2161
+ 11
2162
+ 47
2163
+ 9
2164
+ 131
2165
+ 47
2166
+ 49
2167
+ 12
2168
+ 0
2169
+ 13
2170
+ 44
2171
+ 43
2172
+ 13
2173
+ 79
2174
+ 49
2175
+ 14
2176
+ 1
2177
+ 13
2178
+ 7
2179
+ 6
2180
+ 5
2181
+ 48
2182
+ 5
2183
+ 7
2184
+ 6
2185
+ 49
2186
+ 7
2187
+ 1
2188
+ 49
2189
+ 8
2190
+ 2
2191
+ 15
2192
+ 47
2193
+ 49
2194
+ 15
2195
+ 1
2196
+ 15
2197
+ 8
2198
+ 156
2199
+ 44
2200
+ 43
2201
+ 13
2202
+ 79
2203
+ 49
2204
+ 14
2205
+ 1
2206
+ 13
2207
+ 7
2208
+ 6
2209
+ 5
2210
+ 48
2211
+ 5
2212
+ 7
2213
+ 6
2214
+ 49
2215
+ 7
2216
+ 1
2217
+ 49
2218
+ 8
2219
+ 2
2220
+ 15
2221
+ 49
2222
+ 11
2223
+ 1
2224
+ 13
2225
+ 18
2226
+ 3
2227
+ 49
2228
+ 8
2229
+ 2
2230
+ 15
2231
+ 8
2232
+ 169
2233
+ 18
2234
+ 2
2235
+ 16
2236
+ 2
2237
+ 15
2238
+ 5
2239
+ 48
2240
+ 5
2241
+ 7
2242
+ 9
2243
+ 49
2244
+ 7
2245
+ 1
2246
+ 38
2247
+ 16
2248
+ 15
2249
+ 5
2250
+ 48
2251
+ 5
2252
+ 7
2253
+ 17
2254
+ 49
2255
+ 7
2256
+ 1
2257
+ 9
2258
+ 194
2259
+ 1
2260
+ 8
2261
+ 199
2262
+ 39
2263
+ 16
2264
+ 49
2265
+ 18
2266
+ 0
2267
+ 15
2268
+ 5
2269
+ 48
2270
+ 5
2271
+ 7
2272
+ 19
2273
+ 49
2274
+ 7
2275
+ 1
2276
+ 13
2277
+ 10
2278
+ 223
2279
+ 15
2280
+ 39
2281
+ 20
2282
+ 49
2283
+ 21
2284
+ 0
2285
+ 49
2286
+ 22
2287
+ 0
2288
+ 49
2289
+ 23
2290
+ 0
2291
+ 49
2292
+ 24
2293
+ 0
2294
+ 19
2295
+ 0
2296
+ 15
2297
+ 45
2298
+ 25
2299
+ 26
2300
+ 43
2301
+ 27
2302
+ 20
2303
+ 0
2304
+ 5
2305
+ 48
2306
+ 5
2307
+ 49
2308
+ 28
2309
+ 2
2310
+ 19
2311
+ 0
2312
+ 15
2313
+ 20
2314
+ 0
2315
+ 35
2316
+ 1
2317
+ 19
2318
+ 1
2319
+ 15
2320
+ 5
2321
+ 48
2322
+ 5
2323
+ 7
2324
+ 29
2325
+ 49
2326
+ 7
2327
+ 1
2328
+ 9
2329
+ 291
2330
+ 20
2331
+ 1
2332
+ 44
2333
+ 43
2334
+ 13
2335
+ 79
2336
+ 49
2337
+ 14
2338
+ 1
2339
+ 13
2340
+ 7
2341
+ 30
2342
+ 5
2343
+ 48
2344
+ 5
2345
+ 7
2346
+ 29
2347
+ 49
2348
+ 7
2349
+ 1
2350
+ 49
2351
+ 8
2352
+ 2
2353
+ 15
2354
+ 49
2355
+ 31
2356
+ 1
2357
+ 8
2358
+ 292
2359
+ 1
2360
+ 15
2361
+ 5
2362
+ 48
2363
+ 5
2364
+ 7
2365
+ 32
2366
+ 49
2367
+ 7
2368
+ 1
2369
+ 13
2370
+ 9
2371
+ 319
2372
+ 15
2373
+ 5
2374
+ 48
2375
+ 5
2376
+ 7
2377
+ 33
2378
+ 49
2379
+ 7
2380
+ 1
2381
+ 10
2382
+ 318
2383
+ 2
2384
+ 8
2385
+ 319
2386
+ 3
2387
+ 9
2388
+ 350
2389
+ 20
2390
+ 1
2391
+ 44
2392
+ 43
2393
+ 13
2394
+ 79
2395
+ 49
2396
+ 14
2397
+ 1
2398
+ 13
2399
+ 7
2400
+ 32
2401
+ 5
2402
+ 48
2403
+ 5
2404
+ 7
2405
+ 32
2406
+ 49
2407
+ 7
2408
+ 1
2409
+ 49
2410
+ 8
2411
+ 2
2412
+ 15
2413
+ 49
2414
+ 31
2415
+ 1
2416
+ 8
2417
+ 351
2418
+ 1
2419
+ 15
2420
+ 39
2421
+ 16
2422
+ 20
2423
+ 1
2424
+ 36
2425
+ 56
2426
+ 34
2427
+ 51
2428
+ 35
2429
+ 0
2430
+ 11
2431
+ I
2432
+ c
2433
+ I
2434
+ 2
2435
+ I
2436
+ 0
2437
+ I
2438
+ 0
2439
+ n
2440
+ p
2441
+ 36
2442
+ x
2443
+ 7
2444
+ Builder
2445
+ x
2446
+ 22
2447
+ vm_const_defined_under
2448
+ s
2449
+ 8
2450
+ constant
2451
+ s
2452
+ 7
2453
+ builder
2454
+ x
2455
+ 7
2456
+ require
2457
+ x
2458
+ 7
2459
+ options
2460
+ x
2461
+ 6
2462
+ indent
2463
+ x
2464
+ 2
2465
+ []
2466
+ x
2467
+ 3
2468
+ []=
2469
+ x
2470
+ 7
2471
+ builder
2472
+ x
2473
+ 9
2474
+ XmlMarkup
2475
+ x
2476
+ 3
2477
+ new
2478
+ x
2479
+ 8
2480
+ allocate
2481
+ x
2482
+ 4
2483
+ Hash
2484
+ x
2485
+ 16
2486
+ new_from_literal
2487
+ x
2488
+ 10
2489
+ initialize
2490
+ x
2491
+ 8
2492
+ @builder
2493
+ x
2494
+ 13
2495
+ skip_instruct
2496
+ x
2497
+ 9
2498
+ instruct!
2499
+ x
2500
+ 4
2501
+ root
2502
+ x
2503
+ 13
2504
+ @serializable
2505
+ x
2506
+ 5
2507
+ class
2508
+ x
2509
+ 10
2510
+ model_name
2511
+ x
2512
+ 7
2513
+ element
2514
+ x
2515
+ 4
2516
+ to_s
2517
+ x
2518
+ 13
2519
+ ActiveSupport
2520
+ n
2521
+ x
2522
+ 7
2523
+ XmlMini
2524
+ x
2525
+ 10
2526
+ rename_key
2527
+ x
2528
+ 9
2529
+ namespace
2530
+ x
2531
+ 5
2532
+ xmlns
2533
+ x
2534
+ 2
2535
+ <<
2536
+ x
2537
+ 4
2538
+ type
2539
+ x
2540
+ 10
2541
+ skip_types
2542
+ M
2543
+ 1
2544
+ p
2545
+ 2
2546
+ x
2547
+ 9
2548
+ for_block
2549
+ t
2550
+ n
2551
+ x
2552
+ 9
2553
+ serialize
2554
+ i
2555
+ 23
2556
+ 5
2557
+ 48
2558
+ 0
2559
+ 15
2560
+ 5
2561
+ 48
2562
+ 1
2563
+ 15
2564
+ 5
2565
+ 48
2566
+ 2
2567
+ 15
2568
+ 94
2569
+ 9
2570
+ 21
2571
+ 39
2572
+ 3
2573
+ 60
2574
+ 1
2575
+ 8
2576
+ 22
2577
+ 1
2578
+ 11
2579
+ I
2580
+ 2
2581
+ I
2582
+ 0
2583
+ I
2584
+ 0
2585
+ I
2586
+ 0
2587
+ I
2588
+ -2
2589
+ p
2590
+ 4
2591
+ x
2592
+ 26
2593
+ add_attributes_and_methods
2594
+ x
2595
+ 18
2596
+ add_extra_behavior
2597
+ x
2598
+ 9
2599
+ add_procs
2600
+ x
2601
+ 8
2602
+ @builder
2603
+ p
2604
+ 9
2605
+ I
2606
+ 0
2607
+ I
2608
+ 67
2609
+ I
2610
+ 4
2611
+ I
2612
+ 68
2613
+ I
2614
+ 8
2615
+ I
2616
+ 69
2617
+ I
2618
+ c
2619
+ I
2620
+ 6a
2621
+ I
2622
+ 17
2623
+ x
2624
+ 84
2625
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2626
+ p
2627
+ 0
2628
+ x
2629
+ 4
2630
+ tag!
2631
+ p
2632
+ 25
2633
+ I
2634
+ -1
2635
+ I
2636
+ 56
2637
+ I
2638
+ 0
2639
+ I
2640
+ 57
2641
+ I
2642
+ 2b
2643
+ I
2644
+ 59
2645
+ I
2646
+ 48
2647
+ I
2648
+ 5a
2649
+ I
2650
+ aa
2651
+ I
2652
+ 5c
2653
+ I
2654
+ b5
2655
+ I
2656
+ 5d
2657
+ I
2658
+ c8
2659
+ I
2660
+ 5f
2661
+ I
2662
+ e5
2663
+ I
2664
+ 60
2665
+ I
2666
+ f5
2667
+ I
2668
+ 62
2669
+ I
2670
+ fc
2671
+ I
2672
+ 63
2673
+ I
2674
+ 125
2675
+ I
2676
+ 64
2677
+ I
2678
+ 160
2679
+ I
2680
+ 66
2681
+ I
2682
+ 16b
2683
+ x
2684
+ 84
2685
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2686
+ p
2687
+ 2
2688
+ x
2689
+ 4
2690
+ root
2691
+ x
2692
+ 4
2693
+ args
2694
+ x
2695
+ 7
2696
+ private
2697
+ x
2698
+ 18
2699
+ add_extra_behavior
2700
+ M
2701
+ 1
2702
+ n
2703
+ n
2704
+ x
2705
+ 18
2706
+ add_extra_behavior
2707
+ i
2708
+ 2
2709
+ 1
2710
+ 11
2711
+ I
2712
+ 1
2713
+ I
2714
+ 0
2715
+ I
2716
+ 0
2717
+ I
2718
+ 0
2719
+ n
2720
+ p
2721
+ 0
2722
+ p
2723
+ 5
2724
+ I
2725
+ -1
2726
+ I
2727
+ 70
2728
+ I
2729
+ 0
2730
+ I
2731
+ 71
2732
+ I
2733
+ 2
2734
+ x
2735
+ 84
2736
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2737
+ p
2738
+ 0
2739
+ x
2740
+ 26
2741
+ add_attributes_and_methods
2742
+ M
2743
+ 1
2744
+ n
2745
+ n
2746
+ x
2747
+ 26
2748
+ add_attributes_and_methods
2749
+ i
2750
+ 14
2751
+ 5
2752
+ 48
2753
+ 0
2754
+ 5
2755
+ 48
2756
+ 1
2757
+ 81
2758
+ 2
2759
+ 56
2760
+ 3
2761
+ 50
2762
+ 4
2763
+ 0
2764
+ 11
2765
+ I
2766
+ 2
2767
+ I
2768
+ 0
2769
+ I
2770
+ 0
2771
+ I
2772
+ 0
2773
+ n
2774
+ p
2775
+ 5
2776
+ x
2777
+ 23
2778
+ serializable_attributes
2779
+ x
2780
+ 20
2781
+ serializable_methods
2782
+ x
2783
+ 1
2784
+ +
2785
+ M
2786
+ 1
2787
+ p
2788
+ 2
2789
+ x
2790
+ 9
2791
+ for_block
2792
+ t
2793
+ n
2794
+ x
2795
+ 26
2796
+ add_attributes_and_methods
2797
+ i
2798
+ 50
2799
+ 57
2800
+ 19
2801
+ 0
2802
+ 15
2803
+ 45
2804
+ 0
2805
+ 1
2806
+ 43
2807
+ 2
2808
+ 20
2809
+ 0
2810
+ 49
2811
+ 3
2812
+ 0
2813
+ 5
2814
+ 48
2815
+ 4
2816
+ 49
2817
+ 5
2818
+ 2
2819
+ 19
2820
+ 1
2821
+ 15
2822
+ 45
2823
+ 0
2824
+ 6
2825
+ 43
2826
+ 2
2827
+ 20
2828
+ 1
2829
+ 20
2830
+ 0
2831
+ 49
2832
+ 7
2833
+ 0
2834
+ 5
2835
+ 48
2836
+ 4
2837
+ 20
2838
+ 0
2839
+ 49
2840
+ 8
2841
+ 0
2842
+ 49
2843
+ 9
2844
+ 1
2845
+ 49
2846
+ 10
2847
+ 3
2848
+ 11
2849
+ I
2850
+ 8
2851
+ I
2852
+ 2
2853
+ I
2854
+ 1
2855
+ I
2856
+ 1
2857
+ n
2858
+ p
2859
+ 11
2860
+ x
2861
+ 13
2862
+ ActiveSupport
2863
+ n
2864
+ x
2865
+ 7
2866
+ XmlMini
2867
+ x
2868
+ 4
2869
+ name
2870
+ x
2871
+ 7
2872
+ options
2873
+ x
2874
+ 10
2875
+ rename_key
2876
+ n
2877
+ x
2878
+ 5
2879
+ value
2880
+ x
2881
+ 11
2882
+ decorations
2883
+ x
2884
+ 5
2885
+ merge
2886
+ x
2887
+ 6
2888
+ to_tag
2889
+ p
2890
+ 11
2891
+ I
2892
+ 0
2893
+ I
2894
+ 74
2895
+ I
2896
+ 4
2897
+ I
2898
+ 75
2899
+ I
2900
+ 17
2901
+ I
2902
+ 76
2903
+ I
2904
+ 23
2905
+ I
2906
+ 77
2907
+ I
2908
+ 2e
2909
+ I
2910
+ 76
2911
+ I
2912
+ 32
2913
+ x
2914
+ 84
2915
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2916
+ p
2917
+ 2
2918
+ x
2919
+ 9
2920
+ attribute
2921
+ x
2922
+ 3
2923
+ key
2924
+ x
2925
+ 4
2926
+ each
2927
+ p
2928
+ 5
2929
+ I
2930
+ -1
2931
+ I
2932
+ 73
2933
+ I
2934
+ 0
2935
+ I
2936
+ 74
2937
+ I
2938
+ e
2939
+ x
2940
+ 84
2941
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
2942
+ p
2943
+ 0
2944
+ x
2945
+ 9
2946
+ add_procs
2947
+ M
2948
+ 1
2949
+ n
2950
+ n
2951
+ x
2952
+ 9
2953
+ add_procs
2954
+ i
2955
+ 29
2956
+ 5
2957
+ 48
2958
+ 0
2959
+ 7
2960
+ 1
2961
+ 49
2962
+ 2
2963
+ 1
2964
+ 19
2965
+ 0
2966
+ 9
2967
+ 27
2968
+ 45
2969
+ 3
2970
+ 4
2971
+ 20
2972
+ 0
2973
+ 49
2974
+ 5
2975
+ 1
2976
+ 56
2977
+ 6
2978
+ 50
2979
+ 7
2980
+ 0
2981
+ 8
2982
+ 28
2983
+ 1
2984
+ 11
2985
+ I
2986
+ 3
2987
+ I
2988
+ 1
2989
+ I
2990
+ 0
2991
+ I
2992
+ 0
2993
+ n
2994
+ p
2995
+ 8
2996
+ x
2997
+ 7
2998
+ options
2999
+ x
3000
+ 5
3001
+ procs
3002
+ x
3003
+ 6
3004
+ delete
3005
+ x
3006
+ 5
3007
+ Array
3008
+ n
3009
+ x
3010
+ 4
3011
+ wrap
3012
+ M
3013
+ 1
3014
+ p
3015
+ 2
3016
+ x
3017
+ 9
3018
+ for_block
3019
+ t
3020
+ n
3021
+ x
3022
+ 9
3023
+ add_procs
3024
+ i
3025
+ 35
3026
+ 57
3027
+ 19
3028
+ 0
3029
+ 15
3030
+ 20
3031
+ 0
3032
+ 49
3033
+ 0
3034
+ 0
3035
+ 79
3036
+ 83
3037
+ 1
3038
+ 9
3039
+ 24
3040
+ 20
3041
+ 0
3042
+ 5
3043
+ 48
3044
+ 2
3045
+ 49
3046
+ 3
3047
+ 1
3048
+ 8
3049
+ 34
3050
+ 20
3051
+ 0
3052
+ 5
3053
+ 48
3054
+ 2
3055
+ 39
3056
+ 4
3057
+ 49
3058
+ 3
3059
+ 2
3060
+ 11
3061
+ I
3062
+ 5
3063
+ I
3064
+ 1
3065
+ I
3066
+ 1
3067
+ I
3068
+ 1
3069
+ n
3070
+ p
3071
+ 5
3072
+ x
3073
+ 5
3074
+ arity
3075
+ x
3076
+ 2
3077
+ ==
3078
+ x
3079
+ 7
3080
+ options
3081
+ x
3082
+ 4
3083
+ call
3084
+ x
3085
+ 13
3086
+ @serializable
3087
+ p
3088
+ 9
3089
+ I
3090
+ 0
3091
+ I
3092
+ 7d
3093
+ I
3094
+ 4
3095
+ I
3096
+ 7e
3097
+ I
3098
+ e
3099
+ I
3100
+ 7f
3101
+ I
3102
+ 18
3103
+ I
3104
+ 81
3105
+ I
3106
+ 23
3107
+ x
3108
+ 84
3109
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3110
+ p
3111
+ 1
3112
+ x
3113
+ 4
3114
+ proc
3115
+ x
3116
+ 4
3117
+ each
3118
+ p
3119
+ 9
3120
+ I
3121
+ -1
3122
+ I
3123
+ 7b
3124
+ I
3125
+ 0
3126
+ I
3127
+ 7c
3128
+ I
3129
+ c
3130
+ I
3131
+ 7d
3132
+ I
3133
+ 1b
3134
+ I
3135
+ 7c
3136
+ I
3137
+ 1d
3138
+ x
3139
+ 84
3140
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3141
+ p
3142
+ 1
3143
+ x
3144
+ 5
3145
+ procs
3146
+ p
3147
+ 25
3148
+ I
3149
+ 2
3150
+ I
3151
+ f
3152
+ I
3153
+ 1d
3154
+ I
3155
+ 2b
3156
+ I
3157
+ 2a
3158
+ I
3159
+ 2e
3160
+ I
3161
+ 32
3162
+ I
3163
+ 30
3164
+ I
3165
+ 40
3166
+ I
3167
+ 3e
3168
+ I
3169
+ 4e
3170
+ I
3171
+ 49
3172
+ I
3173
+ 5c
3174
+ I
3175
+ 4f
3176
+ I
3177
+ 6a
3178
+ I
3179
+ 56
3180
+ I
3181
+ 78
3182
+ I
3183
+ 6e
3184
+ I
3185
+ 7c
3186
+ I
3187
+ 70
3188
+ I
3189
+ 8a
3190
+ I
3191
+ 73
3192
+ I
3193
+ 98
3194
+ I
3195
+ 7b
3196
+ I
3197
+ a6
3198
+ x
3199
+ 84
3200
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3201
+ p
3202
+ 0
3203
+ x
3204
+ 13
3205
+ attach_method
3206
+ x
3207
+ 6
3208
+ to_xml
3209
+ M
3210
+ 1
3211
+ n
3212
+ n
3213
+ x
3214
+ 6
3215
+ to_xml
3216
+ i
3217
+ 65
3218
+ 23
3219
+ 0
3220
+ 10
3221
+ 14
3222
+ 44
3223
+ 43
3224
+ 0
3225
+ 78
3226
+ 49
3227
+ 1
3228
+ 1
3229
+ 19
3230
+ 0
3231
+ 15
3232
+ 95
3233
+ 19
3234
+ 1
3235
+ 15
3236
+ 45
3237
+ 2
3238
+ 3
3239
+ 13
3240
+ 71
3241
+ 4
3242
+ 47
3243
+ 9
3244
+ 42
3245
+ 47
3246
+ 49
3247
+ 5
3248
+ 0
3249
+ 13
3250
+ 5
3251
+ 20
3252
+ 0
3253
+ 47
3254
+ 49
3255
+ 6
3256
+ 2
3257
+ 15
3258
+ 8
3259
+ 48
3260
+ 5
3261
+ 20
3262
+ 0
3263
+ 49
3264
+ 4
3265
+ 2
3266
+ 20
3267
+ 1
3268
+ 13
3269
+ 70
3270
+ 10
3271
+ 61
3272
+ 44
3273
+ 43
3274
+ 7
3275
+ 12
3276
+ 49
3277
+ 8
3278
+ 1
3279
+ 50
3280
+ 9
3281
+ 0
3282
+ 11
3283
+ I
3284
+ 6
3285
+ I
3286
+ 2
3287
+ I
3288
+ 0
3289
+ I
3290
+ 1
3291
+ n
3292
+ p
3293
+ 10
3294
+ x
3295
+ 4
3296
+ Hash
3297
+ x
3298
+ 16
3299
+ new_from_literal
3300
+ x
3301
+ 10
3302
+ Serializer
3303
+ n
3304
+ x
3305
+ 3
3306
+ new
3307
+ x
3308
+ 8
3309
+ allocate
3310
+ x
3311
+ 10
3312
+ initialize
3313
+ x
3314
+ 4
3315
+ Proc
3316
+ x
3317
+ 14
3318
+ __from_block__
3319
+ x
3320
+ 9
3321
+ serialize
3322
+ p
3323
+ 5
3324
+ I
3325
+ -1
3326
+ I
3327
+ 8a
3328
+ I
3329
+ 12
3330
+ I
3331
+ 8b
3332
+ I
3333
+ 41
3334
+ x
3335
+ 84
3336
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3337
+ p
3338
+ 2
3339
+ x
3340
+ 7
3341
+ options
3342
+ x
3343
+ 5
3344
+ block
3345
+ x
3346
+ 17
3347
+ method_visibility
3348
+ x
3349
+ 15
3350
+ add_defn_method
3351
+ x
3352
+ 8
3353
+ from_xml
3354
+ M
3355
+ 1
3356
+ n
3357
+ n
3358
+ x
3359
+ 8
3360
+ from_xml
3361
+ i
3362
+ 26
3363
+ 5
3364
+ 45
3365
+ 0
3366
+ 1
3367
+ 20
3368
+ 0
3369
+ 49
3370
+ 2
3371
+ 1
3372
+ 49
3373
+ 3
3374
+ 0
3375
+ 49
3376
+ 4
3377
+ 0
3378
+ 13
3379
+ 18
3380
+ 2
3381
+ 47
3382
+ 49
3383
+ 5
3384
+ 1
3385
+ 15
3386
+ 15
3387
+ 5
3388
+ 11
3389
+ I
3390
+ 4
3391
+ I
3392
+ 1
3393
+ I
3394
+ 1
3395
+ I
3396
+ 1
3397
+ n
3398
+ p
3399
+ 6
3400
+ x
3401
+ 4
3402
+ Hash
3403
+ n
3404
+ x
3405
+ 8
3406
+ from_xml
3407
+ x
3408
+ 6
3409
+ values
3410
+ x
3411
+ 5
3412
+ first
3413
+ x
3414
+ 11
3415
+ attributes=
3416
+ p
3417
+ 9
3418
+ I
3419
+ -1
3420
+ I
3421
+ 8e
3422
+ I
3423
+ 0
3424
+ I
3425
+ 94
3426
+ I
3427
+ 1
3428
+ I
3429
+ 8f
3430
+ I
3431
+ 18
3432
+ I
3433
+ 90
3434
+ I
3435
+ 1a
3436
+ x
3437
+ 84
3438
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3439
+ p
3440
+ 1
3441
+ x
3442
+ 3
3443
+ xml
3444
+ p
3445
+ 11
3446
+ I
3447
+ 2
3448
+ I
3449
+ b
3450
+ I
3451
+ d
3452
+ I
3453
+ c
3454
+ I
3455
+ 18
3456
+ I
3457
+ e
3458
+ I
3459
+ 33
3460
+ I
3461
+ 8a
3462
+ I
3463
+ 41
3464
+ I
3465
+ 8e
3466
+ I
3467
+ 4f
3468
+ x
3469
+ 84
3470
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3471
+ p
3472
+ 0
3473
+ x
3474
+ 13
3475
+ attach_method
3476
+ p
3477
+ 3
3478
+ I
3479
+ 2
3480
+ I
3481
+ a
3482
+ I
3483
+ 1c
3484
+ x
3485
+ 84
3486
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3487
+ p
3488
+ 0
3489
+ x
3490
+ 13
3491
+ attach_method
3492
+ p
3493
+ 3
3494
+ I
3495
+ 2
3496
+ I
3497
+ 9
3498
+ I
3499
+ 1c
3500
+ x
3501
+ 84
3502
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3503
+ p
3504
+ 0
3505
+ x
3506
+ 13
3507
+ attach_method
3508
+ p
3509
+ 13
3510
+ I
3511
+ 0
3512
+ I
3513
+ 1
3514
+ I
3515
+ 9
3516
+ I
3517
+ 2
3518
+ I
3519
+ 12
3520
+ I
3521
+ 3
3522
+ I
3523
+ 1b
3524
+ I
3525
+ 4
3526
+ I
3527
+ 24
3528
+ I
3529
+ 5
3530
+ I
3531
+ 2d
3532
+ I
3533
+ 7
3534
+ I
3535
+ 49
3536
+ x
3537
+ 84
3538
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/serializers/xml.rb
3539
+ p
3540
+ 0