Module: Pod::Command::Options::RepoUpdate::Options
- Defined in:
- lib/cocoapods/command/options/repo_update.rb
Instance Method Summary collapse
Instance Method Details
#options ⇒ Object
8 9 10 11 12 |
# File 'lib/cocoapods/command/options/repo_update.rb', line 8 def [ ['--no-repo-update', 'Skip running `pod repo update` before install'], ].concat(super) end |