Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created January 9, 2015 01:06
Show Gist options
  • Save pengwynn/be968b44a038766a8d25 to your computer and use it in GitHub Desktop.
Save pengwynn/be968b44a038766a8d25 to your computer and use it in GitHub Desktop.
Where I prefer \ to parens in Ruby
hash.update \
:name => profile.name,
:company => profile.company,
:blog => profile.blog,
:location => profile.location,
:email => profile.email,
:hireable => profile.hireable,
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment