Module: GC
- Defined in:
- lib/phusion_passenger/utils.rb
Class Method Summary collapse
-
.copy_on_write_friendly? ⇒ Boolean
Checks whether the current Ruby interpreter’s garbage collector is copy-on-write friendly.
Class Method Details
.copy_on_write_friendly? ⇒ Boolean
Checks whether the current Ruby interpreter’s garbage collector is copy-on-write friendly.
1076 1077 1078 |
# File 'lib/phusion_passenger/utils.rb', line 1076 def self.copy_on_write_friendly? return false end |