lib/pragmater/cli/actions/run.rb in pragmater-12.1.0 vs lib/pragmater/cli/actions/run.rb in pragmater-12.1.1

- old
+ new

@@ -5,11 +5,11 @@ module Actions # Handles insert or remove actions. class Run include Pragmater::Import[:logger] - def initialize runner: Runner.new, **dependencies - super(**dependencies) + def initialize(runner: Runner.new, **) + super(**) @runner = runner end def call(configuration) = runner.call(configuration) { |path| logger.info { path } }