test

Ruby code posted
created at 20 Aug 23:52, updated at 26 Aug 18:52

Edit | Back
1
2
3
4
5
"http://www.example.com?" + { language: "ruby", status: "awesome" }.to_query
# => "http://www.example.com?language=ruby&status=awesome" 
def x
  "x"
end
158 Bytes in 2 ms with coderay