# File lib/rye/key.rb, line 106 106: def inspect 107: '<%s:%s authtype="%s" keytype="%s">' % [self.class.to_s, name, @authtype, @keytype] 108: end