module Pod::Command::Options::RepoUpdate::Options
Public Instance Methods
options()
click to toggle source
Calls superclass method
# File lib/pod/command/repo_rsync.rb, line 11 def options [ ['--no-repo-update', 'Skip running `pod repo update` before install'], ].concat(super) end