Skip to content

Instantly share code, notes, and snippets.

@rubydubee
Created June 30, 2011 21:41
Show Gist options
  • Save rubydubee/1057315 to your computer and use it in GitHub Desktop.
Save rubydubee/1057315 to your computer and use it in GitHub Desktop.
Array Example 2
b=a.collect {|x| x**2}
puts b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment