Sha256: 5a2e07254552b225b722d1bb9bea15a421abcc152574d11652c9fc641fbf61ef
Contents?: true
Size: 232 Bytes
Versions: 20
Compression:
Stored size: 232 Bytes
Contents
# encoding: utf-8 module TestServer module Cli module Helper def pid(config = TestServer.config) ::File.read(config.pid_file).chomp rescue Errno::ENOENT 'Stale PID-file' end end end end
Version data entries
20 entries across 20 versions & 1 rubygems