Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Created October 2, 2013 13:51
Show Gist options
  • Save bjhaid/6794126 to your computer and use it in GitHub Desktop.
Save bjhaid/6794126 to your computer and use it in GitHub Desktop.
can this be shorter
a.to_a.map { |x| x.join(" = ") }.join(", ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment