Module: RubyZmqFramework::FrameworkModule::Heartbeat
- Defined in:
- lib/ruby_zmq_framework/framework.rb
Overview
Prepended so it wraps whatever initialize the concrete module defines, starting the heartbeat only once @bus has actually been assigned.
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
47 48 49 50 |
# File 'lib/ruby_zmq_framework/framework.rb', line 47 def initialize(...) super start_heartbeat end |