# File lib/net/ssh/authentication/key_manager.rb, line 69 69: def add_key_data(key_data_) 70: key_data.push(key_data_).uniq! 71: self 72: end