Method: HDB#toClassName

Defined in:
lib/hdb/hdb.rb

#toClassName(tableName) ⇒ Object



235
236
237
# File 'lib/hdb/hdb.rb', line 235

def toClassName(tableName)
  return tableName.hcapitalize()
end