Sha256: 7d823bdd4c09e4c996fe2a61e8687e616e0a096fcc1c8772096132df7f14a546
Contents?: true
Size: 167 Bytes
Versions: 16
Compression:
Stored size: 167 Bytes
Contents
require 'facets/dir.rb' require 'test/unit' class TC_Dir_Parent < Test::Unit::TestCase def test_parent assert( Dir.parent?( "a/b/c", "a/b/c/d" ) ) end end
Version data entries
16 entries across 16 versions & 1 rubygems