Class: Nucleon::Extension::CorlExecutable
- Inherits:
-
Object
- Object
- Nucleon::Extension::CorlExecutable
- Defined in:
- lib/nucleon/extension/corl_executable.rb
Instance Method Summary collapse
Instance Method Details
#executable_load(config) ⇒ Object
6 7 8 9 |
# File 'lib/nucleon/extension/corl_executable.rb', line 6 def executable_load(config) network_path = Nucleon.fact(:corl_network) Nucleon.load_plugins(network_path) if Dir.pwd != network_path end |