How to Install ruby-numru-misc in Ubuntu 18.04



Install ruby-numru-misc by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-numru-misc

Description:

Miscellaneous functions and classes to help Ruby programming

The module "NumRu::Misc" provides miscellaneous functions and classes to facilitate programming for Ruby. - NumRu::Misc::KeywordOpt A class to facilitate optional keyword arguments. More specifically, it helps the use of a Hash to mimic the keyword argument system. With this, you can set default values and description to each keyword argument. - NArray Enhanchement - NumRu::Misc::MD_Iterators A Mixin. To be included in a class with multi-dimension indexing support (such as NArray). - NumRu::Misc::EMath To be included instead of the Math predefined module (or NMath in NArray). Unlike Math and NMath, EMath handles unknown classes by calling its native instance method (assuming the same name).

Homepage: http://ruby.gfd-dennou.org/products/numru-misc/

Version: 0.1.2-2

Section: universe/ruby