Skip to main content


Generic Module to inherit from

Changes for v0.32.2 - 2023-09-20T15:08:44Z

  • Updated method _is_empty in Module::Generic to include array and hash
  • Improved method _is_class_loaded() in Module::Generic
  • Corrected the error() method in Module::Generic::Array that was not working as intended
  • Added the method reduce() in Module::Generic::Array as an implementation of the JavaScript equivalent.
  • Added in Module::Generic the methods _has_symbol, _get_symbol and _list_symbols