Sha256: 9fc6a78fc0ef740096e40f0089dd61e56d1892cfe8a39064d73dd22df4a05067
Contents?: true
Size: 257 Bytes
Versions: 83
Compression:
Stored size: 257 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Process.pid" do it "returns the process id of this process" do pid = Process.pid pid.class.should == Fixnum Process.pid.should == pid end end
Version data entries
83 entries across 83 versions & 1 rubygems