# File lib/rgen/util/name_helper.rb, line 30 def saneMethodName(str) firstToLower(normalize(str)).sub(/^class$/, 'clazz') end