Install ruby-mab by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-mab
Description:
templating engine for writing HTML in pure Ruby
With Mab, HTML is generated by mapping method calls to HTML elements, object attributes to element classes or HTML IDs and block arguments to the contents of the elements. . This engine is an alternative to ERb which weaves the two languages together. It is also a replacement for templating languages which use primitive languages that blend with HTML. . Mab is almost fully backward compatible with the Markaby library.
Homepage: https://github.com/camping/mab
Version: 0.0.3-1build1
Section: universe/ruby