# File lib/yapra/pipeline.rb, line 82 def run_legacy_plugin command, data self.logger.debug("evaluate plugin as legacy") data = legacy_plugin_registry.get(command['module'])._yapra_run_as_legacy_plugin(command['config'], data) return data end