How to Install ruby-powerpack in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-powerpack

Description:

Useful extensions to core Ruby classes

Powerpack offers some useful extensions to the standard Ruby classes (kind of like ActiveSupport, but less ambitious and more modular). Powerpack add some extensions on Array, Enumerable, Hash, Numeric and String core classes.

Homepage: https://github.com/bbatsov/powerpack

Version: 0.1.1-4

Section: universe/ruby