# File lib/net/ssh/multi/channel.rb, line 38 def initialize(connection, channels) @connection = connection @channels = channels @properties = {} end