# File lib/yapra/pipeline.rb, line 68 def execute_plugin command, data self.logger.info("exec plugin #{command["module"]}") if class_based_plugin?(command['module']) run_class_based_plugin command, data else run_legacy_plugin command, data end end