How to Install ruby-toml in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-toml

Description:

TOML Parser library for Ruby

TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. . This package provides TOML parser for Ruby.

Homepage: https://github.com/jm/toml

Version: 0.2.0-3

Section: universe/ruby