Class: Pod::Command::Stable::Install
- Inherits:
-
Stable
- Object
- Stable
- Pod::Command::Stable::Install
- Defined in:
- lib/cocoapods-bb-PodAssistant/command/stable/install.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
31 32 33 34 35 |
# File 'lib/cocoapods-bb-PodAssistant/command/stable/install.rb', line 31 def run puts "[PodAssistant] 开始执行 $ pod stable install".yellow system "pod install" puts "[PodAssistant] `pod stable install` complete!".green end |