# File lib/rubygame/sprite.rb, line 261
def
clear
self
.
dup
.
each
{
|
sprite
|
sprite
.
remove
(
self
) }
end