# File lib/net/ssh/known_hosts.rb, line 82 82: def initialize(source) 83: @source = File.expand_path(source) 84: end