How to Install ruby-nenv in Ubuntu 18.04



Install ruby-nenv by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-nenv

Description:

convenient wrapper for Ruby's ENV

This gem provides an easy way to use Ruby's ENV, which is a hash-like accessor for environment variables. This provides much friendlier stubbing in tests and namespaces which can be passed around as objects.

Homepage: https://github.com/e2/nenv

Version: 0.3.0-2

Section: universe/ruby