Class: Pod::Command::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods_plugin.rb

Instance Method Summary collapse

Instance Method Details

#run_with_defaultObject



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