Module: Rum::Remote::Connection
- Defined in:
- lib/rum/remote.rb
Defined Under Namespace
Modules: Messaging
Class Method Summary collapse
Class Method Details
.new(stream) ⇒ Object
43 44 45 |
# File 'lib/rum/remote.rb', line 43 def Connection.new(stream) stream.extend Messaging end |