Class: Pod::Command::All

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

Instance Method Summary collapse

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