From 03ceba78855a5f3c32171d34960f59239d51d75a Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 Dec 2005 15:57:06 +0000 Subject: * signal.c (Init_signal): revert C++ style comment. [ruby-dev:28041] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/tmpdir.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/tmpdir.rb') diff --git a/lib/tmpdir.rb b/lib/tmpdir.rb index bee99c41c..3042ed520 100644 --- a/lib/tmpdir.rb +++ b/lib/tmpdir.rb @@ -24,6 +24,9 @@ class Dir rescue LoadError end + ## + # Returns the operating system's temporary file path. + def Dir::tmpdir tmp = '.' if $SAFE > 0 -- cgit