# File lib/sshkit/deprecation_logger.rb, line 3
    def initialize(out)
      @out = out
      @previous_warnings = Set.new
    end