Class: Pod::Command::Setup
- Inherits:
-
Command
- Object
- Command
- Pod::Command::Setup
- Defined in:
- lib/cocoapods/command/setup.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
12 13 14 15 |
# File 'lib/cocoapods/command/setup.rb', line 12 def run # Right now, no setup is needed UI.puts 'Setup completed'.green end |