# File gtk/sample/misc/cairo-pong.rb, line 112
    def ball_hit?(ball)
      ball.y > min_y and ball.y < max_y
    end