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