Searched refs:alt_chan (Results 1 – 1 of 1) sorted by relevance
33 def self.setup_channel(alt_chan, host, creds, channel_args = {}) argument34 unless alt_chan.nil?35 fail(TypeError, '!Channel') unless alt_chan.is_a?(Core::Channel)36 return alt_chan