Method: Pod::Source#to_yaml

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

#to_yamlString

Returns the YAML encoded #to_hash representation.

Returns:

  • (String)

    the YAML encoded #to_hash representation.



411
412
413
414
# File 'lib/cocoapods-core/source.rb', line 411

def to_yaml
  require 'yaml'
  to_hash.to_yaml
end