Skip to content

Instantly share code, notes, and snippets.

@crossaidi
Created November 9, 2014 16:26
Show Gist options
  • Save crossaidi/7576afb342c9becdd822 to your computer and use it in GitHub Desktop.
Save crossaidi/7576afb342c9becdd822 to your computer and use it in GitHub Desktop.
to_query.rb
"http://www.example.com?" + { language: "ruby", status: "awesome" }.to_query
# => "http://www.example.com?language=ruby&status=awesome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment