Class: Hash
- Defined in:
- lib/ruuuby/class/enumerable/hsh.rb
Overview
Ruuuby modifications to existing Class<code>Hash</code>
Instance Method Summary collapse
- #λ𝑓∀🔑:₍🔑∉₎(*keys) ⇒ Object
- #λ𝑓∀🔑:₍🔑∉₎!(*keys) ⇒ Object
-
#∀🔑∃_value?(keys_to_find, expected_value) ⇒ Boolean
TODO: MISSING TDD!.
- #∄🔑?(*keys) ⇒ Boolean
Methods included from Ruuuby::Attribute::Includable::Notation::SetMathematics
Instance Method Details
#λ𝑓∀🔑:₍🔑∉₎!(*keys) ⇒ Object
26 27 28 29 30 31 |
# File 'lib/ruuuby/class/enumerable/hsh.rb', line 26 def |
#∀🔑∃_value?(keys_to_find, expected_value) ⇒ Boolean
TODO: MISSING TDD!
‘does each provided key exist w/ the the same provided value?`
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/ruuuby/class/enumerable/hsh.rb', line 41 def |
#∄🔑?(*keys) ⇒ Boolean
20 |
# File 'lib/ruuuby/class/enumerable/hsh.rb', line 20 def |