Class: Pod::Command::X::Update
- Inherits:
-
Pod::Command::X
- Object
- Pod::Command
- Pod::Command::X
- Pod::Command::X::Update
- Defined in:
- lib/cocoapods-x/command/update.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Update
constructor
A new instance of Update.
- #run ⇒ Object
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
.options ⇒ Object
12 13 14 |
# File 'lib/cocoapods-x/command/update.rb', line 12 def self. Pod::Command::Update:: end |
Instance Method Details
#run ⇒ Object
21 22 23 |
# File 'lib/cocoapods-x/command/update.rb', line 21 def run @update::run end |