# File lib/fileutils.rb, line 727
  def fu_world_writable?(st)
    (st.mode & 0002) != 0
  end