Libraries
»
net-ssh
(7.3.0)
»
Index
»
Net
»
SSH
»
HostKeys
»
#empty?
Method: Net::SSH::HostKeys#empty?
Defined in:
lib/net/ssh/known_hosts.rb
#
empty?
⇒
Boolean
Returns:
(
Boolean
)
89 90 91
# File 'lib/net/ssh/known_hosts.rb', line 89
def
empty?
@host_keys
.
empty?
end