Sha256: c69309b5ef02cf9dd0833573fafef96e39f9eeceeef8263832a921422265702d
Contents?: true
Size: 285 Bytes
Versions: 31
Compression:
Stored size: 285 Bytes
Contents
require_relative 'helper' class TestTextBounds < Test::Unit::TestCase P = Processing def bounds(*args) P::TextBounds.new(*args) end def test_inspect() assert_equal "#<Processing::TextBounds: x:1 y:2 w:3 h:4>", bounds(1, 2, 3, 4).inspect end end# TestTextBounds
Version data entries
31 entries across 31 versions & 1 rubygems