Class: Pod::Command::All
- Inherits:
-
Install
- Object
- Install
- Pod::Command::All
- Defined in:
- lib/core_blur/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.
11 12 13 14 |
# File 'lib/core_blur/command/all.rb', line 11 def initialize(argv) super $quick_build = false end |