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

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

Instance Method Summary collapse

Instance Method Details

#onObject



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

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