No need to nodoc private method

This commit is contained in:
Akira Matsuda 2016-12-24 18:58:56 +09:00
parent bc4781583d
commit bbbc3e1619

@ -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