Class: Pod::Command::Repo

Inherits:
Command
  • Object
show all
Extended by:
Executable
Defined in:
lib/cocoapods/command/repo.rb,
lib/cocoapods/command/repo/add.rb,
lib/cocoapods/command/repo/lint.rb,
lib/cocoapods/command/repo/list.rb,
lib/cocoapods/command/repo/push.rb,
lib/cocoapods/command/repo/remove.rb,
lib/cocoapods/command/repo/update.rb,
lib/cocoapods/command/repo/add_cdn.rb

Defined Under Namespace

Classes: Add, AddCDN, Lint, List, Push, Remove, Update

Instance Method Summary collapse

Methods included from Executable

capture_command, capture_command!, executable, execute_command, popen3, reader, which, which!

Instance Method Details

#dirObject



25
26
27
# File 'lib/cocoapods/command/repo.rb', line 25

def dir
  config.repos_dir + @name
end