class Magick::Image::View
def update(rows)
Get update from Rows - if @dirty ever becomes
def update(rows) @dirty = true rows.delete_observer(self) # No need to tell us again. nil end
def update(rows) @dirty = true rows.delete_observer(self) # No need to tell us again. nil end