# File lib/net/ssh/known_hosts.rb, line 70 70: def initialize(source) 71: @source = File.expand_path(source) 72: end