module Pod::Command::Options::RepoUpdate::Options

Public Instance Methods

options() click to toggle source
Calls superclass method
# File lib/cocoapods/command/options/repo_update.rb, line 8
def options
  [
    ['--no-repo-update', 'Skip running `pod repo update` before install'],
  ].concat(super)
end