class Pod::Command::X::XC::Open
Public Class Methods
new(argv)
click to toggle source
Calls superclass method
# File lib/cocoapods-x/command/xcode/open.rb, line 13 def initialize(argv) super end
Public Instance Methods
run()
click to toggle source
# File lib/cocoapods-x/command/xcode/open.rb, line 17 def run xcopen = Pod::X::Xcode::Open::new xcopen.run! end