Sha256: 1e40dd4f5676087b038731795a4bb87e6e682ac8b12ef17a6798af0428eaa185
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/bytes.rb # # Extracted Fri Feb 16 02:00:36 EST 2007 # Project.rb Test Extraction # require 'facets/core/string/bytes.rb' require 'test/unit' class TestStringBytes < Test::Unit::TestCase def test_bytes s = "abc" assert_equal( s.unpack('C*'), s.bytes ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.8.49 | test/lib/facets/core/string/test_bytes.rb |