# File lib/openid/server.rb, line 951 def initialize(query, return_to, trust_root) super(query) @return_to = return_to @trust_root = trust_root end