Sha256: 6c8f176417d50d868a05022991cd7d5f88b2de73098b6c810091e422aa71709f
Contents?: true
Size: 190 Bytes
Versions: 16
Compression:
Stored size: 190 Bytes
Contents
require 'facets/module/ancestor.rb' require 'test/unit' class TestInclude < Test::Unit::TestCase def test_ancestor assert( self.class.ancestor?(::Test::Unit::TestCase) ) end end
Version data entries
16 entries across 16 versions & 1 rubygems