Skip to content

Instantly share code, notes, and snippets.

@mfpiccolo
Created July 5, 2015 19:46
Show Gist options
  • Save mfpiccolo/ed551ab906220fa7ae5e to your computer and use it in GitHub Desktop.
Save mfpiccolo/ed551ab906220fa7ae5e to your computer and use it in GitHub Desktop.
Reverse ruby example
"abcde".chars.reduce{|s,c| c + s } # => "edcba"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment