Skip to content

Instantly share code, notes, and snippets.

@mcdonaldd
Created June 17, 2012 23:24
Show Gist options
  • Save mcdonaldd/2946035 to your computer and use it in GitHub Desktop.
Save mcdonaldd/2946035 to your computer and use it in GitHub Desktop.
Ruby_Intro
name = "sherief david"
title_name = name.gsub(/^[a-z]|\s[a-z]/) {|char| char.upcase}
puts title_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment