Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
destination_root=(root)
public
Sets the root for this thor
class. Relatives path are added to the directory where the script
was invoked and expanded.
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 107
def destination_root=(root)
@destination_stack ||= []
@destination_stack[0] = File.expand_path(root || "")
end