25 26 27 28 29
# File 'lib/init.rb', line 25 def run pid = open(@pid_file) {|f| f.read } puts "Mongrel status:" puts "PID: #{pid}" end