Class: Pod::Command::X::XC::Open

Inherits:
Pod::Command::X::XC show all
Defined in:
lib/cocoapods-x/command/xcode/open.rb

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Open

Returns a new instance of Open.



13
14
15
# File 'lib/cocoapods-x/command/xcode/open.rb', line 13

def initialize(argv)
    super
end

Instance Method Details

#runObject



17
18
19
20
# File 'lib/cocoapods-x/command/xcode/open.rb', line 17

def run
    xcopen = Pod::X::Xcode::Open::new
    xcopen.run!
end