Method: Async::Debug::Monitor#initialize
- Defined in:
- lib/async/debug/monitor.rb
#initialize(monitor, selector) ⇒ Monitor
Returns a new instance of Monitor.
24 25 26 27 |
# File 'lib/async/debug/monitor.rb', line 24 def initialize(monitor, selector) @monitor = monitor @selector = selector end |