Class: Pod::Command::Mod::Sync
- Inherits:
-
Pod::Command::Mod
- Object
- Pod::Command
- Pod::Command::Mod
- Pod::Command::Mod::Sync
- Defined in:
- lib/cocoapods-modularization/command/mod/sync.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Sync
constructor
A new instance of Sync.
- #run ⇒ Object
- #validate! ⇒ Object
Constructor Details
#initialize(argv) ⇒ Sync
Returns a new instance of Sync.
15 16 17 |
# File 'lib/cocoapods-modularization/command/mod/sync.rb', line 15 def initialize(argv) super end |
Instance Method Details
#run ⇒ Object
23 24 25 |
# File 'lib/cocoapods-modularization/command/mod/sync.rb', line 23 def run Meta::MetaReference.decode_podfile(config) end |
#validate! ⇒ Object
19 20 21 |
# File 'lib/cocoapods-modularization/command/mod/sync.rb', line 19 def validate! super end |