14 15 16
# File 'lib/bart_api/core_ext/string.rb', line 14 def titleize self.tr_s('- ', '_').split('_').map(&:capitalize).join(' ') end