Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Ruby Library gems

Showing projects tagged as Ruby and Ruby Library

  • Invokable

    1.3 3.2 Ruby
    Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).
  • ArrayIncludeMethods

    0.7 0.0 Ruby
    Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#array_diff_indices, Array#array_intersection_indices, Array#counts, and Array#duplicates operations missing from basic Ruby Array API
  • EasilyTypable

    0.6 0.0 Ruby
    Ruby module that facilitates English-like type checking in an inheritance hierarchy via "type_name?" methods
  • ToCollection

    0.4 0.0 Ruby
    Treat 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.