Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
respond_to?(method, include_private = false)
public
FIXME: work around broken 1.8.7 DelegateClass#respond_to?
# File actionpack/lib/action_controller/cgi_ext/cookie.rb, line 84
def respond_to?(method, include_private = false)
return true if super(method)
return __getobj__.respond_to?(method, include_private)
end