class FakeFS::Pathname

def lchmod(mode)

See File.lchmod.
def lchmod(mode)
  File.lchmod(mode, @path)
end