9 lines
154 B
Ruby
9 lines
154 B
Ruby
class ChildTwo
|
|
@retained = +""
|
|
200_000.times.map { @retained << "A" }
|
|
end
|
|
|
|
begin
|
|
require File.expand_path('../raise_child.rb', __FILE__)
|
|
rescue
|
|
end
|