# File lib/nice-ffi/pathset.rb, line 80
  def dup
    self.class.new( @paths.dup, @files.dup )
  end