Skip to content

Instantly share code, notes, and snippets.

Created October 3, 2012 23:50
Show Gist options
  • Save anonymous/3830627 to your computer and use it in GitHub Desktop.
Save anonymous/3830627 to your computer and use it in GitHub Desktop.
is this
unless members.include?(node)
members << node
end
the same as this
members << node unless members.include?(node)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment