Method: Hash#stringify_values

Defined in:
lib/sc-core-ext/hash.rb

#stringify_valuesObject



10
11
12
# File 'lib/sc-core-ext/hash.rb', line 10

def stringify_values
  dup.stringify_values!
end