Method: Pod::Command::Bin::Install#run
- Defined in:
- lib/cocoapods-lhj-bin/command/bin/install.rb
#run ⇒ Object
32 33 34 35 36 37 38 39 40 |
# File 'lib/cocoapods-lhj-bin/command/bin/install.rb', line 32 def run Update.load_local_podfile argvs = [ *@additional_args ] gen = Pod::Command::Install.new(CLAide::ARGV.new(argvs)) gen.validate! gen.run end |