global

def update(y_min, y_max)

def update(y_min, y_max)
  self.y_min = y_min
  self.y_max = y_max
end