Methods
Public Class methods
copy_on_write_friendly?()

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

     # File lib/phusion_passenger/utils.rb, line 506
506:                 def self.copy_on_write_friendly?
507:                         return false
508:                 end