Skip to content

Instantly share code, notes, and snippets.

@sgrove
Created November 14, 2010 23:32
Show Gist options
  • Save sgrove/676226 to your computer and use it in GitHub Desktop.
Save sgrove/676226 to your computer and use it in GitHub Desktop.
ruby returning multiple values
first_name, last_name = full_name.split(" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment