mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
494e2e4bfb
commit
f19de1289b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ require 'tmpdir'
|
||||||
# mutex.
|
# mutex.
|
||||||
class Tempfile < DelegateClass(File)
|
class Tempfile < DelegateClass(File)
|
||||||
|
|
||||||
VERSION = "0.2.0"
|
VERSION = "0.2.1"
|
||||||
|
|
||||||
# Creates a file in the underlying file system;
|
# Creates a file in the underlying file system;
|
||||||
# returns a new \Tempfile object based on that file.
|
# returns a new \Tempfile object based on that file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue