method

chmod_R

ruby latest stable - Class: Bundler::FileUtils

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

chmod_R(mode, list, noop: nil, verbose: nil, force: nil)
public

Changes permission bits on the named files (in list) to the bit pattern represented by mode.

Bundler::FileUtils.chmod_R 0700, "/tmp/app.#{$$}"
Bundler::FileUtils.chmod_R "u=wrx", "/tmp/app.#{$$}"