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 d9093ea commit 8a0ae3aCopy full SHA for 8a0ae3a
lib/tempfile.rb
@@ -550,8 +550,8 @@ def open(*args, **kw)
550
#
551
# Implementation note:
552
553
-# The keyword argument <tt>anonymous=true</tt> is implemented using FILE_SHARE_DELETE on Windows.
554
-# O_TMPFILE is used on Linux.
+# The keyword argument <tt>anonymous=true</tt> is implemented using +FILE_SHARE_DELETE+ on Windows.
+# +O_TMPFILE+ is used on Linux.
555
556
# Related: Tempfile.new.
557
0 commit comments