class ChunkyPNG::Canvas
def assert_y!(y)
def assert_y!(y) raise ChunkyPNG::OutOfBounds, "Row index #{y} out of bounds!" unless include_y?(y) return true end
def assert_y!(y) raise ChunkyPNG::OutOfBounds, "Row index #{y} out of bounds!" unless include_y?(y) return true end