Method: Rdm::Source#initialize
- Defined in:
- lib/rdm/source.rb
#initialize(root_path:) ⇒ Source
Returns a new instance of Source.
4 5 6 7 8 |
# File 'lib/rdm/source.rb', line 4 def initialize(root_path:) @root_path = root_path @config_names = [] @package_paths = [] end |