# File webrick/fcgi.rb, line 5
        def ucfirst
                self[0, 1].upcase + self[1..-1]
        end