Method: R10K::Module::Base#properties
- Defined in:
- lib/r10k/module/base.rb
#properties ⇒ Hash
This method is abstract.
Return the properties of the module
89 90 91 |
# File 'lib/r10k/module/base.rb', line 89 def properties raise NotImplementedError end |