# File lib/net/ssh/multi/pending_connection.rb, line 75
    def send_global_request(type, *extra, &callback)
      @recordings << SendGlobalRequestRecording.new(type, extra, callback)
      self
    end