halostatue / minitar

Minimal pure-ruby support for POSIX tar(1) archives.
Other
38 stars 27 forks source link

Fix the comment of Archive::Tar::Minitar.pack #43

Closed kymmt90 closed 1 year ago

kymmt90 commented 2 years ago

Archive::Tar::Minitar.pack uses Find.find if src is not an array, but its comment does not seem to be correct.


This change is Reviewable