Selected Tags
Click on a tag to remove itMore Tags
Click on a tag to add it and filter downExtensions gems
Showing projects tagged as Extensions
-
SuperModule
2.1 0.0 RubySuperModule allows defining class methods and method invocations the same way a super class does without using def included(base). This also succeeds ActiveSupport::Concern by offering lighter syntax -
ArrayIncludeMethods
0.4 4.4 RubyArray#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#array_diff_indices, Array#array_intersection_indices operations missing from basic Ruby Array API -
ToCollection
0.2 0.0 RubyTreat an array of objects and a singular object uniformly as a collection of objects. Especially useful in processing REST Web Service API JSON responses in a functional approach.