Class: Pod::Command::Podinstallocaldepencencies
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Podinstallocaldepencencies
- Defined in:
- lib/cocoapods-podInstalLocalDepencencies/command/podInstalLocalDepencencies.rb
Instance Method Summary collapse
-
#run ⇒ Object
def validate! super help! ‘A Pod name is required.’ unless @name end.
Instance Method Details
#run ⇒ Object
def validate!
super
help! 'A Pod name is required.' unless @name
end
27 28 29 |
# File 'lib/cocoapods-podInstalLocalDepencencies/command/podInstalLocalDepencencies.rb', line 27 def run CocoapodsPodinstallocaldepencencies::Podinstallocaldepencencies.new.configPreInstall() end |