Sha256: be78a97534aaff3e8f7284ad750bf9456d9c53cf1106388e8c880acbeffff1c3
Contents?: true
Size: 269 Bytes
Versions: 9
Compression:
Stored size: 269 Bytes
Contents
require_relative 'helper' class TestImage < Test::Unit::TestCase P = Processing def image(w = 10, h = 10) P::Image.new(Rays::Image.new w, h) end def test_inspect() assert_match %r|#<Processing::Image:0x\w{16}>|, image.inspect end end# TestImage
Version data entries
9 entries across 9 versions & 1 rubygems