# File lib/net/ssh/authentication/pageant.rb, line 89 89: def initialize 90: @win = Win.findWindow("Pageant", "Pageant") 91: 92: if @win == 0 93: raise Net::SSH::Exception, 94: "pageant process not running" 95: end 96: 97: @res = nil 98: @pos = 0 99: end