Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
it "returns a copy of the matrix values" do b = @a.clone b.class.should == Matrix b.should == @a 0.upto(@a.row_size - 1) do |i| @a.row(i).object_id.should_not == b.row(i).object_id end end
This paste will be private.
From the Design Piracy series on my blog: