Method: Attributor::Hash.dump

Defined in:
lib/attributor/types/hash.rb

.dump(value, **opts) ⇒ Object



249
250
251
252
253
# File 'lib/attributor/types/hash.rb', line 249

def self.dump(value, **opts)
  if (loaded = load(value))
    loaded.dump(**opts)
  end
end