module Thor::Actions

def capture(*args, &block)

def capture(*args, &block)
  with_output_buffer { block.call(*args) }
end