class Magick::Image::View
def sync(force=false)
def sync(force=false) @img.store_pixels(x, y, width, height, @view) if @dirty || force @dirty || force end
def sync(force=false) @img.store_pixels(x, y, width, height, @view) if @dirty || force @dirty || force end