# File lib/dm-core/support/inflector/inflections.rb, line 181 def titleize(word) humanize(underscore(word)).gsub(/\b('?[a-z])/) { $1.capitalize } end