# File lib/pry-remote-em/server.rb, line 297
    def authenticated!
      while (aa = @after_auth.shift)
        aa.call
      end
    end