module NxtSupport::HashTranslator
Public Instance Methods
translate_hash(hash, **tuples)
click to toggle source
# File lib/nxt_support/util/hash_translator.rb, line 30 def translate_hash(hash, **tuples) HashTranslationService.new(hash: hash, tuples: tuples).call end