module Foreman::Thor::Actions

def capture(*args)

def capture(*args)
  with_output_buffer { yield(*args) }
end