= private = protected
lchmod(mode)
See File.lchmod.
# File lib/pathname.rb, line 805 def lchmod(mode) File.lchmod(mode, @path) end