@our_background = background... and later that day...
after(@our_background) do
new_one = background...
@our_background.remove
@our_background = new_one
end
I could have sworn there was a 'replace' method you could use on all
elements to replace the element with some other one, but now I can't
find it in the docs. _why, consider that a feature request.
