本文简要介绍ruby语言中 GC.disable
的用法。
用法
disable → true or false
禁用垃圾收集,如果垃圾收集已被禁用,则返回 true
。
GC.disable #=> false
GC.disable #=> true
相关用法
- Ruby GC.latest_compact_info用法及代码示例
- Ruby GC.stress =用法及代码示例
- Ruby GC.latest_gc_info用法及代码示例
- Ruby GC.start用法及代码示例
- Ruby GC.enable用法及代码示例
- Ruby Generator模块用法及代码示例
- Ruby Generic.host用法及代码示例
- Ruby GemDependencyAPI.group用法及代码示例
- Ruby Generic.hostname用法及代码示例
- Ruby GID.from_name用法及代码示例
- Ruby Generic.query=用法及代码示例
- Ruby Generic.normalize用法及代码示例
- Ruby GitSet类用法及代码示例
- Ruby GzipReader类用法及代码示例
- Ruby Generic.select用法及代码示例
- Ruby GetoptLong类用法及代码示例
- Ruby Generic.fragment=用法及代码示例
- Ruby Git类用法及代码示例
- Ruby Generic.path用法及代码示例
- Ruby Generic.route_to用法及代码示例
- Ruby Generic.merge!用法及代码示例
- Ruby GemDependencyAPI.gem用法及代码示例
- Ruby GID.gid用法及代码示例
- Ruby GemDependencyAPI.gemspec用法及代码示例
- Ruby Generic.hostname=用法及代码示例
注:本文由纯净天空筛选整理自ruby-lang.org大神的英文原创作品 GC.disable。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。