Sha256: 48f45b5abf3c21a74a6bc0ae0c1cfb733bd51d9c5483adc2e55181822f945e6a
Contents?: true
Size: 1.27 KB
Versions: 12
Compression:
Stored size: 1.27 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:stress=:@docstringIC:YARD::Docstring"�updates GC stress mode. When GC.stress = true, GC is invoked for all GC opportunity: all memory and object allocation. Since it makes Ruby very slow, it is only for debugging. :@objectu:YARD::StubProxyGC.stress=: @summary0: @all"�updates GC stress mode. When GC.stress = true, GC is invoked for all GC opportunity: all memory and object allocation. Since it makes Ruby very slow, it is only for debugging. @overload stress=(bool):@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;GC.stress=;;;IC; " ; u;GC.stress=;0; ";[;[:@types0:@parameters[[: bool0: @text0:@signature"stress=(bool):@tag_name" overload:@current_file_has_commentsF:@scope: class;[:@docstring_extra0:@files[[" gc.c0:@namespaceu;GC: @path"GC.stress=;[:@visibility:public:@source"�/* * call-seq: * GC.stress = bool => bool * * updates GC stress mode. * * When GC.stress = true, GC is invoked for all GC opportunity: * all memory and object allocation. * * Since it makes Ruby very slow, it is only for debugging. */ static VALUE gc_stress_set(self, bool) VALUE self, bool; { rb_secure(2); ruby_gc_stress = RTEST(bool); return bool; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems