Method: OpenC3::Stream#connect
- Defined in:
- lib/openc3/streams/stream.rb
#connect ⇒ Object
Connects the stream
31 32 33 |
# File 'lib/openc3/streams/stream.rb', line 31 def connect raise "connect not defined by Stream" end |
Connects the stream
31 32 33 |
# File 'lib/openc3/streams/stream.rb', line 31 def connect raise "connect not defined by Stream" end |