remove debug lines

This commit is contained in:
Laurent Sansonetti
2014-04-20 00:42:05 +02:00
parent c654a6868c
commit 8f629f76ca

View File

@@ -8,10 +8,6 @@ describe "Fixnum#+" do
it "returns self plus the given Integer" do
(491 + 2).should == 493
(90210 + 10).should == 90220
p 9, bignum_value, 9 + bignum_value
p 1001 + 5.219
(9 + bignum_value).should == 9223372036854775817
(1001 + 5.219).should == 1006.219
end