class Magick::Image::View::Rows
def initialize(view, width, height, rows)
def initialize(view, width, height, rows) @view = view @width = width @height = height @rows = rows end
def initialize(view, width, height, rows) @view = view @width = width @height = height @rows = rows end