Sha256: 6eabb64898dc99f5b686e88c36e68af63abbc174b8c66c3aad15c441ad7fa67c
Contents?: true
Size: 189 Bytes
Versions: 135
Compression:
Stored size: 189 Bytes
Contents
describe :proc_dup, :shared => true do it "returns a copy of self" do a = lambda { "hello" } b = a.send(@method) a.should_not equal(b) a.call.should == b.call end end
Version data entries
135 entries across 135 versions & 2 rubygems