Sha256: 4f1e46b783101df3e8d2652df0978140d55326463c3556575aea94f7c68ba1a9
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/kernel/object_hexid.rb # # Extracted Fri Feb 16 02:00:36 EST 2007 # Project.rb Test Extraction # require 'facets/core/kernel/object_hexid.rb' require 'test/unit' class TCKernel < Test::Unit::TestCase def test_object_hexid o = Object.new assert( o.inspect.index( o.object_hexid ) ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.8.49 | test/lib/facets/core/kernel/test_object_hexid.rb |