4 5 6 7
# File 'lib/engines/plugin/locator.rb', line 4 def create_plugin(path) plugin = Engines::Plugin.new(path) plugin.valid? ? plugin : nil end