class Guard::Polling

def initialize(*)


Initialize the Listener.
def initialize(*)
  super
  @latency = 1.5
end