Method: Ego::Plugin.load
- Defined in:
- lib/ego/plugin.rb
.load(paths) ⇒ void
This method returns an undefined value.
Load all given plug-in paths
29 30 31 |
# File 'lib/ego/plugin.rb', line 29 def self.load(paths) paths.each { |path| Kernel.load path } end |