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