# File lib/openid/util.rb, line 38 def Util.kvForm(hash) form = "" hash.each do |k,v| form << "#{k}:#{v}\n" end form end