Class: Array
- Includes:
- Ruuuby::Attribute::Includable::Cardinality, Ruuuby::Attribute::Includable::Notation::SetMathematics, Ruuuby::Attribute::Includable::SubscriptIndexing, Ruuuby::Feature::Includable::ArrayF08, Ruuuby::Feature::Includable::ArrayF09
- Defined in:
- lib/ruuuby/class/enumerable/ary.rb
Overview
add various aliases & functions to existing Class(Array)
Instance Method Summary collapse
- #convert_to_json ⇒ Hash
- #maxᵢ ⇒ Integer
- #∀𝚡λ𝑓🖨️ ⇒ Object
-
#≈≈(them) ⇒ Boolean
True, if both arrays are matching in contents, supports multiple types and without order mattering.
Methods included from Ruuuby::Attribute::Includable::Notation::SetMathematics
Methods included from Ruuuby::Feature::Includable::ArrayF09
Methods included from Ruuuby::Feature::Includable::ArrayF08
#end_with?, #ensure_ending!, #ensure_start!, #start_with?, #η̂!
Methods included from Ruuuby::Attribute::Includable::Cardinality
included, #𝔠₁?, #𝔠₂?, #𝔠₃?, #𝔠₄?, #𝔠₅?, #𝔠₋
Methods included from Ruuuby::Attribute::Includable::SubscriptIndexing
Instance Method Details
#convert_to_json ⇒ Hash
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/ruuuby/class/enumerable/ary.rb', line 179 def convert_to_json contents = {} self. |
#≈≈(them) ⇒ Boolean
Returns true, if both arrays are matching in contents, supports multiple types and without order mattering.
138 139 140 141 |
# File 'lib/ruuuby/class/enumerable/ary.rb', line 138 def |