# File lib/shotgun.rb, line 12
  def self.enable_copy_on_write
    GC.copy_on_write_friendly = true if GC.respond_to?(:copy_on_write_friendly=)
  end