# File tests/wntestcase.rb, line 173 def collectGarbage a = [] 1000.times { a << {} } a = nil GC.start end