Methods
Public Class methods
copy_on_write_friendly?()

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

     # File lib/passenger/utils.rb, line 217
217:                 def self.copy_on_write_friendly?
218:                         return false
219:                 end