Method: Pod::Source::Manager#source_dir

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

#source_dir(name) ⇒ Pathname (private)

Returns The path of the source with the given name.

Parameters:

  • The name of the source.

Returns:

  • The path of the source with the given name.



381
382
383
# File 'lib/cocoapods-core/source/manager.rb', line 381

def source_dir(name)
  repos_dir + name
end