Skip to content

Instantly share code, notes, and snippets.

@philipbjorge
Last active December 11, 2015 08:09
Show Gist options
  • Save philipbjorge/4571470 to your computer and use it in GitHub Desktop.
Save philipbjorge/4571470 to your computer and use it in GitHub Desktop.
oops-rb example
[1, 2, 3].collec {|i| i*2}
# => [2, 4, 6]
"hello world".capitalzie
# => Hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment