# File lib/rgen/util/name_helper.rb, line 26 def saneClassName(str) firstToUpper(normalize(str)).sub(/^Class$/, 'Clazz') end