# File lib/cgikit.rb, line 1448
        def top_level?
                unless @parent then
                        true
                else
                        false
                end
        end