# File lib/cgikit.rb, line 2055
        def run        
                @attr_value  = fetch( 'value' )  # String
                @attr_escape = fetch( 'escape' ) # true or false
                @attr_empty  = fetch( 'empty' )  # String
                if @attr_escape == nil then
                        @attr_escape = true
                end

                check_required_attributes( ['value'], ['empty'] )
        end