value=(val)
Replaces the value of this cookie with a new value or list of values.
# File lib/cgi/cookie.rb, line 124 def value=(val) replace(Array(val)) end