Class: PodBuilder::Command::SwitchAll
- Inherits:
- 
      Object
      
        - Object
- PodBuilder::Command::SwitchAll
 
- Defined in:
- lib/pod_builder/command/switch_all.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
| 6 7 8 9 10 11 12 | # File 'lib/pod_builder/command/switch_all.rb', line 6 def self.call Configuration.check_inited PodBuilder::prepare_basepath ARGV << "*" return Command::Switch::call end |