# File lib/yapra/runtime.rb, line 31 def execute pipeline_commands pipeline_commands.each do |k, v| execute_pipeline k, v, [] end end