class Bundler::InsecureInstallPathError

def message

def message
  "The installation path is insecure. Bundler cannot continue.\n" \
  "#{@path} is world-writable (without sticky bit).\n" \
  "Bundler cannot safely replace gems in world-writeable directories due to potential vulnerabilities.\n" \
  "Please change the permissions of this directory or choose a different install path."
end