class Concourse
concourse
0.13.0
# titleize
def titleize string string.gsub(/[^a-zA-Z0-9\.]/, " ") end