# File lib/fox16/glgroup.rb, line 149 def remove(obj) if obj.is_a? FXGLObject @list.delete(obj) else @list.delete_at(obj) end end