diff options
-rw-r--r-- | test/test_pp.rb | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -159,6 +159,22 @@ class PPCycleTest < Test::Unit::TestCase b = Data.define(:a).new(42) assert_equal("#{b.inspect}\n", PP.pp(b, ''.dup)) end end def test_object |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | test/test_pp.rb | 16 |
@@ -159,6 +159,22 @@ class PPCycleTest < Test::Unit::TestCase b = Data.define(:a).new(42) assert_equal("#{b.inspect}\n", PP.pp(b, ''.dup)) end end def test_object |