# File lib/rgen/util/name_helper.rb, line 18
        def firstToUpper(str)
                str[0..0].upcase + ( str[1..-1] || "" )
        end