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