X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/Tempfile
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Tempfile
/
ðŸ“
..
📄
cdesc-Tempfile.yaml
(914 B)
📄
close%21-i.yaml
(233 B)
📄
close-i.yaml
(443 B)
📄
delete-i.yaml
(224 B)
📄
length-i.yaml
(222 B)
📄
make_tmpname-i.yaml
(192 B)
📄
new-c.yaml
(978 B)
📄
open-c.yaml
(490 B)
📄
open-i.yaml
(252 B)
📄
path-i.yaml
(250 B)
📄
size-i.yaml
(354 B)
📄
unlink-i.yaml
(445 B)
Editing: new-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Creates a temporary file of mode 0600 in the temporary directory, opens it with mode "w+", and returns a Tempfile object which represents the created temporary file. A Tempfile object can be treated just like a normal File object. - !ruby/struct:SM::Flow::P body: The basename parameter is used to determine the name of a temporary file. If an Array is given, the first element is used as prefix string and the second as suffix string, respectively. Otherwise it is treated as prefix string. - !ruby/struct:SM::Flow::P body: If tmpdir is omitted, the temporary directory is determined by Dir::tmpdir provided by 'tmpdir.rb'. When $SAFE > 0 and the given tmpdir is tainted, it uses /tmp. (Note that ENV values are tainted by default) full_name: Tempfile::new is_singleton: true name: new params: (basename, tmpdir=Dir::tmpdir) visibility: public
Upload File
Create Folder