Method: Circuitry::Publisher#publish

Defined in:
lib/circuitry/testing.rb,
lib/circuitry/publisher.rb

#publish(topic_name, object) ⇒ Object

Raises:

  • (ArgumentError)


5
6
7
# File 'lib/circuitry/testing.rb', line 5

def publish(_topic_name, _object)
  # noop
end