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).
Installed Size: 70.7 kB
Architectures: all