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