Joined November 2012
·

Rafael Gumieri

DevOps Architect at Serrabits
·
Maringá, Paraná - Brazil
·
·

Posted to Ruby Array.except over 1 year ago

A little old but, it can get better using the Splat (asterisk):
class Array def except(*value) self - value end end

Posted to git merge --no-commit --no-ff $BRANCH over 1 year ago

If you wanna bring the code without commit, use --squash. The difference happens when you commit, --no-commit will proceed with a merge. (sorry if you already knew that)

Achievements
83 Karma
2,032 Total ProTip Views
Interests & Skills