class Rugged::Credentials::SshKeyFromAgent

def call(url, username_from_url, allowed_types)

def call(url, username_from_url, allowed_types)
  self
end

def initialize(options)

def initialize(options)
  @username = options[:username]
end