class SSHScan::Error::ClosedConnection
Connection closed from the other side.
Public Instance Methods
to_s()
click to toggle source
# File lib/ssh_scan/error/closed_connection.rb, line 5 def to_s "#{self.class.to_s.split('::')[-1]}" end