# File lib/nice-ffi/pathset.rb, line 149
  def append!( *entries )
    _modify( *entries ) { |a,b|  a + b }
  end