https://github.com/ruby/tempfile/commit/d6ddf7881e
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 11:53:33 +09:00
Родитель b94c407f69
Коммит 0c55886fc2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -88,7 +88,7 @@ require 'tmpdir'
# mutex.
class Tempfile < DelegateClass(File)
VERSION = "0.1.3"
VERSION = "0.2.0"
# Creates a file in the underlying file system;
# returns a new \Tempfile object based on that file.