class Pod::Command::X::Update
Public Class Methods
new(argv)
click to toggle source
Calls superclass method
# File lib/cocoapods-x/command/update.rb, line 16 def initialize(argv) @update = Pod::Command::Update::new(argv) super end
options()
click to toggle source
# File lib/cocoapods-x/command/update.rb, line 12 def self.options Pod::Command::Update::options end
Public Instance Methods
run()
click to toggle source
# File lib/cocoapods-x/command/update.rb, line 21 def run @update::run end