# File lib/tapkit/control/gid.rb, line 16
                def add( gid, object )
                        unless @store.value? object then
                                @store[gid] = object
                        end
                end