module Bundler::Thor::Util

def thor_root


Returns the root where thor files are located, depending on the OS.
def thor_root
  File.join(user_home, ".thor").gsub(/\\/, "/")
end