# File lib/net/ssh/multi/channel_proxy.rb, line 21 def initialize(&on_confirm) @on_confirm = on_confirm @recordings = [] @channel = nil end