Method: R10K::Module::Base#sync
- Defined in:
- lib/r10k/module/base.rb
#sync(opts = {}) ⇒ Object
This method is abstract.
Synchronize this module with the indicated state.
56 57 58 |
# File 'lib/r10k/module/base.rb', line 56 def sync(opts={}) raise NotImplementedError end |