Method: CMUX::Channel#initialize

Defined in:
lib/cmux/channel.rb

#initialize(device, port, mux) ⇒ Channel

Returns a new instance of Channel.



6
7
8
9
10
# File 'lib/cmux/channel.rb', line 6

def initialize(device, port, mux)
  @device = device
  @port = port
  @mux = mux
end