# File lib/sshkit/formatters/abstract.rb, line 43
      def write(_obj)
        raise "Abstract formatter should not be used directly, maybe you want SSHKit::Formatter::BlackHole"
      end