= private = protected
chmod(mode)
See File.chmod. Changes permissions.
# File lib/pathname.rb, line 792 def chmod(mode) File.chmod(mode, @path) end