fails:ENV.fetch returns a value
fails:ENV.fetch raises a TypeError if the key is not a String
fails:ENV.fetch raises a KeyError if the key is not found
fails:ENV.fetch provides the given default parameter
fails:ENV.fetch provides a default value from a block
fails:ENV.fetch warns on block and default parameter given
fails:ENV.fetch uses the locale encoding
