Class: Pod::Command::All

Inherits:
Install
  • Object
show all
Defined in:
lib/podfileDep/command/all.rb

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ All

Returns a new instance of All.



16
17
18
19
# File 'lib/podfileDep/command/all.rb', line 16

def initialize(argv)
  super
  $quick_build = false
end