62 63 64 65 66
# File 'lib/hdb/hdb.rb', line 62 def hcapitalize self.split('_').map(&:capitalize) * '' end