Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
This gem defines some helpers to use array columns like assiciated models
2021
2022
2023
2024
2025
2026
0.0
Creates methods that accepts array of values and save them as bit mask extracted using specified source
2021
2022
2023
2024
2025
2026
0.0
An array buffer (a.k.a. byte array) implementation forRuby, implemented natively.
2021
2022
2023
2024
2025
2026
0.0
Enumerator abstraction layer that emulates certain array functionality (methods like empty?, slice, shift and more) by using a small cache and other tricks without loading all the data from the enumerator at the same time.
2021
2022
2023
2024
2025
2026
0.0
Add Array#===
2021
2022
2023
2024
2025
2026
0.0
This gem extends the Ruby class Array with a few useful methods. Just a bit of sugar.
2021
2022
2023
2024
2025
2026
0.0
This small extension to ruby's Array class provides two additional
iterators, Array#each_with_floe and Array#each_with_index_floe, that
simplify the reasonably-common need to specially handle "floe"--i.e.,
first, last, odd, even--when iterating through the elements of an array.
It's particularly...
2021
2022
2023
2024
2025
2026
0.0
Array extension for frequency of values.
2021
2022
2023
2024
2025
2026
0.0
[1, 2, 4, 5] #~> [[1, 2], [2, 4], [4, 5]]
2021
2022
2023
2024
2025
2026
0.0
Convert array to hash according to your defined formatter
2021
2022
2023
2024
2025
2026
0.0
Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#counts, and Array#duplicates methods missing from basic Ruby Array API. Compatible with Ruby, JRuby, Opal, and RubyMotion.
2021
2022
2023
2024
2025
2026
0.0
Stores string arrays in files
2021
2022
2023
2024
2025
2026
0.0
The gem introduces the Arrayish::String class, a string that has some array characteristics.
2021
2022
2023
2024
2025
2026
0.0
Implement the missing uniq? method on Array
2021
2022
2023
2024
2025
2026
0.0
A bundle (not that much by now) of metrics for Arrays
2021
2022
2023
2024
2025
2026
0.0
Creates an Hash from an array where the values of the Array are values and keys of the Hash
2021
2022
2023
2024
2025
2026
0.0
Array of Hash Simple DB
2021
2022
2023
2024
2025
2026
0.0
Custom array's operator
"+", "-" and "*".
add method
to_s, to_i, to_h
2021
2022
2023
2024
2025
2026
0.0
A little gem that gives you all partitions of an array into at most k sub-arrays
2021
2022
2023
2024
2025
2026
0.0
Let a defined attributes which contain strings return array values
2021
2022
2023
2024
2025
2026