= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
secure=(val)
Sets whether the Cookie is a secure cookie or not.
# File actionpack/lib/action_controller/cgi_ext/cookie.rb, line 61 def secure=(val) @secure = val == true end