We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcff089 commit 3f96b2eCopy full SHA for 3f96b2e
lib/tempfile.rb
@@ -57,7 +57,7 @@
57
# Note that Tempfile.create returns a File instance instead of a Tempfile, which
58
# also avoids the overhead and complications of delegation.
59
#
60
-# Tempfile.open('foo') do |file|
+# Tempfile.create('foo') do |file|
61
# # ...do something with file...
62
# end
63
0 commit comments