thor_root()
Returns the root where thor files are located, depending on the OS.
# File lib/bundler/vendor/thor/lib/thor/util.rb, line 191 def thor_root File.join(user_home, ".thor").tr('\', "/") end