# File lib/net/ssh/known-hosts.rb, line 29 def search_in(files, host) files.map { |file| KnownHosts.new(file).keys_for(host) }.flatten end