# File lib/vendor/fssm/fssm/pathname.rb, line 30
    def initialize(path)
      if path =~ %r{\0}
        raise ArgumentError, "path cannot contain ASCII NULLs"
      end

      dememo

      super(path)
    end