# File lib/openid/server.rb, line 518 def add_fields(namespace, fields, signed=true) fields.each {|k,v| self.add_field(namespace, k, v, signed)} end