# File lib/tapkit/control/gid.rb, line 45
                def gid?( gid )
                        if @store[gid] then
                                true
                        else
                                false
                        end
                end