Skip to content

Instantly share code, notes, and snippets.

@bbuckley
Created February 28, 2009 14:15
Show Gist options
  • Save bbuckley/71965 to your computer and use it in GitHub Desktop.
Save bbuckley/71965 to your computer and use it in GitHub Desktop.
[12,3,4,5].map{|x| x * 2}.inspect
puts [12,3,4,5].map{|x| x + 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment