# File lib/openid/fetchers.rb, line 29 def initialize(read_timeout=20, open_timeout=20) @read_timeout = read_timeout @open_timeout = open_timeout end