# File lib/net/ssh/loggable.rb, line 48 48: def fatal 49: logger.add(Logger::FATAL, nil, facility) { yield } if logger && logger.fatal? 50: end