Class: PodBuilder::Command::BuildAll

Inherits:
Object
  • Object
show all
Defined in:
lib/pod_builder/command/build_all.rb

Class Method Summary collapse

Class Method Details

.call(options) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/pod_builder/command/build_all.rb', line 6

def self.call(options)
  Configuration.check_inited
  PodBuilder::prepare_basepath

  ARGV << "*"
  return Command::Build::call(options)
end