Module GC
In: lib/phusion_passenger/utils.rb

Methods

Public Class methods

Checks whether the current Ruby interpreter‘s garbage collector is copy-on-write friendly.

[Source]

     # File lib/phusion_passenger/utils.rb, line 513
513:                 def self.copy_on_write_friendly?
514:                         return false
515:                 end

[Validate]