Class: Pod::Command::X::Update

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Update

Returns a new instance of Update.



16
17
18
19
# File 'lib/cocoapods-x/command/update.rb', line 16

def initialize(argv)
    @update = Pod::Command::Update::new(argv)
    super
end

Class Method Details

.optionsObject



12
13
14
# File 'lib/cocoapods-x/command/update.rb', line 12

def self.options
    Pod::Command::Update::options
end

Instance Method Details

#runObject



21
22
23
# File 'lib/cocoapods-x/command/update.rb', line 21

def run
    @update::run
end