# File lib/fakefs/pathname.rb, line 700 def lchown(owner, group) File.lchown(owner, group, @path) end