Wraps an existing cursor. Purpose: send regular updates to the installed TaskSweeper
Create a new NoisyCursor.
cursor: the original cursor
sweeper: the target TaskSweeper
# File lib/rubyrep/noisy_connection.rb, line 15 def initialize(cursor, sweeper) self.org_cursor = cursor self.sweeper = sweeper end
# File lib/rubyrep/noisy_connection.rb, line 22 def clear; org_cursor.clear end
Generated with the Darkfish Rdoc Generator 2.