Class: Pod::Command::Install
- Inherits:
- 
      Object
      
        - Object
- Pod::Command::Install
 
- Defined in:
- lib/cocoapods_plugin.rb
Instance Method Summary collapse
Instance Method Details
#run_with_default ⇒ Object
| 4 5 6 7 | # File 'lib/cocoapods_plugin.rb', line 4 def run_with_default help! if invoked_as_default && !config.podfile run_without_default end |