aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-11 02:26:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-11 02:26:36 +0000
commit84ae5332e5cce7a231789d75ec0e293ff838cb3e (patch)
tree26efae9df0d06b11a918dffebe3023d2fc9eaebc /lib/tempfile.rb
parent9388ad420767474db06c707e898e3ff986d31884 (diff)
downloadruby-84ae5332e5cce7a231789d75ec0e293ff838cb3e.tar.gz
lib/tempfile.rb: include doc of Tempfile.open
* lib/tempfile.rb: start rdoc parsing inside singleton class definition to include the document there. [ruby-core:64157] [Bug #10105] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tempfile.rb')
-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.