# File lib/RMagick.rb, line 1085 def sync(force=false) @img.store_pixels(x, y, width, height, @view) if (@dirty || force) return (@dirty || force) end