ruby / tempfile

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

Fix inconsistency in doc of Tempfile.create #15

Closed svoop closed 1 year ago

svoop commented 1 year ago

Just a tiny glitch in the documentation of Tempfile.create. Kinda important though since Tempfile.open is not intended to be used unless you know why you're doing it.