5 lines
77 B
Ruby
5 lines
77 B
Ruby
|
class ChildOne
|
||
|
@retained = +""
|
||
|
50_000.times.map { @retained << "A" }
|
||
|
end
|