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()
public
Returns the root for this thor class (also aliased as
destination root).
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 100
def destination_root
@destination_stack.last
end