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