Module: RFlow::Component::ConnectionCollection

Defined in:
lib/rflow/component/port.rb

Overview

TODO: make this into a class to limit the amount of extensions that we have to do when operating on these ‘Arrays’, i.e. when adding two together

Instance Method Summary collapse

Instance Method Details

#send_message(message) ⇒ Object



7
8
9
# File 'lib/rflow/component/port.rb', line 7

def send_message(message)
  each {|connection| connection.send_message(message) }
end