Check if an array is empty.
Test if a value is an empty array.
Rope-based persistent sequence type
Guarantees an array back
Shared useful utils and types
Get the list of files installed in a package in node_modules, including bundled dependencies
Datadog CI plugin for `gate` commands
Is this value a JS SharedArrayBuffer?
Unopinionated, no-frills CLI argument parser
Tools for constructing unified-latex ASTs
Convert a value to an array
Is this value a JS ArrayBuffer?
TypeScript definitions for cross-spawn
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Parse & stringify .properties files
Work with IANA language tags.
Serializes JavaScript objects to URLSearchParams.
Simple functional programming utility & Misc programming tool
Array module.
"Utilities for walking JSON Schemas and performing actions on them."
Array manipulation, ordering, searching, summarizing, etc.
Test if a value is an empty array-like object.
General purpose glob-based configuration matching.
Two-dimensional recursive spatial subdivision.
We can't add record has nil value which target repeated mode column to google bigquery. So this plugin add empty array if record has nil value or don't have key and value which target repeated mode column.
Extentions for convenient filtering of blank, empty, and nil values from Hash and Array instances.
Squeeze hash and removes nil and empty arrays values
Gem for removing empty strings in arrays in params.
defines Array#riffle to merge multiple arrays as if riffling a deck of cards.
Return empty arrays or nil for associations.
A function that splits a string into an Array of stripped, non-empty lines: Strip_Lines(" test \n \n test ")
RConditions generates a bang method (for example, Array#empty!) for each predicate method (for example, Array#empty?). The bang method will return true if the predicate method returns true, otherwise it will throw an exception. The exception will include auto-generated modules that give information on predicate methods passed or failed in the bang method's execution.
Declutter your Ruby objects by removing empty hashes and arrays
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.
This helper creates two methods to classes. array_attribute and carray_attribute. With these you can create methods that encapsulate an array property if you have never used or accessed the property it will have an empty array as a default value.
A very simple gem that adds some methods to some Ruby standard classes, e.g. <array>.include_any?, <array>.delete_random, etc. Simply require the gem ( require "more_ruby" ) and the additional methods will be available. # New instance methods # ## Array :all_instance_of?, :all_kind_of?, :av, :delete_random, :include_any?, :insert_flat, :mean, :modulo_fetch, :peach, :random, :random_index, :random_insert, :random_move, :stringify_all_values_deep, :sum, :wrap_fetch ## Float :format_with_thousands_delimiter, :signif ## Hash :all_keys, :all_values, :delete_random, :peach, :random_key, :random_pair, :random_value, :remove_empty_fields, :sort_deep, :stringify_all_values_deep, :strip_hash_of_keys, :to_a_deep, :to_xml ## Integer :digit_count, :format_with_thousands_delimiter, :num_to_letter, :signif ## NilClass :empty? ## Numeric :format_with_thousands_delimiter ## String :append, :camelcase, :camelcase_to_snakecase, :capitalize_all, :capitalize_first_letter_only, :escape, :escape_whitespace, :extract_values_from_xml_string, :formatted_number, :index_of_last_capital, :invert_case, :is_hex?, :is_integer?, :join, :pascalcase, :prefix_lines, :random_case, :snakecase, :snakecase_and_downcase, :to_bool, :unindent ## Time :is_after?, :is_before?, :is_within?, :remove_subseconds # New singleton methods # ## FalseClass :maybe?, :random ## File :basename_no_ext ## TrueClass :maybe?, :random