Class: Pod::Command::RepoTal
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::RepoTal
- Extended by:
- Executable
- Defined in:
- lib/cocoapods-repo-tal/command/repo/add.rb,
lib/cocoapods-repo-tal/command/repo_tal.rb,
lib/cocoapods-repo-tal/command/repo/lint.rb,
lib/cocoapods-repo-tal/command/repo/list.rb,
lib/cocoapods-repo-tal/command/repo/push.rb,
lib/cocoapods-repo-tal/command/repo/remove.rb,
lib/cocoapods-repo-tal/command/repo/update.rb,
lib/cocoapods-repo-tal/command/repo/add_cdn.rb
Defined Under Namespace
Classes: Add, AddCDN, Lint, List, Push, Remove, Update
Instance Method Summary collapse
Instance Method Details
#dir ⇒ Object
25 26 27 |
# File 'lib/cocoapods-repo-tal/command/repo_tal.rb', line 25 def dir config.repos_dir + @name end |