= private = protected
secure=(val)
Set whether the Cookie is a secure cookie or not.
val must be a boolean.
# File lib/cgi/cookie.rb, line 131 def secure=(val) @secure = val if val == true or val == false @secure end