class Me::SshConfig::Mapper

Public Class Methods

find_by_identity(identity_name) click to toggle source
# File lib/me/ssh_config.rb, line 53
def self.find_by_identity(identity_name)
end
new(keys, identity_name) click to toggle source
# File lib/me/ssh_config.rb, line 56
def initialize(keys, identity_name)
end

Public Instance Methods

find() click to toggle source
# File lib/me/ssh_config.rb, line 59
def find
end
update(keys: nil, identity_name: nil) click to toggle source
# File lib/me/ssh_config.rb, line 62
def update(keys: nil, identity_name: nil)
end