提交 6b135f7e 编写于 作者: E Emilio Tagua

Remove method if already exists to avoid warnings.

上级 0cb1d87c
......@@ -75,6 +75,7 @@ def self.#{name}=(val)
val
end
remove_method :#{name} if method_defined?(:#{name})
def #{name}
defined?(@#{name}) ? @#{name} : singleton_class.#{name}
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册