Module: EacRubyUtils::Speaker::Receiver::ClassMethods

Defined in:
lib/eac_ruby_utils/speaker/receiver.rb

Instance Method Summary collapse

Instance Method Details

#on(*args, &block) ⇒ Object



12
13
14
# File 'lib/eac_ruby_utils/speaker/receiver.rb', line 12

def on(*args, &block)
  ::EacRubyUtils::Speaker.context.on(new(*args), &block)
end