5 6 7
# File 'lib/einvoice/utils.rb', line 5 def camelize(hash) hash.deep_transform_keys { |k| k.to_s.camelize } end