Libraries
»
rflow
(1.3.0)
»
Index
»
RFlow
»
PIDFile
»
#signal
Method: RFlow::PIDFile#signal
Defined in:
lib/rflow/pid_file.rb
#
signal
(sig) ⇒
Object
63 64 65
# File 'lib/rflow/pid_file.rb', line 63
def
signal
(
sig
)
Process
.
kill
(
sig
,
read
)
end