Class: Dryad::Core::ConfigProvider
- Inherits:
-
Object
- Object
- Dryad::Core::ConfigProvider
- Defined in:
- lib/dryad/core/config_provider.rb
Instance Method Summary collapse
Instance Method Details
#load(path, observer = nil) ⇒ Object
4 5 6 |
# File 'lib/dryad/core/config_provider.rb', line 4 def load(path, observer = nil) raise "Implement this method" end |