Changes permissions of path. See File.chmod.
path
File.chmod
21 22 23
# File 'lib/path/file.rb', line 21 def chmod(mode) File.chmod(mode, @path) end