ENV is a hash-like accessor for environment variables.
ENV.inspect â string Class Public methods Returns the contents of the environment
ENV.to_hash â hashENV.to_h â hash Class Public methods Creates a hash
ENV.each_pair { |name, value| } â HashENV.each_pair â Enumerator Class Public methods
Page 5 of 5