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