# File lib/tapkit/access/snapshot.rb, line 91
                def increment( gid )
                        if @count[gid] then
                                @count[gid] += 1
                        else
                                @count[gid] = 1
                        end
                end