The most part of those Ruby Tricks were extracted from James Edward Gray II talk. If you know some other ruby-trick, please contribute!
- Fork it
- Create your trick branch:
git checkout -b my-ruby-trick
- Commit your changes:
git commit -am 'Add trick'
- Push to the branch:
git push origin my-new-trick
- Create new Pull Request and explain a little bit about your ruby trick