fails:ENV.[]= returns the value
fails:ENV.[]= raises Errno::EINVAL when the key contains the '=' character
fails:ENV.[]= raises Errno::EINVAL when the key is an empty string
fails:ENV.[]= raises TypeError when the key is not coercible to String
fails:ENV.[]= raises TypeError when the value is not coercible to String
