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