提交 bbbc3e16 编写于 作者: A Akira Matsuda

No need to nodoc private method

上级 bc478158
......@@ -568,7 +568,7 @@ def method_missing(method_name, *args) # :nodoc:
private
def respond_to_missing?(method, include_all = false) #:nodoc:
def respond_to_missing?(method, include_all = false)
action_methods.include?(method.to_s)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册