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