Sha256: dcd91d1e05719b1135728cd405b3ba0398bc50ae8b89f5ae962176f1abbbb5e9
Contents?: true
Size: 231 Bytes
Versions: 52
Compression:
Stored size: 231 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe "Process.pid" do it "returns the process id of this process" do pid = Process.pid pid.should be_kind_of(Fixnum) Process.pid.should == pid end end
Version data entries
52 entries across 52 versions & 2 rubygems