Sha256: 254319d097af07b20977cc9acaa4e01beff87313106c563be67cca7e6927c430
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
module NFAgent class Plugin class << self def load_plugins unless Config.plugin_directory.blank? Dir.glob(File.join(Config.plugin_directory, "*.rb")).each do |file| load(file) end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nfagent-0.9.20 | lib/nfagent/plugin.rb |