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,2163 @@
1
+ !RBIX
2
+ 12079494195756429234
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
+ 11
54
+ ActiveModel
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
+ 11
67
+ ActiveModel
68
+ i
69
+ 28
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 65
76
+ 49
77
+ 1
78
+ 2
79
+ 13
80
+ 99
81
+ 12
82
+ 7
83
+ 2
84
+ 12
85
+ 7
86
+ 3
87
+ 12
88
+ 65
89
+ 12
90
+ 49
91
+ 4
92
+ 4
93
+ 15
94
+ 49
95
+ 2
96
+ 0
97
+ 11
98
+ I
99
+ 6
100
+ I
101
+ 0
102
+ I
103
+ 0
104
+ I
105
+ 0
106
+ n
107
+ p
108
+ 5
109
+ x
110
+ 11
111
+ Validations
112
+ x
113
+ 11
114
+ open_module
115
+ x
116
+ 15
117
+ __module_init__
118
+ M
119
+ 1
120
+ n
121
+ n
122
+ x
123
+ 11
124
+ Validations
125
+ i
126
+ 57
127
+ 5
128
+ 66
129
+ 99
130
+ 7
131
+ 0
132
+ 45
133
+ 1
134
+ 2
135
+ 65
136
+ 49
137
+ 3
138
+ 3
139
+ 13
140
+ 99
141
+ 12
142
+ 7
143
+ 4
144
+ 12
145
+ 7
146
+ 5
147
+ 12
148
+ 65
149
+ 12
150
+ 49
151
+ 6
152
+ 4
153
+ 15
154
+ 49
155
+ 4
156
+ 0
157
+ 15
158
+ 99
159
+ 7
160
+ 7
161
+ 65
162
+ 49
163
+ 8
164
+ 2
165
+ 13
166
+ 99
167
+ 12
168
+ 7
169
+ 9
170
+ 12
171
+ 7
172
+ 10
173
+ 12
174
+ 65
175
+ 12
176
+ 49
177
+ 6
178
+ 4
179
+ 15
180
+ 49
181
+ 9
182
+ 0
183
+ 11
184
+ I
185
+ 6
186
+ I
187
+ 0
188
+ I
189
+ 0
190
+ I
191
+ 0
192
+ n
193
+ p
194
+ 11
195
+ x
196
+ 21
197
+ NumericalityValidator
198
+ x
199
+ 13
200
+ EachValidator
201
+ n
202
+ x
203
+ 10
204
+ open_class
205
+ x
206
+ 14
207
+ __class_init__
208
+ M
209
+ 1
210
+ n
211
+ n
212
+ x
213
+ 21
214
+ NumericalityValidator
215
+ i
216
+ 190
217
+ 5
218
+ 66
219
+ 65
220
+ 7
221
+ 0
222
+ 44
223
+ 43
224
+ 1
225
+ 4
226
+ 7
227
+ 49
228
+ 2
229
+ 1
230
+ 13
231
+ 7
232
+ 3
233
+ 7
234
+ 4
235
+ 49
236
+ 5
237
+ 2
238
+ 15
239
+ 13
240
+ 7
241
+ 6
242
+ 7
243
+ 7
244
+ 49
245
+ 5
246
+ 2
247
+ 15
248
+ 13
249
+ 7
250
+ 8
251
+ 7
252
+ 9
253
+ 49
254
+ 5
255
+ 2
256
+ 15
257
+ 13
258
+ 7
259
+ 10
260
+ 7
261
+ 11
262
+ 49
263
+ 5
264
+ 2
265
+ 15
266
+ 13
267
+ 7
268
+ 12
269
+ 7
270
+ 13
271
+ 49
272
+ 5
273
+ 2
274
+ 15
275
+ 13
276
+ 7
277
+ 14
278
+ 7
279
+ 15
280
+ 49
281
+ 5
282
+ 2
283
+ 15
284
+ 13
285
+ 7
286
+ 16
287
+ 7
288
+ 17
289
+ 49
290
+ 5
291
+ 2
292
+ 15
293
+ 49
294
+ 18
295
+ 0
296
+ 49
297
+ 19
298
+ 2
299
+ 15
300
+ 65
301
+ 7
302
+ 20
303
+ 45
304
+ 0
305
+ 21
306
+ 49
307
+ 22
308
+ 0
309
+ 7
310
+ 23
311
+ 35
312
+ 1
313
+ 81
314
+ 24
315
+ 49
316
+ 19
317
+ 2
318
+ 15
319
+ 99
320
+ 7
321
+ 25
322
+ 7
323
+ 26
324
+ 65
325
+ 67
326
+ 49
327
+ 27
328
+ 0
329
+ 49
330
+ 28
331
+ 4
332
+ 15
333
+ 99
334
+ 7
335
+ 29
336
+ 7
337
+ 30
338
+ 65
339
+ 67
340
+ 49
341
+ 27
342
+ 0
343
+ 49
344
+ 28
345
+ 4
346
+ 15
347
+ 99
348
+ 7
349
+ 31
350
+ 7
351
+ 32
352
+ 65
353
+ 67
354
+ 49
355
+ 27
356
+ 0
357
+ 49
358
+ 28
359
+ 4
360
+ 15
361
+ 5
362
+ 48
363
+ 33
364
+ 15
365
+ 99
366
+ 7
367
+ 34
368
+ 7
369
+ 35
370
+ 65
371
+ 67
372
+ 49
373
+ 27
374
+ 0
375
+ 49
376
+ 28
377
+ 4
378
+ 15
379
+ 99
380
+ 7
381
+ 36
382
+ 7
383
+ 37
384
+ 65
385
+ 67
386
+ 49
387
+ 27
388
+ 0
389
+ 49
390
+ 28
391
+ 4
392
+ 15
393
+ 99
394
+ 7
395
+ 38
396
+ 7
397
+ 39
398
+ 65
399
+ 67
400
+ 49
401
+ 27
402
+ 0
403
+ 49
404
+ 28
405
+ 4
406
+ 11
407
+ I
408
+ 6
409
+ I
410
+ 0
411
+ I
412
+ 0
413
+ I
414
+ 0
415
+ n
416
+ p
417
+ 40
418
+ x
419
+ 6
420
+ CHECKS
421
+ x
422
+ 4
423
+ Hash
424
+ x
425
+ 16
426
+ new_from_literal
427
+ x
428
+ 12
429
+ greater_than
430
+ x
431
+ 1
432
+ >
433
+ x
434
+ 3
435
+ []=
436
+ x
437
+ 24
438
+ greater_than_or_equal_to
439
+ x
440
+ 2
441
+ >=
442
+ x
443
+ 8
444
+ equal_to
445
+ x
446
+ 2
447
+ ==
448
+ x
449
+ 9
450
+ less_than
451
+ x
452
+ 1
453
+ <
454
+ x
455
+ 21
456
+ less_than_or_equal_to
457
+ x
458
+ 2
459
+ <=
460
+ x
461
+ 3
462
+ odd
463
+ x
464
+ 4
465
+ odd?
466
+ x
467
+ 4
468
+ even
469
+ x
470
+ 5
471
+ even?
472
+ x
473
+ 6
474
+ freeze
475
+ x
476
+ 9
477
+ const_set
478
+ x
479
+ 16
480
+ RESERVED_OPTIONS
481
+ n
482
+ x
483
+ 4
484
+ keys
485
+ x
486
+ 12
487
+ only_integer
488
+ x
489
+ 1
490
+ +
491
+ x
492
+ 10
493
+ initialize
494
+ M
495
+ 1
496
+ n
497
+ n
498
+ x
499
+ 10
500
+ initialize
501
+ i
502
+ 33
503
+ 20
504
+ 0
505
+ 44
506
+ 43
507
+ 0
508
+ 80
509
+ 49
510
+ 1
511
+ 1
512
+ 13
513
+ 7
514
+ 2
515
+ 3
516
+ 49
517
+ 3
518
+ 2
519
+ 15
520
+ 13
521
+ 7
522
+ 4
523
+ 3
524
+ 49
525
+ 3
526
+ 2
527
+ 15
528
+ 49
529
+ 5
530
+ 1
531
+ 54
532
+ 52
533
+ 6
534
+ 1
535
+ 11
536
+ I
537
+ 6
538
+ I
539
+ 1
540
+ I
541
+ 1
542
+ I
543
+ 1
544
+ n
545
+ p
546
+ 7
547
+ x
548
+ 4
549
+ Hash
550
+ x
551
+ 16
552
+ new_from_literal
553
+ x
554
+ 12
555
+ only_integer
556
+ x
557
+ 3
558
+ []=
559
+ x
560
+ 9
561
+ allow_nil
562
+ x
563
+ 13
564
+ reverse_merge
565
+ x
566
+ 10
567
+ initialize
568
+ p
569
+ 5
570
+ I
571
+ -1
572
+ I
573
+ c
574
+ I
575
+ 0
576
+ I
577
+ d
578
+ I
579
+ 21
580
+ x
581
+ 93
582
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
583
+ p
584
+ 1
585
+ x
586
+ 7
587
+ options
588
+ x
589
+ 17
590
+ method_visibility
591
+ x
592
+ 15
593
+ add_defn_method
594
+ x
595
+ 15
596
+ check_validity!
597
+ M
598
+ 1
599
+ n
600
+ n
601
+ x
602
+ 15
603
+ check_validity!
604
+ i
605
+ 33
606
+ 45
607
+ 0
608
+ 1
609
+ 49
610
+ 2
611
+ 0
612
+ 7
613
+ 3
614
+ 7
615
+ 4
616
+ 35
617
+ 2
618
+ 82
619
+ 5
620
+ 19
621
+ 0
622
+ 15
623
+ 5
624
+ 48
625
+ 6
626
+ 20
627
+ 0
628
+ 36
629
+ 1
630
+ 51
631
+ 7
632
+ 0
633
+ 56
634
+ 8
635
+ 50
636
+ 9
637
+ 0
638
+ 11
639
+ I
640
+ 4
641
+ I
642
+ 1
643
+ I
644
+ 0
645
+ I
646
+ 0
647
+ n
648
+ p
649
+ 10
650
+ x
651
+ 6
652
+ CHECKS
653
+ n
654
+ x
655
+ 4
656
+ keys
657
+ x
658
+ 3
659
+ odd
660
+ x
661
+ 4
662
+ even
663
+ x
664
+ 1
665
+ -
666
+ x
667
+ 7
668
+ options
669
+ x
670
+ 5
671
+ slice
672
+ M
673
+ 1
674
+ p
675
+ 2
676
+ x
677
+ 9
678
+ for_block
679
+ t
680
+ n
681
+ x
682
+ 15
683
+ check_validity!
684
+ i
685
+ 70
686
+ 58
687
+ 37
688
+ 19
689
+ 0
690
+ 15
691
+ 37
692
+ 19
693
+ 1
694
+ 15
695
+ 15
696
+ 20
697
+ 1
698
+ 45
699
+ 0
700
+ 1
701
+ 49
702
+ 2
703
+ 1
704
+ 13
705
+ 10
706
+ 42
707
+ 15
708
+ 20
709
+ 1
710
+ 45
711
+ 3
712
+ 4
713
+ 49
714
+ 2
715
+ 1
716
+ 13
717
+ 10
718
+ 42
719
+ 15
720
+ 20
721
+ 1
722
+ 45
723
+ 5
724
+ 6
725
+ 49
726
+ 2
727
+ 1
728
+ 9
729
+ 48
730
+ 1
731
+ 11
732
+ 8
733
+ 49
734
+ 1
735
+ 15
736
+ 5
737
+ 45
738
+ 7
739
+ 8
740
+ 7
741
+ 9
742
+ 20
743
+ 0
744
+ 47
745
+ 101
746
+ 10
747
+ 7
748
+ 11
749
+ 63
750
+ 3
751
+ 47
752
+ 49
753
+ 12
754
+ 2
755
+ 11
756
+ I
757
+ 8
758
+ I
759
+ 2
760
+ I
761
+ 2
762
+ I
763
+ 2
764
+ n
765
+ p
766
+ 13
767
+ x
768
+ 7
769
+ Numeric
770
+ n
771
+ x
772
+ 5
773
+ is_a?
774
+ x
775
+ 4
776
+ Proc
777
+ n
778
+ x
779
+ 6
780
+ Symbol
781
+ n
782
+ x
783
+ 13
784
+ ArgumentError
785
+ n
786
+ s
787
+ 1
788
+ :
789
+ x
790
+ 4
791
+ to_s
792
+ s
793
+ 37
794
+ must be a number, a symbol or a proc
795
+ x
796
+ 5
797
+ raise
798
+ p
799
+ 7
800
+ I
801
+ 0
802
+ I
803
+ 12
804
+ I
805
+ a
806
+ I
807
+ 13
808
+ I
809
+ 32
810
+ I
811
+ 14
812
+ I
813
+ 46
814
+ x
815
+ 93
816
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
817
+ p
818
+ 2
819
+ x
820
+ 6
821
+ option
822
+ x
823
+ 5
824
+ value
825
+ x
826
+ 4
827
+ each
828
+ p
829
+ 7
830
+ I
831
+ -1
832
+ I
833
+ 10
834
+ I
835
+ 0
836
+ I
837
+ 11
838
+ I
839
+ 11
840
+ I
841
+ 12
842
+ I
843
+ 21
844
+ x
845
+ 93
846
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
847
+ p
848
+ 1
849
+ x
850
+ 4
851
+ keys
852
+ x
853
+ 13
854
+ validate_each
855
+ M
856
+ 1
857
+ n
858
+ n
859
+ x
860
+ 13
861
+ validate_each
862
+ i
863
+ 187
864
+ 20
865
+ 1
866
+ 47
867
+ 101
868
+ 0
869
+ 7
870
+ 1
871
+ 63
872
+ 2
873
+ 19
874
+ 3
875
+ 15
876
+ 20
877
+ 0
878
+ 20
879
+ 3
880
+ 49
881
+ 2
882
+ 0
883
+ 49
884
+ 3
885
+ 1
886
+ 9
887
+ 42
888
+ 20
889
+ 0
890
+ 20
891
+ 1
892
+ 47
893
+ 101
894
+ 0
895
+ 7
896
+ 1
897
+ 63
898
+ 2
899
+ 49
900
+ 4
901
+ 1
902
+ 19
903
+ 4
904
+ 8
905
+ 43
906
+ 1
907
+ 15
908
+ 20
909
+ 4
910
+ 13
911
+ 10
912
+ 54
913
+ 15
914
+ 20
915
+ 2
916
+ 19
917
+ 4
918
+ 15
919
+ 5
920
+ 48
921
+ 5
922
+ 7
923
+ 6
924
+ 49
925
+ 7
926
+ 1
927
+ 13
928
+ 9
929
+ 72
930
+ 15
931
+ 20
932
+ 4
933
+ 49
934
+ 8
935
+ 0
936
+ 9
937
+ 78
938
+ 1
939
+ 11
940
+ 8
941
+ 79
942
+ 1
943
+ 15
944
+ 5
945
+ 20
946
+ 4
947
+ 47
948
+ 49
949
+ 9
950
+ 1
951
+ 19
952
+ 2
953
+ 9
954
+ 94
955
+ 1
956
+ 8
957
+ 116
958
+ 20
959
+ 0
960
+ 49
961
+ 10
962
+ 0
963
+ 20
964
+ 1
965
+ 7
966
+ 11
967
+ 5
968
+ 20
969
+ 4
970
+ 47
971
+ 49
972
+ 12
973
+ 1
974
+ 49
975
+ 13
976
+ 3
977
+ 15
978
+ 1
979
+ 11
980
+ 15
981
+ 5
982
+ 48
983
+ 5
984
+ 7
985
+ 14
986
+ 49
987
+ 7
988
+ 1
989
+ 9
990
+ 165
991
+ 5
992
+ 20
993
+ 4
994
+ 47
995
+ 49
996
+ 15
997
+ 1
998
+ 19
999
+ 2
1000
+ 9
1001
+ 141
1002
+ 1
1003
+ 8
1004
+ 163
1005
+ 20
1006
+ 0
1007
+ 49
1008
+ 10
1009
+ 0
1010
+ 20
1011
+ 1
1012
+ 7
1013
+ 16
1014
+ 5
1015
+ 20
1016
+ 4
1017
+ 47
1018
+ 49
1019
+ 12
1020
+ 1
1021
+ 49
1022
+ 13
1023
+ 3
1024
+ 15
1025
+ 1
1026
+ 11
1027
+ 8
1028
+ 166
1029
+ 1
1030
+ 15
1031
+ 5
1032
+ 48
1033
+ 5
1034
+ 45
1035
+ 17
1036
+ 18
1037
+ 49
1038
+ 19
1039
+ 0
1040
+ 36
1041
+ 1
1042
+ 51
1043
+ 20
1044
+ 0
1045
+ 56
1046
+ 21
1047
+ 50
1048
+ 22
1049
+ 0
1050
+ 11
1051
+ I
1052
+ a
1053
+ I
1054
+ 5
1055
+ I
1056
+ 3
1057
+ I
1058
+ 3
1059
+ n
1060
+ p
1061
+ 23
1062
+ x
1063
+ 4
1064
+ to_s
1065
+ s
1066
+ 17
1067
+ _before_type_cast
1068
+ x
1069
+ 6
1070
+ to_sym
1071
+ x
1072
+ 11
1073
+ respond_to?
1074
+ x
1075
+ 4
1076
+ send
1077
+ x
1078
+ 7
1079
+ options
1080
+ x
1081
+ 9
1082
+ allow_nil
1083
+ x
1084
+ 2
1085
+ []
1086
+ x
1087
+ 4
1088
+ nil?
1089
+ x
1090
+ 27
1091
+ parse_raw_value_as_a_number
1092
+ x
1093
+ 6
1094
+ errors
1095
+ x
1096
+ 12
1097
+ not_a_number
1098
+ x
1099
+ 16
1100
+ filtered_options
1101
+ x
1102
+ 3
1103
+ add
1104
+ x
1105
+ 12
1106
+ only_integer
1107
+ x
1108
+ 29
1109
+ parse_raw_value_as_an_integer
1110
+ x
1111
+ 14
1112
+ not_an_integer
1113
+ x
1114
+ 6
1115
+ CHECKS
1116
+ n
1117
+ x
1118
+ 4
1119
+ keys
1120
+ x
1121
+ 5
1122
+ slice
1123
+ M
1124
+ 1
1125
+ p
1126
+ 2
1127
+ x
1128
+ 9
1129
+ for_block
1130
+ t
1131
+ n
1132
+ x
1133
+ 13
1134
+ validate_each
1135
+ i
1136
+ 191
1137
+ 58
1138
+ 37
1139
+ 19
1140
+ 0
1141
+ 15
1142
+ 37
1143
+ 19
1144
+ 1
1145
+ 15
1146
+ 15
1147
+ 20
1148
+ 0
1149
+ 13
1150
+ 7
1151
+ 0
1152
+ 12
1153
+ 49
1154
+ 1
1155
+ 1
1156
+ 10
1157
+ 32
1158
+ 13
1159
+ 7
1160
+ 2
1161
+ 12
1162
+ 49
1163
+ 1
1164
+ 1
1165
+ 10
1166
+ 32
1167
+ 8
1168
+ 79
1169
+ 15
1170
+ 21
1171
+ 1
1172
+ 2
1173
+ 49
1174
+ 3
1175
+ 0
1176
+ 45
1177
+ 4
1178
+ 5
1179
+ 20
1180
+ 0
1181
+ 49
1182
+ 6
1183
+ 1
1184
+ 49
1185
+ 7
1186
+ 1
1187
+ 9
1188
+ 55
1189
+ 1
1190
+ 8
1191
+ 77
1192
+ 21
1193
+ 1
1194
+ 0
1195
+ 49
1196
+ 8
1197
+ 0
1198
+ 21
1199
+ 1
1200
+ 1
1201
+ 20
1202
+ 0
1203
+ 5
1204
+ 21
1205
+ 1
1206
+ 2
1207
+ 47
1208
+ 49
1209
+ 9
1210
+ 1
1211
+ 49
1212
+ 10
1213
+ 3
1214
+ 8
1215
+ 190
1216
+ 15
1217
+ 20
1218
+ 1
1219
+ 45
1220
+ 11
1221
+ 12
1222
+ 49
1223
+ 13
1224
+ 1
1225
+ 9
1226
+ 102
1227
+ 20
1228
+ 1
1229
+ 21
1230
+ 1
1231
+ 0
1232
+ 49
1233
+ 14
1234
+ 1
1235
+ 19
1236
+ 1
1237
+ 8
1238
+ 103
1239
+ 1
1240
+ 15
1241
+ 20
1242
+ 1
1243
+ 45
1244
+ 15
1245
+ 16
1246
+ 49
1247
+ 13
1248
+ 1
1249
+ 9
1250
+ 126
1251
+ 21
1252
+ 1
1253
+ 0
1254
+ 20
1255
+ 1
1256
+ 49
1257
+ 7
1258
+ 1
1259
+ 19
1260
+ 1
1261
+ 8
1262
+ 127
1263
+ 1
1264
+ 15
1265
+ 21
1266
+ 1
1267
+ 2
1268
+ 45
1269
+ 4
1270
+ 17
1271
+ 20
1272
+ 0
1273
+ 49
1274
+ 6
1275
+ 1
1276
+ 20
1277
+ 1
1278
+ 49
1279
+ 7
1280
+ 2
1281
+ 9
1282
+ 149
1283
+ 1
1284
+ 8
1285
+ 190
1286
+ 21
1287
+ 1
1288
+ 0
1289
+ 49
1290
+ 8
1291
+ 0
1292
+ 21
1293
+ 1
1294
+ 1
1295
+ 20
1296
+ 0
1297
+ 5
1298
+ 21
1299
+ 1
1300
+ 2
1301
+ 47
1302
+ 49
1303
+ 9
1304
+ 1
1305
+ 44
1306
+ 43
1307
+ 18
1308
+ 79
1309
+ 49
1310
+ 19
1311
+ 1
1312
+ 13
1313
+ 7
1314
+ 20
1315
+ 20
1316
+ 1
1317
+ 49
1318
+ 21
1319
+ 2
1320
+ 15
1321
+ 49
1322
+ 22
1323
+ 1
1324
+ 49
1325
+ 10
1326
+ 3
1327
+ 11
1328
+ I
1329
+ b
1330
+ I
1331
+ 2
1332
+ I
1333
+ 2
1334
+ I
1335
+ 2
1336
+ n
1337
+ p
1338
+ 23
1339
+ x
1340
+ 3
1341
+ odd
1342
+ x
1343
+ 3
1344
+ ===
1345
+ x
1346
+ 4
1347
+ even
1348
+ x
1349
+ 4
1350
+ to_i
1351
+ x
1352
+ 6
1353
+ CHECKS
1354
+ n
1355
+ x
1356
+ 2
1357
+ []
1358
+ x
1359
+ 4
1360
+ send
1361
+ x
1362
+ 6
1363
+ errors
1364
+ x
1365
+ 16
1366
+ filtered_options
1367
+ x
1368
+ 3
1369
+ add
1370
+ x
1371
+ 4
1372
+ Proc
1373
+ n
1374
+ x
1375
+ 5
1376
+ is_a?
1377
+ x
1378
+ 4
1379
+ call
1380
+ x
1381
+ 6
1382
+ Symbol
1383
+ n
1384
+ n
1385
+ x
1386
+ 4
1387
+ Hash
1388
+ x
1389
+ 16
1390
+ new_from_literal
1391
+ x
1392
+ 5
1393
+ count
1394
+ x
1395
+ 3
1396
+ []=
1397
+ x
1398
+ 5
1399
+ merge
1400
+ p
1401
+ 19
1402
+ I
1403
+ 0
1404
+ I
1405
+ 2c
1406
+ I
1407
+ a
1408
+ I
1409
+ 2d
1410
+ I
1411
+ c
1412
+ I
1413
+ 2e
1414
+ I
1415
+ 21
1416
+ I
1417
+ 2f
1418
+ I
1419
+ 37
1420
+ I
1421
+ 30
1422
+ I
1423
+ 50
1424
+ I
1425
+ 33
1426
+ I
1427
+ 68
1428
+ I
1429
+ 34
1430
+ I
1431
+ 80
1432
+ I
1433
+ 36
1434
+ I
1435
+ 95
1436
+ I
1437
+ 37
1438
+ I
1439
+ bf
1440
+ x
1441
+ 93
1442
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
1443
+ p
1444
+ 2
1445
+ x
1446
+ 6
1447
+ option
1448
+ x
1449
+ 12
1450
+ option_value
1451
+ x
1452
+ 4
1453
+ each
1454
+ p
1455
+ 29
1456
+ I
1457
+ -1
1458
+ I
1459
+ 18
1460
+ I
1461
+ 0
1462
+ I
1463
+ 19
1464
+ I
1465
+ c
1466
+ I
1467
+ 1b
1468
+ I
1469
+ 2c
1470
+ I
1471
+ 1c
1472
+ I
1473
+ 37
1474
+ I
1475
+ 1e
1476
+ I
1477
+ 50
1478
+ I
1479
+ 20
1480
+ I
1481
+ 5e
1482
+ I
1483
+ 21
1484
+ I
1485
+ 72
1486
+ I
1487
+ 22
1488
+ I
1489
+ 75
1490
+ I
1491
+ 25
1492
+ I
1493
+ 7f
1494
+ I
1495
+ 26
1496
+ I
1497
+ 8d
1498
+ I
1499
+ 27
1500
+ I
1501
+ a1
1502
+ I
1503
+ 28
1504
+ I
1505
+ a5
1506
+ I
1507
+ 25
1508
+ I
1509
+ a7
1510
+ I
1511
+ 2c
1512
+ I
1513
+ bb
1514
+ x
1515
+ 93
1516
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
1517
+ p
1518
+ 5
1519
+ x
1520
+ 6
1521
+ record
1522
+ x
1523
+ 9
1524
+ attr_name
1525
+ x
1526
+ 5
1527
+ value
1528
+ x
1529
+ 16
1530
+ before_type_cast
1531
+ x
1532
+ 9
1533
+ raw_value
1534
+ x
1535
+ 9
1536
+ protected
1537
+ x
1538
+ 27
1539
+ parse_raw_value_as_a_number
1540
+ M
1541
+ 1
1542
+ n
1543
+ n
1544
+ x
1545
+ 27
1546
+ parse_raw_value_as_a_number
1547
+ i
1548
+ 91
1549
+ 20
1550
+ 0
1551
+ 13
1552
+ 7
1553
+ 0
1554
+ 13
1555
+ 70
1556
+ 9
1557
+ 21
1558
+ 15
1559
+ 44
1560
+ 43
1561
+ 1
1562
+ 7
1563
+ 2
1564
+ 78
1565
+ 49
1566
+ 3
1567
+ 2
1568
+ 6
1569
+ 0
1570
+ 12
1571
+ 49
1572
+ 4
1573
+ 1
1574
+ 9
1575
+ 31
1576
+ 15
1577
+ 1
1578
+ 8
1579
+ 90
1580
+ 15
1581
+ 26
1582
+ 93
1583
+ 0
1584
+ 15
1585
+ 29
1586
+ 50
1587
+ 0
1588
+ 45
1589
+ 5
1590
+ 6
1591
+ 20
1592
+ 0
1593
+ 49
1594
+ 7
1595
+ 1
1596
+ 30
1597
+ 8
1598
+ 87
1599
+ 26
1600
+ 93
1601
+ 1
1602
+ 15
1603
+ 24
1604
+ 13
1605
+ 45
1606
+ 8
1607
+ 9
1608
+ 12
1609
+ 49
1610
+ 4
1611
+ 1
1612
+ 10
1613
+ 77
1614
+ 13
1615
+ 45
1616
+ 10
1617
+ 11
1618
+ 12
1619
+ 49
1620
+ 4
1621
+ 1
1622
+ 10
1623
+ 77
1624
+ 8
1625
+ 82
1626
+ 15
1627
+ 1
1628
+ 25
1629
+ 8
1630
+ 87
1631
+ 15
1632
+ 92
1633
+ 1
1634
+ 27
1635
+ 34
1636
+ 92
1637
+ 0
1638
+ 27
1639
+ 11
1640
+ I
1641
+ 8
1642
+ I
1643
+ 1
1644
+ I
1645
+ 1
1646
+ I
1647
+ 1
1648
+ n
1649
+ p
1650
+ 12
1651
+ n
1652
+ x
1653
+ 6
1654
+ Regexp
1655
+ s
1656
+ 7
1657
+ \A0[xX]
1658
+ x
1659
+ 3
1660
+ new
1661
+ x
1662
+ 3
1663
+ ===
1664
+ x
1665
+ 6
1666
+ Kernel
1667
+ n
1668
+ x
1669
+ 5
1670
+ Float
1671
+ x
1672
+ 13
1673
+ ArgumentError
1674
+ n
1675
+ x
1676
+ 9
1677
+ TypeError
1678
+ n
1679
+ p
1680
+ 15
1681
+ I
1682
+ -1
1683
+ I
1684
+ 3f
1685
+ I
1686
+ 0
1687
+ I
1688
+ 40
1689
+ I
1690
+ 2
1691
+ I
1692
+ 41
1693
+ I
1694
+ 1c
1695
+ I
1696
+ 42
1697
+ I
1698
+ 20
1699
+ I
1700
+ 45
1701
+ I
1702
+ 37
1703
+ I
1704
+ 46
1705
+ I
1706
+ 4e
1707
+ I
1708
+ 47
1709
+ I
1710
+ 5b
1711
+ x
1712
+ 93
1713
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
1714
+ p
1715
+ 1
1716
+ x
1717
+ 9
1718
+ raw_value
1719
+ x
1720
+ 29
1721
+ parse_raw_value_as_an_integer
1722
+ M
1723
+ 1
1724
+ n
1725
+ n
1726
+ x
1727
+ 29
1728
+ parse_raw_value_as_an_integer
1729
+ i
1730
+ 37
1731
+ 20
1732
+ 0
1733
+ 49
1734
+ 0
1735
+ 0
1736
+ 7
1737
+ 1
1738
+ 13
1739
+ 70
1740
+ 9
1741
+ 23
1742
+ 15
1743
+ 44
1744
+ 43
1745
+ 2
1746
+ 7
1747
+ 3
1748
+ 78
1749
+ 49
1750
+ 4
1751
+ 2
1752
+ 6
1753
+ 1
1754
+ 49
1755
+ 5
1756
+ 1
1757
+ 9
1758
+ 35
1759
+ 20
1760
+ 0
1761
+ 49
1762
+ 6
1763
+ 0
1764
+ 8
1765
+ 36
1766
+ 1
1767
+ 11
1768
+ I
1769
+ 5
1770
+ I
1771
+ 1
1772
+ I
1773
+ 1
1774
+ I
1775
+ 1
1776
+ n
1777
+ p
1778
+ 7
1779
+ x
1780
+ 4
1781
+ to_s
1782
+ n
1783
+ x
1784
+ 6
1785
+ Regexp
1786
+ s
1787
+ 12
1788
+ \A[+-]?\d+\Z
1789
+ x
1790
+ 3
1791
+ new
1792
+ x
1793
+ 2
1794
+ =~
1795
+ x
1796
+ 4
1797
+ to_i
1798
+ p
1799
+ 5
1800
+ I
1801
+ -1
1802
+ I
1803
+ 4c
1804
+ I
1805
+ 0
1806
+ I
1807
+ 4d
1808
+ I
1809
+ 25
1810
+ x
1811
+ 93
1812
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
1813
+ p
1814
+ 1
1815
+ x
1816
+ 9
1817
+ raw_value
1818
+ x
1819
+ 16
1820
+ filtered_options
1821
+ M
1822
+ 1
1823
+ n
1824
+ n
1825
+ x
1826
+ 16
1827
+ filtered_options
1828
+ i
1829
+ 31
1830
+ 5
1831
+ 48
1832
+ 0
1833
+ 45
1834
+ 1
1835
+ 2
1836
+ 36
1837
+ 1
1838
+ 51
1839
+ 3
1840
+ 0
1841
+ 44
1842
+ 43
1843
+ 4
1844
+ 79
1845
+ 49
1846
+ 5
1847
+ 1
1848
+ 13
1849
+ 7
1850
+ 6
1851
+ 20
1852
+ 0
1853
+ 49
1854
+ 7
1855
+ 2
1856
+ 15
1857
+ 49
1858
+ 8
1859
+ 1
1860
+ 11
1861
+ I
1862
+ 6
1863
+ I
1864
+ 1
1865
+ I
1866
+ 1
1867
+ I
1868
+ 1
1869
+ n
1870
+ p
1871
+ 9
1872
+ x
1873
+ 7
1874
+ options
1875
+ x
1876
+ 16
1877
+ RESERVED_OPTIONS
1878
+ n
1879
+ x
1880
+ 6
1881
+ except
1882
+ x
1883
+ 4
1884
+ Hash
1885
+ x
1886
+ 16
1887
+ new_from_literal
1888
+ x
1889
+ 5
1890
+ value
1891
+ x
1892
+ 3
1893
+ []=
1894
+ x
1895
+ 6
1896
+ merge!
1897
+ p
1898
+ 5
1899
+ I
1900
+ -1
1901
+ I
1902
+ 50
1903
+ I
1904
+ 0
1905
+ I
1906
+ 51
1907
+ I
1908
+ 1f
1909
+ x
1910
+ 93
1911
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
1912
+ p
1913
+ 1
1914
+ x
1915
+ 5
1916
+ value
1917
+ p
1918
+ 27
1919
+ I
1920
+ 2
1921
+ I
1922
+ 6
1923
+ I
1924
+ 5
1925
+ I
1926
+ 8
1927
+ I
1928
+ e
1929
+ I
1930
+ 6
1931
+ I
1932
+ 20
1933
+ I
1934
+ 7
1935
+ I
1936
+ 3b
1937
+ I
1938
+ 8
1939
+ I
1940
+ 53
1941
+ I
1942
+ a
1943
+ I
1944
+ 66
1945
+ I
1946
+ c
1947
+ I
1948
+ 74
1949
+ I
1950
+ 10
1951
+ I
1952
+ 82
1953
+ I
1954
+ 18
1955
+ I
1956
+ 90
1957
+ I
1958
+ 3d
1959
+ I
1960
+ 94
1961
+ I
1962
+ 3f
1963
+ I
1964
+ a2
1965
+ I
1966
+ 4c
1967
+ I
1968
+ b0
1969
+ I
1970
+ 50
1971
+ I
1972
+ be
1973
+ x
1974
+ 93
1975
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
1976
+ p
1977
+ 0
1978
+ x
1979
+ 13
1980
+ attach_method
1981
+ x
1982
+ 13
1983
+ HelperMethods
1984
+ x
1985
+ 11
1986
+ open_module
1987
+ x
1988
+ 15
1989
+ __module_init__
1990
+ M
1991
+ 1
1992
+ n
1993
+ n
1994
+ x
1995
+ 13
1996
+ HelperMethods
1997
+ i
1998
+ 16
1999
+ 5
2000
+ 66
2001
+ 99
2002
+ 7
2003
+ 0
2004
+ 7
2005
+ 1
2006
+ 65
2007
+ 67
2008
+ 49
2009
+ 2
2010
+ 0
2011
+ 49
2012
+ 3
2013
+ 4
2014
+ 11
2015
+ I
2016
+ 5
2017
+ I
2018
+ 0
2019
+ I
2020
+ 0
2021
+ I
2022
+ 0
2023
+ n
2024
+ p
2025
+ 4
2026
+ x
2027
+ 25
2028
+ validates_numericality_of
2029
+ M
2030
+ 1
2031
+ n
2032
+ n
2033
+ x
2034
+ 25
2035
+ validates_numericality_of
2036
+ i
2037
+ 16
2038
+ 5
2039
+ 45
2040
+ 0
2041
+ 1
2042
+ 5
2043
+ 20
2044
+ 0
2045
+ 47
2046
+ 49
2047
+ 2
2048
+ 1
2049
+ 47
2050
+ 49
2051
+ 3
2052
+ 2
2053
+ 11
2054
+ I
2055
+ 5
2056
+ I
2057
+ 1
2058
+ I
2059
+ 0
2060
+ I
2061
+ 0
2062
+ I
2063
+ 0
2064
+ p
2065
+ 4
2066
+ x
2067
+ 21
2068
+ NumericalityValidator
2069
+ n
2070
+ x
2071
+ 17
2072
+ _merge_attributes
2073
+ x
2074
+ 14
2075
+ validates_with
2076
+ p
2077
+ 5
2078
+ I
2079
+ -1
2080
+ I
2081
+ 7d
2082
+ I
2083
+ 0
2084
+ I
2085
+ 7e
2086
+ I
2087
+ 10
2088
+ x
2089
+ 93
2090
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
2091
+ p
2092
+ 1
2093
+ x
2094
+ 10
2095
+ attr_names
2096
+ x
2097
+ 17
2098
+ method_visibility
2099
+ x
2100
+ 15
2101
+ add_defn_method
2102
+ p
2103
+ 3
2104
+ I
2105
+ 2
2106
+ I
2107
+ 7d
2108
+ I
2109
+ 10
2110
+ x
2111
+ 93
2112
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
2113
+ p
2114
+ 0
2115
+ p
2116
+ 5
2117
+ I
2118
+ 2
2119
+ I
2120
+ 5
2121
+ I
2122
+ 1f
2123
+ I
2124
+ 55
2125
+ I
2126
+ 39
2127
+ x
2128
+ 93
2129
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
2130
+ p
2131
+ 0
2132
+ x
2133
+ 13
2134
+ attach_method
2135
+ p
2136
+ 3
2137
+ I
2138
+ 2
2139
+ I
2140
+ 4
2141
+ I
2142
+ 1c
2143
+ x
2144
+ 93
2145
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
2146
+ p
2147
+ 0
2148
+ x
2149
+ 13
2150
+ attach_method
2151
+ p
2152
+ 3
2153
+ I
2154
+ 0
2155
+ I
2156
+ 1
2157
+ I
2158
+ 1c
2159
+ x
2160
+ 93
2161
+ /Users/santiago/WyeWorks/Projs/rails/activemodel/lib/active_model/validations/numericality.rb
2162
+ p
2163
+ 0