Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
in_root()
public
Goes to the root and execute the given block.
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 195
def in_root
inside(@destination_stack.first) { yield }
end