1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
Kazuhiro NISHIYAMA d0a7189f26 Fix ObjectSpace.dump(obj, output: :stdout)
RDoc says `ObjectSpace.dump(obj, output: :stdout)   # => nil`,
but it returns STDOUT since fbba6bd4e3.

I think it is unintentional change.
2020-10-03 00:00:01 +09:00
..
lib Fix ObjectSpace.dump(obj, output: :stdout) 2020-10-03 00:00:01 +09:00
depend Fix up dependencies on internal/sanitizers.h 2020-09-29 13:14:54 +09:00
extconf.rb ext/objspace: Specify frozen_string_literal: true. 2017-02-12 04:31:25 +00:00
object_tracing.c Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint were not initialized 2020-08-19 08:13:09 -07:00
objspace.c Refactor common heap iteration code 2020-09-28 08:20:23 -07:00
objspace.h
objspace_dump.c Make ext/objspace ASAN friendly 2020-09-28 08:20:23 -07:00