helper to define is arg Array and has some values
Shared useful utils and types
Rope-based persistent sequence type
Get the list of files installed in a package in node_modules, including bundled dependencies
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Simple functional programming utility & Misc programming tool
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
High-priority task queue for Node.js and browsers
Fast polyfill for TextEncoder and TextDecoder, only supports utf-8
Serializes JavaScript objects to URLSearchParams.
Extremely fast double-ended queue implementation
Guarantees an array back
Simple dependency graph.
Utility for working with stack traces
Robustly get the byte offset of a Typed Array
Validates mint.json files
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Datadog CI plugin for `deployment` commands
JavaScript date/time utilities for Vega.
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.
Declutter your Ruby objects by removing empty hashes and arrays
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.
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