Class: Pod::Command::Setup
- Inherits:
-
Pod::Command
- Object
- CLAide::Command
- Pod::Command
- Pod::Command::Setup
- Defined in:
- lib/cocoapods/command/setup.rb
Instance Method Summary collapse
Methods inherited from Pod::Command
#ensure_master_spec_repo_exists!, ensure_not_root_or_allowed!, #initialize, options, report_error, run
Methods included from Pod::Config::Mixin
Constructor Details
This class inherits a constructor from Pod::Command
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 |