class FakeFS::File::Stat

def sticky?

Assume nothing is sticky.
def sticky?
  false
end