Skip to content

Instantly share code, notes, and snippets.

@rubydubee
Created June 30, 2011 22:28
Show Gist options
  • Save rubydubee/1057443 to your computer and use it in GitHub Desktop.
Save rubydubee/1057443 to your computer and use it in GitHub Desktop.
Assign 2
array=[12,"pradyumna",23.98]
a,b,c=array
puts a,b,c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment