ruby-numru-misc

Miscellaneous functions and classes to help Ruby programming

Description

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).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

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


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-numru-misc