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