File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
activemodel/lib/active_model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ def deprecation_rename_warning(old_method_name, new_method_name)
604
604
end
605
605
end
606
606
607
- class DeprecationHandlingMessageHash < SimpleDelegator
607
+ class DeprecationHandlingMessageHash < SimpleDelegator # :nodoc:
608
608
def initialize ( errors )
609
609
@errors = errors
610
610
super ( prepare_content )
@@ -643,7 +643,7 @@ def prepare_content
643
643
end
644
644
end
645
645
646
- class DeprecationHandlingMessageArray < SimpleDelegator
646
+ class DeprecationHandlingMessageArray < SimpleDelegator # :nodoc:
647
647
def initialize ( content , errors , attribute )
648
648
@errors = errors
649
649
@attribute = attribute
@@ -665,7 +665,7 @@ def clear
665
665
end
666
666
end
667
667
668
- class DeprecationHandlingDetailsHash < SimpleDelegator
668
+ class DeprecationHandlingDetailsHash < SimpleDelegator # :nodoc:
669
669
def initialize ( details )
670
670
details . default = [ ]
671
671
details . freeze
You can’t perform that action at this time.
0 commit comments