Sha256: 5703e047055fcc1c50761a82f91993d0b3227040a93cc8a693cbae16fddee494
Contents?: true
Size: 279 Bytes
Versions: 52
Compression:
Stored size: 279 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe "GC#garbage_collect" do before :each do @obj = Object.new @obj.extend(GC) end it "always returns nil" do @obj.garbage_collect.should == nil @obj.garbage_collect.should == nil end end
Version data entries
52 entries across 52 versions & 2 rubygems