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