From 91aa8da578e64a1f2b4bd3ea75d9c3c48d113e3c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 14 Nov 2013 16:06:09 +0000 Subject: objspace_dump.c: refine output * ext/objspace/objspace_dump.c (dump_output): allow IO object as output, and use Tempfile.create and return open file instead of mkstemp() and path name for :file output. [ruby-core:58266] [Bug #9102] * test/objspace/test_objspace.rb (TestObjSpace#dump_my_heap_please): remove temporary output file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/extconf.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/objspace/extconf.rb') diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb index e48fa8c8bc..23a42c4c20 100644 --- a/ext/objspace/extconf.rb +++ b/ext/objspace/extconf.rb @@ -1,3 +1,2 @@ $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" -have_func("mkstemp") create_makefile('objspace') -- cgit v1.2.1