Method: Cosmos::Stream#connect
- Defined in:
- lib/cosmos/streams/stream.rb
#connect ⇒ Object
Connects the stream
48 49 50 |
# File 'lib/cosmos/streams/stream.rb', line 48 def connect raise "connect not defined by Stream" end |
Connects the stream
48 49 50 |
# File 'lib/cosmos/streams/stream.rb', line 48 def connect raise "connect not defined by Stream" end |