in_root()
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