Class: Pod::Command::MPAAS::Open

Inherits:
Pod::Command::MPAAS show all
Defined in:
lib/cocoapods-mPaaS/command/mpaas/open.rb

Instance Method Summary collapse

Methods inherited from Pod::Command::MPAAS

#initialize

Constructor Details

This class inherits a constructor from Pod::Command::MPAAS

Instance Method Details

#runObject



11
12
13
# File 'lib/cocoapods-mPaaS/command/mpaas/open.rb', line 11

def run
  `open *.xcworkspace`
end