Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2015 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f196885819813d83749f to your computer and use it in GitHub Desktop.
Save anonymous/f196885819813d83749f to your computer and use it in GitHub Desktop.
def build_headers(headers)
quote = ->(s) { '"' + s + '"' }
headers.is_a?(Array) ? headers.map(&quote) : quote[headers]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment