class ChunkyPNG::Canvas
def assert_x!(x)
def assert_x!(x) raise ChunkyPNG::OutOfBounds, "Column index #{x} out of bounds!" unless include_x?(x) return true end
def assert_x!(x) raise ChunkyPNG::OutOfBounds, "Column index #{x} out of bounds!" unless include_x?(x) return true end