class Magick::Image::View

def [](*args)

def [](*args)
  rows = Rows.new(@view, @width, @height, args)
  rows.add_observer(self)
  rows
end