mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[ruby/tempfile] [DOC] Fix a typo
ruby/ruby#13636
366d9ccb8f
Co-Authored-By: Tim Smith <tsmith84@gmail.com>
This commit is contained in:
parent
e9d35671d2
commit
9647dca143
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ require 'tmpdir'
|
||||||
# require 'tempfile'
|
# require 'tempfile'
|
||||||
#
|
#
|
||||||
# # Tempfile.create with a block
|
# # Tempfile.create with a block
|
||||||
# # The filename are choosen automatically.
|
# # The filename are chosen automatically.
|
||||||
# # (You can specify the prefix and suffix of the filename by an optional argument.)
|
# # (You can specify the prefix and suffix of the filename by an optional argument.)
|
||||||
# Tempfile.create {|f|
|
# Tempfile.create {|f|
|
||||||
# f.puts "foo"
|
# f.puts "foo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue