class FakeFS::File::Stat

def world_writable?

usually comparing with S_IROTH defined on compilation (MRI)
World_writable and readable are platform dependent
def world_writable?
  0o777
end