Sha256: ccb42f513c45e3b4824a5a42611b9e5c2251d344ede4e20d0e87e3e7df2e0fbd
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true require 'fusuma/string_support' module Fusuma # Rename process module CustomProcess def fork Process.fork do Process.setproctitle(self.class.name.underscore.to_s) yield end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fusuma-2.3.0 | lib/fusuma/custom_process.rb |