Module: Empathy::Monitor

Defined in:
lib/empathy.rb

Overview

Delegates to EM::Monitor when in the EM reactor, otherwise plain old ::Monitor

Class Method Summary collapse

Class Method Details

.newObject

Delegates to EM::Monitor.new when in the EM reactor, otherwise to plain old ::Monitor.new



197
# File 'lib/empathy.rb', line 197

create_delegate_module('Monitor',:new)