# File lib/rubyrep/noisy_connection.rb, line 41
    def select_cursor(options)
      sweeper.ping
      org_cursor = super
      sweeper.ping
      NoisyCursor.new(org_cursor, sweeper)
    end