class CGI::Cookie

def value=(val)

Replaces the value of this cookie with a new value or list of values.
def value=(val)
  replace(Array(val))
end