提交 1ce803d0 编写于 作者: F Francesco Rodriguez

add :nodoc: to AM::AttributeMethods#instance_method_already_implemented? [ci skip]

上级 6d710805
......@@ -258,7 +258,7 @@ def generated_attribute_methods #:nodoc:
end
protected
def instance_method_already_implemented?(method_name)
def instance_method_already_implemented?(method_name) #:nodoc:
generated_attribute_methods.method_defined?(method_name)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册