Module: ConvenientService::Utils::Hash Private
- Defined in:
- lib/convenient_service/utils/hash.rb,
lib/convenient_service/utils/hash/except.rb,
lib/convenient_service/utils/hash/assert_valid_keys.rb,
lib/convenient_service/utils/hash/triple_equality_compare.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: AssertValidKeys, Except, TripleEqualityCompare
Class Method Summary collapse
- .except ⇒ Object private
- .triple_equality_compare ⇒ Object private
Class Method Details
.except ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 17 |
# File 'lib/convenient_service/utils/hash.rb', line 15 def except(...) Except.call(...) end |
.triple_equality_compare ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/convenient_service/utils/hash.rb', line 19 def triple_equality_compare(...) TripleEqualityCompare.call(...) end |