Method: Pod::YAMLHelper.convert_hash

Defined in:
lib/cocoapods-core/yaml_helper.rb

.convert_hash(value, hash_keys_hint, line_separator = "\n") ⇒ Object



40
41
42
43
# File 'lib/cocoapods-core/yaml_helper.rb', line 40

def convert_hash(value, hash_keys_hint, line_separator = "\n")
  result = process_hash(value, hash_keys_hint, line_separator)
  result << "\n"
end