# File lib/openid/server.rb, line 539 def needs_signing? ['checkid_immediate','checkid_setup'].member?(@request.mode) and \ @signed.length > 0 end