method

chmod

ruby latest stable - Class: Bundler::Thor::Actions

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(path, mode, config = {})
public

Changes the mode of the given file or directory.

Parameters

mode

the file mode

path

the name of the file to change mode

config

give :verbose => false to not log the status.

Example

chmod "script/server", 0755