# File lib/nice-ffi/pathset.rb, line 140
def
append
(
*
entries
)
self
.
dup
.
append!
(
*
entries
)
end