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