Sha256: 7a24159552394bb45a4da827dcfe86c5151c3724de94edef4916fc52924f15d7
Contents?: true
Size: 248 Bytes
Versions: 52
Compression:
Stored size: 248 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe "ObjectSpace._id2ref" do it "converts an object id to a reference to the object" do s = "I am a string" r = ObjectSpace._id2ref(s.object_id) r.should == s end end
Version data entries
52 entries across 52 versions & 2 rubygems