Methods
Public Class methods
Checks whether the current Ruby interpreter‘s garbage collector is copy-on-write friendly.
[ show source ]
# File lib/phusion_passenger/utils.rb, line 607
607: def self.copy_on_write_friendly?
608: return false
609: end