ruby / tempfile

A utility class for managing temporary files.
Other
29 stars 10 forks source link

Revert Tempfile.open unlinking the file #4

Closed jeremyevans closed 4 years ago

jeremyevans commented 4 years ago

Document difference in behavior between Tempfile.open and Tempfile.create.

This can be used if Matz decides to keep the historical behavior. It can be closed if Matz accepts the change in behavior.