module Thor::Actions

def in_root


Goes to the root and execute the given block.
def in_root
  inside(@destination_stack.first) { yield }
end