new test for cubito
[donde.git] / dondebatch / util.rb
blobe36da53ab1729ca5d8d4856fcda2d7c5b719b4cf
1 class Util
2   def self.build_uri_params( a)
3     "?"+(a.map {|k,v| k.to_s+"="+v.to_s}).join("&")
4   end
5 end