зеркало из https://github.com/github/ruby.git
Used respond_to? check for compaction in test_gc_compact.rb
This commit is contained in:
Родитель
95abf679c5
Коммит
6a88e9d430
|
@ -9,7 +9,7 @@ end
|
|||
class TestGCCompact < Test::Unit::TestCase
|
||||
module CompactionSupportInspector
|
||||
def supports_auto_compact?
|
||||
GC::OPTS.include?("GC_COMPACTION_SUPPORTED")
|
||||
GC.respond_to?(:compact)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче