module Thor::Util

def self.thor_root


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