# File lib/thor/actions.rb, line 107 def destination_root=(root) @destination_stack ||= [] @destination_stack[0] = File.expand_path(root || "") end