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