관리-도구
편집 파일: stress%3d-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: updates GC stress mode. - !ruby/struct:SM::Flow::P body: "When GC.stress = true, GC is invoked for all GC opportunity: all memory and object allocation." - !ruby/struct:SM::Flow::P body: Since it makes Ruby very slow, it is only for debugging. full_name: GC::stress= is_singleton: true name: stress= params: | GC.stress = bool => bool visibility: public