Skip to content

Instantly share code, notes, and snippets.

@loe
Created September 15, 2008 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loe/10950 to your computer and use it in GitHub Desktop.
Save loe/10950 to your computer and use it in GitHub Desktop.
fullname = "W. Andrew Loe III"
split_name = fullname.split
first_name = split_name.delete_at(0)
last_name = split_name.join(" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment