ArrayIncludeMethods Gem Now Supports RubyMotion
The array_include_methods gem v1.5.0 now supports RubyMotion in addition to MRI CRuby, JRuby, and Opal. It provides Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#array_diff_indices, and Array#array_intersection_indices methods missing from basic Ruby Array API.
https://andymaleh.blogspot.com/2022/06/arrayincludemethods-now-supports.html
Post a comment