Method: Datafile::FileDatasetRegistry#initialize
- Defined in:
- lib/datafile/workers/file/registry.rb
#initialize ⇒ FileDatasetRegistry
Returns a new instance of FileDatasetRegistry.
11 12 13 14 15 16 17 18 |
# File 'lib/datafile/workers/file/registry.rb', line 11 def initialize ## org rootpaths @roots = {} ## org defaults (use merge to overwrite for now) @roots[:openmundi] = '../../openmundi' ## OPENMUNDI_ROOT = "../../openmundi" @roots[:openfootball] = '..' ## OPENFOOTBALL_ROOT = ".." @roots[:openbeer] = '..' end |