# File lib/pry-remote-em/server.rb, line 319
    def after_auth(&blk)
      # TODO perhaps replace with #auth_ok
      @after_auth.push(blk)
    end