Module: Graphiti::OpenAPI::Functions
- Extended by:
- Transproc::Registry
- Defined in:
- app/models/graphiti/open_api/functions.rb
Class Method Summary collapse
Class Method Details
.deep_reject_keys(hash, keys) ⇒ Object
12 13 14 |
# File 'app/models/graphiti/open_api/functions.rb', line 12 def self.deep_reject_keys(hash, keys) t(:hash_recursion, t(:reject_keys, keys))[hash] end |