summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tempfile.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index 4fcd431ecd..d082ab22b7 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -295,9 +295,10 @@ class Tempfile < DelegateClass(File)
STDERR.print "done\n" if $DEBUG
end
end
- # :startdoc:
class << self
+ # :startdoc:
+
# Creates a new Tempfile.
#
# If no block is given, this is a synonym for Tempfile.new.