instance method
instance_method_already_implemented?
Ruby on Rails 7.2.3
Since v3.0.20 PrivateSignature
instance_method_already_implemented?(method_name)
No documentation comment.
Parameters
-
method_namereq
Source
# File activemodel/lib/active_model/attribute_methods.rb, line 404
def instance_method_already_implemented?(method_name)
generated_attribute_methods.method_defined?(method_name)
end
Defined in activemodel/lib/active_model/attribute_methods.rb line 404
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::AttributeMethods::ClassMethods