# File lib/openid/trustroot.rb, line 234 def self.check_url(trust_root, url) tr = self.parse(trust_root) return (!tr.nil? and tr.validate_url(url)) end