# File lib/cgikit/project/converter.rb, line 387
    def class_name_from( str )
      str.tr("\"'", '')
    end