Class: Pod::Command::All
- Inherits:
-
Install
- Object
- Install
- Pod::Command::All
- Defined in:
- lib/podfileDep/command/all.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ All
constructor
A new instance of All.
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 |