Method: OpenC3::Stream#connect

Defined in:
lib/openc3/streams/stream.rb

#connectObject

Connects the stream



31
32
33
# File 'lib/openc3/streams/stream.rb', line 31

def connect
  raise "connect not defined by Stream"
end