class Pod::Command::Setup

Public Instance Methods

run() click to toggle source
# File lib/cocoapods/command/setup.rb, line 12
def run
  # Right now, no setup is needed
  UI.puts 'Setup completed'.green
end